/* ========================================
   DEKEL GROUP SPA - LANDING PAGE
   Protección Táctica Industrial (PTI®)
   Adaptado para contenedor tipo caja del tema
   Color principal: #73c026
   ======================================== */

.gp-landing-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

/* ========================================
   HERO SECTION
   ======================================== */
.gp-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
    color: #2c3e50;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    padding: 60px 0;
}

/* Cuando hay imagen de fondo, ajustar el overlay para mejor legibilidad */
.gp-hero[style*="background-image"] {
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

.gp-hero[style*="background-image"] .gp-hero-overlay {
    background: rgba(0, 0, 0, 0.1) !important;
}

.gp-hero[style*="background-image"] .gp-hero-background {
    background: none;
}

/* Mejorar legibilidad del texto cuando hay imagen de fondo */
.gp-hero[style*="background-image"] .gp-hero-content {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    z-index: 10 !important;
}

.gp-hero[style*="background-image"] .gp-hero h1 {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
    position: relative !important;
    z-index: 11 !important;
}

.gp-hero[style*="background-image"] .gp-hero-subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    z-index: 11 !important;
}

.gp-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="%2373c026" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="1200" height="600" fill="%23ffffff" opacity="0.8"/><rect width="1200" height="600" fill="url(%23grid)"/></svg>');
}

.gp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(115, 192, 38, 0.05);
}

.gp-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 50px 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.gp-hero-text {
    margin-bottom: 40px;
}

.gp-hero-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.gp-hero-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #73c026, #5a9c1e) !important;
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 15px rgba(115, 192, 38, 0.3) !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 12 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.gp-hero h1 {
    font-size: var(--gp-h1-size, 4.5rem) !important;
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    position: relative !important;
    z-index: 11 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.gp-hero-subtitle {
    font-size: 1.5rem;
    color: #5a6c7d;
    margin: 0 0 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    font-weight: 500;
}

.gp-hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.gp-login-section {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(115, 192, 38, 0.2);
}

.gp-login-text {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: 500;
    opacity: 0.8;
}

.gp-login-link {
    color: #73c026;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.gp-login-link:hover {
    color: #5a9c1e;
    text-decoration: none;
}

.gp-login-section.authenticated .gp-login-text {
    color: #73c026;
    font-weight: 600;
}

.gp-login-section.authenticated .gp-login-link {
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gp-login-section.authenticated .gp-login-link:hover {
    background: linear-gradient(135deg, #5a9c1e, #4a7c1a);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(115, 192, 38, 0.3);
}

/* ========================================
   BOTONES
   ======================================== */
.gp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 8px;
    text-transform: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.gp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.gp-btn:hover::before {
    left: 100%;
}

.gp-btn-primary {
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    color: #fff;
    box-shadow: 0 4px 15px rgba(115, 192, 38, 0.3);
}

.gp-btn-primary:hover {
    background: linear-gradient(135deg, #5a9c1e, #4a7c1a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(115, 192, 38, 0.4);
}

.gp-btn-outline {
    background: transparent;
    color: #73c026;
    border: 2px solid #73c026;
}

.gp-btn-outline:hover {
    background: #73c026;
    color: #fff;
    transform: translateY(-2px);
}

.gp-btn-secondary {
    background: #6c757d;
    color: #fff;
    border: 2px solid #6c757d;
}

.gp-btn-secondary:hover {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
}

.gp-btn-large {
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 700;
}

/* ========================================
   CONTENIDO PRINCIPAL
   ======================================== */
.gp-main-content {
    background: #fff;
    padding: 0;
}

.gp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   SECCIÓN SOBRE NOSOTROS
   ======================================== */
.gp-about-section {
    padding: 80px 0;
}

.gp-about-content-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.gp-section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.gp-about-content-centered h2 {
    font-size: var(--gp-h2-size, 3rem);
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.gp-about-lead {
    font-size: 1.4rem;
    color: #34495e;
    margin: 0 0 25px 0;
    line-height: 1.6;
    font-weight: 500;
}

.gp-about-content-centered p {
    font-size: var(--gp-p-size, 1.2rem);
    color: #5a6c7d;
    margin: 0 0 20px 0;
    line-height: 1.7;
}


/* ========================================
   SECCIÓN DE PRODUCTOS
   ======================================== */
.gp-products-section {
    padding: 80px 0;
    background: #fff;
}

.gp-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.gp-section-header h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.gp-section-header p {
    font-size: 1.3rem;
    color: #5a6c7d;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.gp-products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.gp-product-card {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border: 1px solid #e9ecef !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    width: 100% !important;
    max-width: 1024px !important;
    height: auto !important;
    min-height: 400px !important;
}

.gp-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.gp-product-card:hover::before {
    transform: scaleX(1);
}

.gp-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.gp-product-image {
    height: 300px !important;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

.gp-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.gp-product-card:hover .gp-product-image img {
    transform: scale(0.95);
}

.gp-product-placeholder {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.7;
}

.gp-product-placeholder svg {
    width: 40px;
    height: 40px;
}

.gp-product-content {
    padding: 35px 30px;
}

.gp-product-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.gp-product-content p {
    color: #5a6c7d;
    margin: 0 0 25px 0;
    line-height: 1.7;
    font-size: 1.05rem;
}

.gp-product-features {
    margin-top: 25px;
}

.gp-product-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gp-product-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #34495e;
    font-weight: 500;
    line-height: 1.5;
}

.gp-product-features li::before {
    content: '✓';
    color: #73c026;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ========================================
   SECCIÓN DE SERVICIOS (LEGACY - MANTENER PARA COMPATIBILIDAD)
   ======================================== */
.gp-services-section {
    padding: 80px 0;
    background: #fff;
}

.gp-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.gp-service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gp-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.gp-service-card:hover::before {
    transform: scaleX(1);
}

.gp-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.gp-service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #fff;
}

.gp-service-icon svg {
    width: 40px;
    height: 40px;
}

.gp-service-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
}

.gp-service-card p {
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
}

/* ========================================
   SECCIÓN DE CARACTERÍSTICAS
   ======================================== */
.gp-features-section {
    padding: 80px 0;
}

.gp-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.gp-feature-content {
    padding-left: 40px;
}

.gp-feature-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.gp-feature-content p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin: 0 0 30px 0;
    line-height: 1.7;
}

.gp-features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gp-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gp-feature-check {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.gp-feature-item span {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 500;
}

.gp-feature-visual {
    position: relative;
}

.gp-feature-image {
    height: 400px;
    background: linear-gradient(135deg, #34495e, #2c3e50);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

/* ========================================
   SECCIÓN DE INDUSTRIAS
   ======================================== */
.gp-industries-section {
    padding: 80px 0;
    background: #fff;
}

.gp-industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.gp-industry-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gp-industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #73c026, #5a9c1e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.gp-industry-card:hover::before {
    transform: scaleX(1);
}

.gp-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 10px rgba(0,0,0,0.12);
}

.gp-industry-icon {
    font-size: 3rem;
    margin-bottom: 25px;
    display: block;
}

.gp-industry-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
}

.gp-industry-card p {
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
}

/* ========================================
   SECCIÓN DE CONTACTO
   ======================================== */
.gp-contact-section {
    padding: 80px 0;
}

.gp-contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.gp-form-header {
    margin-bottom: 40px;
}

.gp-form-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
}

.gp-form-header p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
}

.gp-form-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

/* Formulario de respaldo */
.gp-contact-form-fallback .gp-form-group {
    margin-bottom: 25px;
}

.gp-contact-form-fallback label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 14px;
}

.gp-contact-form-fallback input,
.gp-contact-form-fallback textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.gp-contact-form-fallback input:focus,
.gp-contact-form-fallback textarea:focus {
    outline: none;
    border-color: #73c026;
}

.gp-contact-form-fallback textarea {
    resize: vertical;
    min-height: 120px;
}

/* ========================================
   TARJETAS DE INFORMACIÓN
   ======================================== */
.gp-contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gp-info-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gp-card-primary {
    position: relative;
    color: #fff;
}

.gp-card-primary .gp-card-content {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 40px;
    position: relative;
}

.gp-card-primary .gp-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
}

.gp-card-primary .gp-card-content > * {
    position: relative;
    z-index: 2;
}

.gp-card-primary h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.gp-card-primary p {
    color: rgba(255,255,255,0.9);
    margin: 0 0 25px 0;
    line-height: 1.6;
}

.gp-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gp-contact-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gp-contact-item strong {
    color: #ecf0f1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gp-contact-item span {
    color: #fff;
    font-size: 16px;
}

.gp-card-secondary {
    padding: 40px;
    text-align: center;
}

.gp-card-icon {
    font-size: 3rem;
    margin-bottom: 25px;
}

.gp-card-secondary h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
}

.gp-card-secondary p {
    color: #5a6c7d;
    margin: 0 0 25px 0;
    line-height: 1.6;
}

/* ========================================
   FOOTER
   ======================================== */
.gp-footer {
    background: #1a252f;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.gp-footer-main {
    padding: 60px 0;
}

.gp-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
}

.gp-footer-brand h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.gp-footer-brand h3 span {
    color: #73c026;
}

.gp-footer-brand p {
    color: #bdc3c7;
    line-height: 1.6;
    margin: 0 0 30px 0;
    font-size: 1.1rem;
}

.gp-social-links {
    display: flex;
    gap: 15px;
}

.gp-social-link {
    display: inline-block;
    padding: 12px 20px;
    background: #34495e;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.gp-social-link:hover {
    background: #73c026;
    transform: translateY(-2px);
}

.gp-footer-services h4,
.gp-footer-industries h4,
.gp-footer-newsletter h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #fff;
}

.gp-footer-services ul,
.gp-footer-industries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-footer-services li,
.gp-footer-industries li {
    margin-bottom: 12px;
}

.gp-footer-services a,
.gp-footer-industries a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.gp-footer-services a:hover,
.gp-footer-industries a:hover {
    color: #73c026;
}

.gp-footer-newsletter p {
    color: #bdc3c7;
    line-height: 1.6;
    margin: 0 0 25px 0;
    font-size: 1rem;
}

.gp-newsletter-form {
    display: flex;
    gap: 10px;
}

.gp-newsletter-input {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #34495e;
    color: #fff;
}

.gp-newsletter-input::placeholder {
    color: #95a5a6;
}

.gp-footer-bottom {
    background: #0f1419;
    padding: 25px 0;
    border-top: 1px solid #34495e;
}

.gp-footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gp-footer-bottom p {
    color: #95a5a6;
    margin: 0;
    font-size: 14px;
}

.gp-footer-links {
    display: flex;
    gap: 25px;
}

.gp-footer-links a {
    color: #95a5a6;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.gp-footer-links a:hover {
    color: #73c026;
}

/* ========================================
   ANIMACIONES
   ======================================== */
.gp-animate-in {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
    .gp-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        max-width: 1000px !important;
    }
}

@media (max-width: 1024px) {
    .gp-hero h1 {
        font-size: 2.5rem;
    }
    
    .gp-features-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .gp-about-content-centered {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .gp-feature-content {
        padding-left: 0;
        text-align: center;
    }
    
    .gp-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 900px !important;
    }
    
    .gp-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .gp-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 900px) {
    .gp-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 800px !important;
    }
}

@media (max-width: 768px) {
    .gp-hero {
        min-height: 45vh;
    }
    
    .gp-hero-content {
        padding: 30px 20px;
    }
    
    .gp-hero-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gp-hero h1 {
        font-size: 2rem;
    }
    
    .gp-hero-subtitle {
        font-size: 1rem;
    }
    
    .gp-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .gp-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .gp-about-section,
    .gp-services-section,
    .gp-features-section,
    .gp-industries-section,
    .gp-contact-section {
        padding: 50px 0;
    }
    
    .gp-about-content-centered h2,
    .gp-section-header h2,
    .gp-feature-content h2,
    .gp-form-header h2 {
        font-size: 2rem;
    }
    
    .gp-products-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    .gp-services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .gp-industries-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .gp-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .gp-footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .gp-products-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 0 10px !important;
    }
    
    .gp-product-card {
        margin: 0 auto !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .gp-container {
        padding: 0 15px;
    }
    
    .gp-hero {
        min-height: 40vh;
    }
    
    .gp-hero-content {
        padding: 20px 15px;
    }
    
    .gp-hero h1 {
        font-size: 1.8rem;
    }
    
    .gp-hero-subtitle {
        font-size: 0.9rem;
    }
    
    .gp-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .gp-about-content-centered h2,
    .gp-section-header h2,
    .gp-feature-content h2,
    .gp-form-header h2 {
        font-size: 1.6rem;
    }
    
    .gp-products-section {
        padding: 60px 0 !important;
    }
    
    .gp-section-header {
        margin-bottom: 50px !important;
    }
    
    .gp-section-header h2 {
        font-size: 1.8rem !important;
    }
    
    .gp-section-header p {
        font-size: 1rem !important;
    }
    
    .gp-products-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 10px !important;
    }
    
    .gp-product-card {
        margin: 0 auto !important;
        max-width: 100% !important;
        min-height: auto !important;
    }
    
    .gp-product-card .gp-product-content {
        padding: 25px 20px !important;
    }
    
    .gp-product-image {
        height: 200px !important;
    }
    
    .gp-product-content h3 {
        font-size: 1.4rem !important;
    }
    
    .gp-product-content p {
        font-size: 1rem !important;
    }
    
    .gp-service-card,
    .gp-industry-card {
        padding: 30px 20px;
    }
    
    .gp-form-container {
        padding: 25px 20px;
    }
    
    .gp-card-primary .gp-card-content,
    .gp-card-secondary {
        padding: 25px 20px;
    }
}
