.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   1. ZMIENNE I BAZA
   ========================================= */
:root {
    --rge-blue: #0077c0;
    --rge-blue-dark: #005a91;
    --rge-green: #68bc45;
    --rge-dark: #0b1121;
    --rge-gray: #475569;
    --rge-light: #f8fafc;
    --rge-white: #ffffff;
    --gradient-primary: linear-gradient(135deg, var(--rge-blue), var(--rge-green));
    --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, html { margin: 0; padding: 0; overflow-x: hidden; }

.rge-mega-layout { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--rge-gray); line-height: 1.6; background: transparent; width: 100%; }

/* BAZOWY KONTENER */
.container { width: 100%; max-width: 15000px; margin: 0 auto; padding: 0 50px; }

h1, h2, h3, h4 { color: var(--rge-dark); font-weight: 800; line-height: 1.2; margin-top: 0; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -1px; } 
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); margin-bottom: 16px; }
h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }

.section-pad { padding: 90px 0; }
.text-center { text-align: center; }
.bg-light { background: var(--rge-light); }

.reveal { opacity: 0; transform: translateY(20px); transition: all 0.7s cubic-bezier(0.5, 0, 0, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* PRZYCISKI */
.btn-ultra { background: var(--gradient-primary); color: var(--rge-white); padding: 14px 32px; border-radius: 12px; font-weight: 700; font-size: 1rem; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; cursor: pointer; box-shadow: 0 8px 20px rgba(104, 188, 69, 0.25); position: relative; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn-ultra::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: rgba(255, 255, 255, 0.2); transform: rotate(45deg) translateY(-100%); transition: transform 0.6s ease; }
.btn-ultra:hover::after { transform: rotate(45deg) translateY(100%); }
.btn-ultra:hover { box-shadow: 0 12px 25px rgba(104, 188, 69, 0.35); color: white; transform: translateY(-2px); }

/* POPRAWIONY PRZYCISK OUTLINE (Widoczny na każdym tle) */
.btn-outline { background: var(--rge-dark); border: 2px solid var(--rge-dark); color: var(--rge-white); box-shadow: none; transition: all 0.3s; }
.btn-outline:hover { background: var(--rge-green); border-color: var(--rge-green); color: var(--rge-white); transform: translateY(-2px); }

/* HERO BENTO */
.hero-bento { padding: 60px 0 60px; background: radial-gradient(circle at top right, #f1f5f9 0%, #ffffff 50%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.hero-text h1 span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-text p { font-size: 1.1rem; color: var(--rge-gray); margin-bottom: 30px; max-width: 500px; }
.bento-gallery { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 180px 180px; gap: 15px; }
.bento-item { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.bento-1 { grid-row: 1 / span 2; }
.bento-2 { grid-row: 1 / span 1; grid-column: 2 / span 1; }
.bento-3 { grid-row: 2 / span 1; grid-column: 2 / span 1; background: var(--rge-dark); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 15px; color: var(--rge-white); }
.bento-3 h3 { color: var(--rge-green); margin-bottom: 5px; font-size: 2rem; }
.bento-3 p { font-size: 0.85rem; margin: 0; color: #cbd5e1; }

/* MARQUEE */
.marquee-wrapper { display: flex; overflow: hidden; background: var(--rge-dark); padding: 20px 0; gap: 40px; }
.marquee-content { display: flex; align-items: center; gap: 40px; flex-shrink: 0; animation: marquee 25s linear infinite; }
.marquee-content h4 { margin: 0; color: #cbd5e1; white-space: nowrap; font-size: 0.9rem; font-weight: 500;}
.marquee-item { font-weight: 800; color: var(--rge-white); font-size: 1.2rem; white-space: nowrap; opacity: 0.5; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 40px)); } }

/* O NAS - Zwiększone i poprawione zdjęcia oraz kafelki */
.about-pro { overflow: hidden; }
.about-pro-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; } /* Zmienione proporcje kolumn */
.about-images-wrapper { position: relative; width: 100%; padding-bottom: 30px; }
.img-main { width: 90%; border-radius: var(--radius); box-shadow: 0 15px 30px rgba(0,0,0,0.1); display: block; aspect-ratio: 4/5; object-fit: cover; } /* Duże pionowe zdjęcie główne */
.img-sub { position: absolute; bottom: 0; right: 0; width: 50%; border-radius: var(--radius); border: 8px solid var(--rge-white); box-shadow: 0 20px 40px rgba(0,0,0,0.15); aspect-ratio: 1/1; object-fit: cover; } /* Zgrabny kwadrat nachodzący z boku */
.badge-experience { position: absolute; top: 20px; left: -20px; background: var(--gradient-primary); color: var(--rge-white); padding: 20px; border-radius: 12px; text-align: center; box-shadow: 0 10px 20px rgba(104, 188, 69, 0.3); z-index: 2; }
.badge-experience strong { display: block; font-size: 2rem; line-height: 1; }
.badge-experience span { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }
.about-content-wrapper > span { color: var(--rge-blue); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 8px; font-size: 0.85rem; }

/* Powiększone kafelki "W faktach" */
.about-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 35px; }
.feature-box { background: var(--rge-white); padding: 25px; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: transform 0.3s; }
.feature-box:hover { transform: translateY(-5px); border-color: var(--rge-green); }
.feature-icon { font-size: 2.2rem; margin-bottom: 12px; }
.feature-box h4 { font-size: 1.1rem !important; margin-bottom: 5px; }
.feature-box p { font-size: 0.9rem; margin: 0; line-height: 1.5; color: var(--rge-gray); }

/* PROCES KROK PO KROKU */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 40px; position: relative; }
.step-card { background: var(--rge-white); border-radius: var(--radius); padding: 30px; border: 1px solid #e2e8f0; position: relative; z-index: 2; transition: transform 0.3s, box-shadow 0.3s; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.step-number { width: 50px; height: 50px; background: var(--rge-light); color: var(--rge-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; margin-bottom: 20px; border: 2px solid #e2e8f0; }
.step-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step-card p { font-size: 0.9rem; margin: 0; }
@media(min-width: 992px) { .steps-grid::before { content: ''; position: absolute; top: 55px; left: 50px; right: 50px; height: 2px; background: #e2e8f0; z-index: 1; border-top: 2px dashed #cbd5e1; } }

/* EDUKACJA */
.edu-section { background: var(--rge-white); }
.edu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.edu-content p { font-size: 1rem; margin-bottom: 25px; }
.edu-list { list-style: none; padding: 0; margin-bottom: 30px; }
.edu-list li { position: relative; padding-left: 35px; margin-bottom: 15px; font-size: 1rem; font-weight: 500; color: var(--rge-dark); }
.edu-list li::before { content: '✓'; position: absolute; left: 0; color: var(--rge-green); font-weight: 900; font-size: 1.3rem; }
.edu-image { border-radius: var(--radius); overflow: hidden; height: 100%; min-height: 400px; background: url('https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=800') center/cover; }

/* EKOSYSTEM */
.eco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 40px; }
.eco-card { background: var(--rge-white); border: 1px solid #e2e8f0; border-radius: var(--radius); padding: 30px; position: relative; overflow: hidden; }
.eco-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--gradient-primary); }
.eco-card h3 { color: var(--rge-blue); margin-bottom: 10px; }
.eco-card p { font-size: 0.9rem; margin: 0; }

/* DOTACJE */
.subsidies-banner { background: linear-gradient(135deg, var(--rge-green), #4a932b); border-radius: var(--radius); padding: 40px; color: var(--rge-white); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin: 40px 0; box-shadow: 0 15px 30px rgba(104, 188, 69, 0.2); }
.subsidies-banner h2 { color: var(--rge-white); margin-bottom: 5px; font-size: 2rem; }
.subsidies-banner p { margin: 0; font-size: 1.1rem; opacity: 0.9; max-width: 500px; }
.subsidies-banner .btn-ultra { background: var(--rge-white); color: var(--rge-green); box-shadow: none; }
.subsidies-banner .btn-ultra:hover { background: #f1f5f9; }

/* PRZEBUDOWANA TECHNOLOGIA (Z usuniętymi ikonkami emoji, wstawiony nowoczesny design kafelków) */
.tech-features-wrapper { background: var(--rge-dark); border-radius: var(--radius); padding: 60px; color: var(--rge-white); margin: 60px 0; position: relative; overflow: hidden; }
.tech-features-wrapper::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(circle at top right, rgba(104, 188, 69, 0.1) 0%, transparent 70%); pointer-events: none; }
.tech-features-wrapper h2 { color: var(--rge-white); font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 15px;}
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 50px; position: relative; z-index: 2; }
.tech-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; transition: background 0.3s, border-color 0.3s; }
.tech-item:hover { background: rgba(255,255,255,0.06); border-color: rgba(104, 188, 69, 0.5); }
.tech-number { display: inline-block; font-size: 0.8rem; font-weight: 800; color: var(--rge-green); letter-spacing: 2px; margin-bottom: 15px; border-bottom: 2px solid var(--rge-green); padding-bottom: 5px; }
.tech-text h4 { color: var(--rge-white); font-size: 1.2rem; margin-bottom: 10px; }
.tech-text p { color: #94a3b8; font-size: 0.9rem; margin: 0; line-height: 1.6; }

/* KALKULATOR */
.calc-section { background: var(--rge-dark); color: var(--rge-white); padding: 60px 24px; border-radius: var(--radius); text-align: center; margin: 40px 0; }
.calc-content { max-width: 700px; margin: 0 auto; }
.calc-content h2 { color: var(--rge-white); }
.calc-box { background: var(--rge-white); border-radius: 16px; padding: 30px; margin-top: 30px; color: var(--rge-dark); }
.calc-slider { width: 100%; margin: 20px 0; -webkit-appearance: none; background: #e2e8f0; height: 6px; border-radius: 3px; outline: none; }
.calc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--rge-green); cursor: pointer; }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
.res-item h4 { color: var(--rge-gray); font-size: 0.8rem; text-transform: uppercase; margin-bottom: 5px; }
.res-item span { font-size: 1.8rem; font-weight: 900; color: var(--rge-blue); }
.res-item.highlight span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* LICZNIKI */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 30px; text-align: center; padding: 40px 0; }
.stat-number { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 5px; display: inline-block; }
.stat-label { font-size: 0.85rem; font-weight: 700; color: var(--rge-dark); text-transform: uppercase; }

/* KARUZELE I AUTOCROP ZDJĘĆ */
.carousel-wrapper { display: flex; overflow-x: auto; overflow-y: hidden; gap: 20px; padding-bottom: 15px; margin-top: 40px; -webkit-overflow-scrolling: touch; cursor: grab; scrollbar-width: thin; scrollbar-color: var(--rge-green) #e2e8f0; }
.carousel-wrapper:active { cursor: grabbing; }
.carousel-wrapper::-webkit-scrollbar { height: 8px; }
.carousel-wrapper::-webkit-scrollbar-track { background: #e2e8f0; border-radius: 4px; }
.carousel-wrapper::-webkit-scrollbar-thumb { background: var(--rge-green); border-radius: 4px; }
.case-card, .blog-card { flex: 0 0 320px; background: var(--rge-white); border-radius: var(--radius); overflow: hidden; border: 1px solid #e2e8f0; pointer-events: none; }
.case-img, .blog-img { width: 100%; height: 220px; background-color: #e2e8f0; object-fit: cover; }
.blog-img { height: 180px; }
.bento-item img { width: 100%; height: 100%; object-fit: cover; }
.case-content, .blog-content { padding: 25px; pointer-events: auto;}
.case-data { background: var(--rge-light); padding: 15px; border-radius: 12px; margin-top: 15px; border-left: 4px solid var(--rge-green); }
.case-data p { margin: 4px 0; font-size: 0.85rem; }
.blog-tag { display: inline-block; padding: 4px 10px; background: rgba(104,188,69,0.1); color: var(--rge-green); border-radius: 12px; font-size: 0.75rem; font-weight: 700; margin-bottom: 10px; }
.blog-link { font-size: 0.9rem; font-weight: 700; color: var(--rge-blue); text-decoration: none; }

/* OPINIE KLIENTÓW */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; }
.review-card { background: var(--rge-white); padding: 30px; border-radius: var(--radius); border: 1px solid #e2e8f0; }
.stars { color: #fbbf24; font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 15px; }
.review-text { font-size: 0.95rem; font-style: italic; margin-bottom: 20px; position: relative; }
.review-text::before { content: '"'; font-size: 4rem; color: #f1f5f9; position: absolute; top: -20px; left: -15px; z-index: 0; font-family: serif; line-height: 1; }
.review-author { display: flex; align-items: center; gap: 15px; border-top: 1px solid #f1f5f9; padding-top: 15px; position: relative; z-index: 1;}
.review-author-avatar { width: 45px; height: 45px; background: var(--rge-blue); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.review-author-info h5 { margin: 0; font-size: 0.95rem; }
.review-author-info span { font-size: 0.75rem; color: var(--rge-green); font-weight: 700; }

/* FAQ */
.faq-wrapper { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--rge-white); border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 12px; }
.faq-item summary { padding: 18px; font-weight: 700; font-size: 1rem; color: var(--rge-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--rge-blue); font-size: 1.5rem; transition: transform 0.3s; }
.faq-item[open] summary::after { content: '−'; transform: rotate(180deg); }
.faq-content { padding: 0 18px 18px; color: var(--rge-gray); font-size: 0.9rem; line-height: 1.6; border-top: 1px solid #f1f5f9; margin-top: 10px; padding-top: 15px; }

/* KONTAKT */
.contact-mega { background: linear-gradient(135deg, var(--rge-blue-dark), var(--rge-dark)); color: var(--rge-white); padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-form-box { background: var(--rge-white); padding: 30px; border-radius: var(--radius); color: var(--rge-dark); }
.form-placeholder { width: 100%; padding: 14px; margin-bottom: 12px; border: 1px solid #e2e8f0; border-radius: 8px; background: #f8fafc; color: #94a3b8; font-size: 0.95rem; }
.floating-cta { position: fixed; bottom: 20px; right: 20px; background: var(--gradient-primary); color: var(--rge-white); width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(104, 188, 69, 0.4); z-index: 99; text-decoration: none; animation: pulse 2s infinite; }
.floating-cta svg { width: 24px; height: 24px; fill: white; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(104, 188, 69, 0.6); } 70% { box-shadow: 0 0 0 15px rgba(104, 188, 69, 0); } 100% { box-shadow: 0 0 0 0 rgba(104, 188, 69, 0); } }

/* =========================================
   ROZBUDOWANA STOPKA PREMIUM
   ========================================= */
.main-footer { background: var(--rge-dark); color: #94a3b8; padding: 80px 0 20px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.9rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { margin: 20px 0; line-height: 1.6; max-width: 320px; }
.footer-socials { display: flex; gap: 15px; margin-top: 25px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); color: var(--rge-white); transition: all 0.3s; }
.footer-socials a:hover { background: var(--rge-green); transform: translateY(-3px); }
.footer-socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-col h4 { color: var(--rge-white); font-size: 1.05rem; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; }
.footer-col ul a { color: #94a3b8; text-decoration: none; transition: color 0.3s; }
.footer-col ul a:hover { color: var(--rge-green); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }
.footer-contact-icon { color: var(--rge-green); font-size: 1.2rem; margin-top: 2px; }
.footer-contact-text strong { display: block; color: var(--rge-white); font-size: 1.05rem; margin-bottom: 3px; font-weight: 600;}
.footer-certifications { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
.footer-cert-badge { padding: 8px 15px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; font-size: 0.8rem; color: var(--rge-white); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 0.8rem; }
.footer-bottom-links a { color: #94a3b8; text-decoration: none; margin-left: 20px; transition: color 0.3s; }
.footer-bottom-links a:hover { color: var(--rge-white); }

/* RWD */
@media (max-width: 992px) { 
    .hero-grid { grid-template-columns: 1fr; gap: 30px; } 
    .about-pro-grid, .edu-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; } 
    .img-main { width: 100%; aspect-ratio: auto; } 
    .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .section-pad { padding: 50px 0; }
    .hero-bento { padding: 40px 0 40px; }
    .bento-gallery { grid-template-columns: 1fr; grid-template-rows: auto; gap: 12px; }
    .bento-1, .bento-2, .bento-3 { grid-column: 1 / -1; grid-row: auto; }
    .bento-1 { height: 200px; }
    .bento-2 { height: 160px; }
    .bento-3 { padding: 25px 15px; }
    .img-sub { width: 70%; border-width: 5px; }
    .badge-experience { top: 10px; left: 10px; padding: 12px; transform: scale(0.85); transform-origin: top left; }
    .about-features-grid, .eco-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 25px; }
    .edu-image { min-height: 220px; margin-top: 20px; }
    .subsidies-banner { padding: 25px 20px; text-align: center; justify-content: center; margin: 30px 0; }
    .tech-features-wrapper { padding: 40px 20px; margin: 40px 0; }
    .calc-section { padding: 40px 15px; margin: 30px 0; }
    .calc-box { padding: 20px 15px; margin-top: 25px; }
    .calc-results { grid-template-columns: 1fr; gap: 10px; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 25px 10px; padding: 30px 0; }
    .stat-number { font-size: 2rem; }
    .case-card, .blog-card { flex: 0 0 85%; }
    .contact-mega { padding: 60px 0; }
    .contact-form-box { padding: 25px 20px; }
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-bottom-links a { margin: 0 10px; display: inline-block; margin-bottom: 10px; }
}/* End custom CSS */