/* =========================================
   Weblock Security - Main Stylesheet (FIXED EDGE PADDING + CYBER UI)
   ========================================= */

:root {
    --primary-color: #0A192F; 
    --secondary-color: #112240; 
    --accent-color: #00FF88; 
    --text-light: #E6F1FF;
    --text-muted: #8892b0;
    --border-color: rgba(255,255,255,0.05);
}

* { box-sizing: border-box; }

body {
    margin: 0; font-family: 'Heebo', sans-serif; background-color: var(--primary-color);
    color: var(--text-light); padding-bottom: 0; overflow-x: hidden; line-height: 1.6;
}

/* המעטפת הכללית */
.container { max-width: 1200px; margin: 0 auto; width: 100%; }

.highlight { color: var(--accent-color); text-shadow: 0 0 20px rgba(0, 255, 136, 0.3); }
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 15px; }
.section-header p { color: var(--text-muted); font-size: 1.2rem; max-width: 600px; margin: 0 auto; }

/* --- פריסה: האדר ופוטר --- */
.desktop-header-menu { background-color: rgba(10, 25, 47, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border-color); padding: 20px 8%; }
.header-container { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; }
.logo a { font-size: 24px; font-weight: 800; color: var(--text-light); text-decoration: none; letter-spacing: 1px; }
.main-nav a { color: var(--text-light); text-decoration: none; margin: 0 15px; font-weight: 400; transition: color 0.3s ease; }
.main-nav a:hover { color: var(--accent-color); }
.btn-login { color: var(--primary-color); background: var(--accent-color); padding: 8px 20px; border-radius: 4px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; }
.btn-login:hover { box-shadow: 0 0 15px rgba(0, 255, 136, 0.4); }

.site-footer { background-color: #060F1D; color: var(--text-muted); text-align: center; padding: 30px 8%; border-top: 1px solid var(--border-color); margin-top: 60px; }

/* --- כפתורים --- */
.btn { padding: 14px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; display: inline-block; text-align: center; cursor: pointer; border: none; }
.btn-primary { background-color: var(--accent-color); color: var(--primary-color); box-shadow: 0 0 15px rgba(0, 255, 136, 0.2); }
.btn-primary:hover { box-shadow: 0 0 25px rgba(0, 255, 136, 0.5); transform: translateY(-3px); }
.btn-secondary { background-color: transparent; color: var(--accent-color); border: 2px solid var(--accent-color); }
.btn-secondary:hover { background-color: rgba(0, 255, 136, 0.1); }

/* =========================================
   עמוד בית - הירו דינאמי משודרג
   ========================================= */
.hero-section { 
    display: flex; align-items: center; min-height: 85vh; 
    background: radial-gradient(circle at center, #0B223B 0%, #060F1D 100%); 
    position: relative; overflow: hidden; padding: 60px 8%; 
}

/* קנבס האנימציה שרץ ברקע */
#serverDefenseCanvas {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; 
}

.hero-container { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; flex-wrap: wrap; gap: 40px; width: 100%; max-width: 1200px; margin: 0 auto; }
.hero-content { flex: 1.2; min-width: 300px; max-width: 650px; }
.badge { background: rgba(0, 255, 136, 0.1); color: var(--accent-color); padding: 6px 16px; border-radius: 30px; font-size: 14px; border: 1px solid var(--accent-color); display: inline-block; margin-bottom: 24px; }
.hero-title { font-size: 3.8rem; line-height: 1.1; margin-bottom: 25px; font-weight: 800; }
.hero-subtitle { font-size: 1.25rem; color: #a8b2d1; margin-bottom: 40px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; }

/* ממשק ההגנה האנימטיבי (השרת) */
.hero-graphics { flex: 0.8; min-width: 300px; display: flex; justify-content: center; align-items: center; position: relative; height: 350px; }
.cyber-shield-ui { position: relative; width: 250px; height: 250px; display: flex; justify-content: center; align-items: center; }
.cyber-shield-ui .core { font-size: 50px; color: var(--primary-color); background: var(--accent-color); width: 100px; height: 100px; border-radius: 12px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 30px rgba(0, 255, 136, 0.5), inset 0 0 15px rgba(255,255,255,0.3); z-index: 2; position: relative; }
.status-ring { position: absolute; border-radius: 50%; border: 2px solid transparent; }
.ring-1 { width: 160px; height: 160px; border-top-color: var(--accent-color); border-bottom-color: var(--accent-color); animation: spin 4s linear infinite; opacity: 0.6; }
.ring-2 { width: 200px; height: 200px; border-left-color: #4285F4; border-right-color: #4285F4; border-style: dashed; animation: spin-reverse 8s linear infinite; opacity: 0.4; }
.radar-sweep { position: absolute; width: 100%; height: 100%; border-radius: 50%; background: conic-gradient(from 0deg, transparent 70%, rgba(0, 255, 136, 0.15) 100%); animation: sweep 3s infinite linear; z-index: 1; }
.system-status { position: absolute; bottom: -40px; background: rgba(0, 255, 136, 0.1); border: 1px solid var(--accent-color); color: var(--accent-color); padding: 5px 20px; border-radius: 20px; font-size: 1rem; font-weight: bold; letter-spacing: 1px; box-shadow: 0 0 15px rgba(0, 255, 136, 0.2); transition: all 0.3s; white-space: nowrap; }

@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes spin-reverse { 100% { transform: rotate(-360deg); } }
@keyframes sweep { 100% { transform: rotate(360deg); } }

/* --- פיצ'רים --- */
.features-section { padding: 80px 8%; background-color: var(--primary-color); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.feature-card { background-color: var(--secondary-color); padding: 40px 30px; border-radius: 12px; text-align: center; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); border-color: rgba(0, 255, 136, 0.3); }
.feature-icon { font-size: 40px; color: var(--accent-color); margin-bottom: 20px; }
.feature-card h3 { font-size: 1.5rem; margin-bottom: 15px; }
.feature-card p { color: var(--text-muted); font-size: 1rem; }

/* =========================================
   אזור סטטיסטיקות משודרג (Grid רוחבי)
   ========================================= */
.stats-section { 
    padding: 80px 8%; 
    background: linear-gradient(90deg, #0A192F 0%, #112240 50%, #0A192F 100%); 
    border-top: 1px solid rgba(0, 255, 136, 0.1); 
    border-bottom: 1px solid rgba(0, 255, 136, 0.1); 
    position: relative;
}

/* הפקודה שכופה על הקוביות להיות אחת ליד השנייה במחשב */
.stats-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    max-width: 1200px; 
    margin: 0 auto; 
    width: 100%;
}

.stat-box { 
    text-align: center; 
    padding: 35px 20px; 
    background: rgba(255, 255, 255, 0.02); 
    border-radius: 16px; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s;
}
.stat-box:hover {
    transform: translateY(-10px);
    background: rgba(0, 255, 136, 0.05);
    border-color: rgba(0, 255, 136, 0.3);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.stat-number { font-size: 3.5rem; font-weight: 800; color: var(--accent-color); margin: 0 0 10px 0; line-height: 1; text-shadow: 0 0 20px rgba(0, 255, 136, 0.3); }
.stat-box p { font-size: 1.2rem; color: var(--text-light); margin: 0 0 10px 0; font-weight: 600; }
.stat-seo-text { display: block; font-size: 0.95rem; color: var(--text-muted); line-height: 1.5; padding: 0 10px;}

.cta-section { text-align: center; padding: 100px 8%; background-color: var(--primary-color); }
.cta-section h2 { font-size: 2.8rem; margin-bottom: 20px; }
.cta-section p { font-size: 1.2rem; color: var(--text-muted); max-width: 600px; margin: 0 auto 40px auto; }

/* --- עמודים פנימיים (הכל מרווח ב-8% מהצדדים) --- */
.inner-page { min-height: 70vh; }
.page-header { text-align: center; padding: 80px 8% 60px; background: radial-gradient(circle at top center, #112240 0%, var(--primary-color) 100%); border-bottom: 1px solid var(--border-color); }
.page-header h1 { font-size: 3rem; margin-bottom: 15px; font-weight: 800; }
.page-header p { font-size: 1.2rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* רשת הבלוג והמאמר הבודד */
.blog-container { padding: 60px 8%; max-width: 1400px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 40px; }
.blog-card { background-color: var(--secondary-color); border-radius: 12px; overflow: hidden; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.4); border-color: rgba(0, 255, 136, 0.2); }
.blog-card-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-meta { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.blog-meta i { color: var(--accent-color); }
.blog-title { font-size: 1.4rem; margin: 0 0 15px 0; line-height: 1.4; }
.blog-title a { color: var(--text-light); text-decoration: none; transition: color 0.3s; }
.blog-title a:hover { color: var(--accent-color); }
.blog-excerpt { color: var(--text-muted); font-size: 1rem; margin-bottom: 25px; flex-grow: 1; line-height: 1.6; }
.read-more { color: var(--accent-color); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.3s; }
.read-more:hover { gap: 12px; }
.no-posts { text-align: center; padding: 60px 20px; color: var(--text-muted); }
.no-posts i { font-size: 50px; color: rgba(255,255,255,0.1); margin-bottom: 20px; }
.no-posts h2 { color: var(--text-light); margin-bottom: 10px; }

.single-article { margin-bottom: 60px; }
.article-header { text-align: center; padding: 80px 8% 60px; background: radial-gradient(circle at top center, #112240 0%, var(--primary-color) 100%); border-bottom: 1px solid var(--border-color); }
.article-header .container { max-width: 800px; margin: 0 auto; }
.article-meta { display: flex; justify-content: center; gap: 20px; color: var(--accent-color); font-size: 0.95rem; margin-bottom: 20px; font-weight: 600; }
.article-title { font-size: 3rem; line-height: 1.2; margin-bottom: 20px; font-weight: 800; }
.article-subtitle { font-size: 1.2rem; color: var(--text-muted); line-height: 1.6; }
.article-content-wrapper { padding: 60px 8%; background-color: var(--primary-color); }
.article-content-wrapper .container { max-width: 800px; margin: 0 auto; }
.article-content { font-size: 1.1rem; line-height: 1.8; color: #CCD6F6; }
.article-content p { margin-bottom: 25px; }
.article-content h2, .article-content h3 { color: var(--text-light); margin: 40px 0 20px 0; font-weight: 600; }
.article-content h2 { font-size: 2rem; border-bottom: 1px solid var(--border-color); padding-bottom: 10px; }
.article-content h3 { font-size: 1.5rem; color: var(--accent-color); }
.article-content ul { margin-bottom: 25px; padding-right: 20px; }
.article-content a { color: var(--accent-color); text-decoration: underline; text-underline-offset: 4px; }
.article-content blockquote { border-right: 4px solid var(--accent-color); margin: 0 0 25px 0; padding: 15px 20px 15px 0; background-color: rgba(0, 255, 136, 0.05); font-style: italic; font-size: 1.2rem; }
.article-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 30px 0; }
.article-footer { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--border-color); display: flex; justify-content: center; }

/* עמוד חבילות תמחור */
.pricing-section { padding: 80px 8%; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; align-items: center; max-width: 1200px; margin: 0 auto; }
.pricing-card { background-color: var(--secondary-color); border: 1px solid var(--border-color); border-radius: 16px; padding: 50px 30px; text-align: center; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pricing-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
.pricing-card.popular { border: 2px solid var(--accent-color); transform: scale(1.05); background: linear-gradient(180deg, rgba(0,255,136,0.05) 0%, var(--secondary-color) 100%); box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1); }
.popular-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background-color: var(--accent-color); color: var(--primary-color); padding: 6px 20px; border-radius: 30px; font-weight: bold; font-size: 0.9rem; }
.package-name { font-size: 1.8rem; margin: 0 0 15px 0; }
.package-desc { color: var(--text-muted); font-size: 1rem; margin-bottom: 30px; min-height: 50px; }
.price { margin-bottom: 30px; }
.price .currency { font-size: 1.5rem; font-weight: 600; vertical-align: top; margin-left: 5px; color: var(--accent-color); }
.price .amount { font-size: 3.5rem; font-weight: 800; line-height: 1; }
.price .period { color: var(--text-muted); font-size: 1rem; }
.features-list { list-style: none; padding: 0; margin: 0 0 40px 0; text-align: right; }
.features-list li { margin-bottom: 15px; font-size: 1.1rem; border-bottom: 1px solid rgba(255,255,255,0.03); padding-bottom: 15px; }
.features-list li:last-child { border-bottom: none; }
.features-list i { color: var(--accent-color); margin-left: 10px; width: 20px; text-align: center; }
.features-list li.disabled { color: var(--text-muted); text-decoration: line-through; }
.features-list li.disabled i { color: #f44336; }
.btn-pricing { width: 100%; }

.faq-section { padding: 40px 8% 80px 8%; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { background-color: var(--secondary-color); border: 1px solid var(--border-color); border-radius: 8px; padding: 25px; margin-bottom: 20px; transition: border-color 0.3s; }
.faq-item:hover { border-color: rgba(0, 255, 136, 0.3); }
.faq-question { font-size: 1.3rem; margin: 0 0 15px 0; color: var(--text-light); }
.faq-question i { color: var(--accent-color); font-size: 1rem; margin-left: 10px; vertical-align: middle; }
.faq-answer { color: var(--text-muted); font-size: 1.1rem; line-height: 1.7; margin: 0; }

/* טכנולוגיה */
.tech-steps-section { padding: 60px 8%; }
.steps-container { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.tech-step { display: flex; align-items: center; background-color: var(--secondary-color); border: 1px solid var(--border-color); border-radius: 12px; padding: 25px; transition: transform 0.3s, border-color 0.3s; }
.tech-step:hover { transform: translateX(-10px); border-color: rgba(0, 255, 136, 0.3); }
.tech-step.highlight-step { border: 1px solid var(--accent-color); background: linear-gradient(90deg, rgba(0,255,136,0.05) 0%, var(--secondary-color) 100%); }
.step-icon { font-size: 40px; color: var(--accent-color); margin-left: 25px; width: 60px; text-align: center; }
.step-content h3 { margin: 0 0 10px 0; font-size: 1.4rem; }
.step-content p { margin: 0; color: var(--text-muted); font-size: 1rem; }
.step-arrow { text-align: center; font-size: 24px; color: var(--text-muted); }

.tech-features-section { padding: 40px 8% 80px 8%; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.tech-box { background-color: var(--primary-color); border: 1px solid var(--border-color); border-radius: 12px; padding: 30px; text-align: center; transition: background-color 0.3s, transform 0.3s; }
.tech-box:hover { background-color: var(--secondary-color); transform: translateY(-5px); }
.tech-box i { font-size: 35px; color: var(--text-light); margin-bottom: 20px; transition: color 0.3s; }
.tech-box h4 { font-size: 1.3rem; margin: 0 0 15px 0; }
.tech-box p { color: var(--text-muted); font-size: 1rem; margin: 0; }

/* אודות */
.about-story-section { padding: 80px 8%; }
.story-content-wrapper { display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; }
.story-text { flex: 1; }
.story-text h2 { font-size: 2.5rem; margin-bottom: 20px; }
.story-text p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.8; }
.story-text strong { color: var(--text-light); font-weight: 600; }
.story-image { flex: 1; text-align: center; }
.story-image .image-placeholder { display: inline-flex; justify-content: center; align-items: center; width: 300px; height: 300px; border-radius: 50%; background: linear-gradient(135deg, var(--secondary-color) 0%, rgba(0,255,136,0.1) 100%); border: 2px solid var(--accent-color); box-shadow: 0 0 40px rgba(0,255,136,0.15); font-size: 100px; color: var(--accent-color); }

.core-values-section { padding: 60px 8% 100px 8%; background-color: var(--secondary-color); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.value-card { text-align: center; padding: 40px 20px; }
.value-card i { font-size: 50px; color: var(--accent-color); margin-bottom: 25px; }
.value-card h3 { font-size: 1.6rem; margin-bottom: 15px; }
.value-card p { color: var(--text-muted); font-size: 1.1rem; }

.about-cta { padding: 80px 8%; text-align: center; background: radial-gradient(circle at center, #112240 0%, var(--primary-color) 100%); }
.about-cta h2 { font-size: 2.2rem; margin-bottom: 30px; }

/* צור קשר */
.contact-section { padding: 60px 8%; }
.contact-wrapper { display: flex; gap: 50px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.contact-info { flex: 1; min-width: 300px; }
.contact-info h3 { font-size: 2rem; margin-bottom: 10px; }
.contact-info > p { color: var(--text-muted); margin-bottom: 30px; font-size: 1.1rem; }

.info-items { display: flex; flex-direction: column; gap: 20px; }
.info-item { display: flex; align-items: center; padding: 20px; background-color: var(--secondary-color); border: 1px solid var(--border-color); border-radius: 12px; text-decoration: none; color: var(--text-light); transition: transform 0.3s, border-color 0.3s; }
.info-item:hover { transform: translateX(-10px); border-color: var(--accent-color); }
.info-icon { font-size: 24px; color: var(--accent-color); background: rgba(0,255,136,0.1); width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 50%; margin-left: 20px; }
.info-icon.whatsapp { color: #25D366; background: rgba(37, 211, 102, 0.1); }
.info-text { display: flex; flex-direction: column; }
.info-text span { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 5px; }
.info-text strong { font-size: 1.2rem; font-weight: 600; letter-spacing: 1px; }

.contact-form-container { flex: 1.5; min-width: 300px; background-color: var(--secondary-color); padding: 40px; border-radius: 12px; border: 1px solid var(--border-color); }
.contact-form-container h3 { font-size: 2rem; margin-bottom: 30px; }

.form-group { margin-bottom: 20px; text-align: right; }
.form-row { display: flex; gap: 20px; }
.form-row .form-group { flex: 1; }
.contact-form label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--text-light); }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px; background-color: var(--primary-color); border: 1px solid var(--border-color); color: var(--text-light); border-radius: 8px; font-family: 'Heebo', sans-serif; font-size: 1rem; transition: border-color 0.3s, box-shadow 0.3s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent-color); box-shadow: 0 0 10px rgba(0,255,136,0.2); }
.btn-submit { width: 100%; font-size: 1.2rem; padding: 15px; margin-top: 10px; }
.btn-submit i { margin-right: 10px; }

.alert { padding: 15px; border-radius: 8px; margin-bottom: 25px; font-weight: 600; }
.alert.success { background-color: rgba(0, 255, 136, 0.1); border: 1px solid var(--accent-color); color: var(--accent-color); }
.alert.error { background-color: rgba(244, 67, 54, 0.1); border: 1px solid #f44336; color: #f44336; }

/* --- מובייל (Mobile App Style) ורספונסיביות מוחלטת --- */
.mobile-bottom-nav { display: none; position: fixed; bottom: 0; width: 100%; background-color: rgba(10, 25, 47, 0.95); backdrop-filter: blur(10px); box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; justify-content: space-around; padding: 10px 0; border-top: 1px solid var(--border-color); padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
.mobile-bottom-nav .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-light); text-decoration: none; font-size: 12px; transition: color 0.3s ease; gap: 4px; }
.mobile-bottom-nav .nav-item i { font-size: 20px; }
.mobile-bottom-nav .nav-item:hover, .mobile-bottom-nav .nav-item.active { color: var(--accent-color); }

@media (max-width: 900px) {
    /* הפיכת הסטטיסטיקות לטור יחיד במסכים קטנים */
    .stats-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero-title { font-size: 2.8rem; }
    .cyber-shield-ui { transform: scale(0.8); }
}

@media (max-width: 768px) {
    .desktop-header-menu { display: none; }
    .mobile-bottom-nav { display: flex; }
    body { padding-bottom: 70px; }
    
    .hero-container { flex-direction: column; text-align: center; }
    .hero-graphics { justify-content: center; margin-top: 40px; }
    .hero-buttons { justify-content: center; }
    .btn { width: 100%; margin-bottom: 10px; }
    
    .cta-section h2 { font-size: 2rem; }
    
    .page-header { padding: 50px 8% 40px; }
    .page-header h1 { font-size: 2.2rem; }
    
    .pricing-grid { gap: 40px; }
    .pricing-card.popular { transform: none; }
    
    .tech-step { flex-direction: column; text-align: center; padding: 20px; }
    .step-icon { margin-left: 0; margin-bottom: 15px; }
    
    .story-content-wrapper { flex-direction: column; text-align: center; gap: 40px; }
    
    .contact-wrapper { flex-direction: column; }
    .form-row { flex-direction: column; gap: 0; }
    .info-item:hover { transform: none; }
    .contact-form-container { padding: 25px 20px; }
}