:root{--primary:#f59e0b;--primary-hover:#d97706;--primary-light:#fbbf24;--dark:#0f172a;--dark-hover:#1e293b;--darker:#020617;--light:#f8fafc;--white:#ffffff;--text-dark:#1e293b;--text-gray:#475569;--text-light:#94a3b8;--border-light:#e2e8f0;--border-dark:#334155;--danger:#ef4444;--danger-bg:rgba(239, 68, 68, 0.1);--warning:#f59e0b;--warning-bg:rgba(245, 158, 11, 0.1);--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--section-padding:6rem;--font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-display:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--text-xs:0.8rem;--text-sm:0.9rem;--text-base:0.95rem;--text-md:1.05rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:2.5rem;--text-4xl:4rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--radius-full:9999px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--transition-fast:all 0.15s ease;--transition-slow:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);--container-max:1200px;--container-narrow:800px;--header-height:80px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:700;line-height:1.2;color:var(--dark)}a{text-decoration:none;color:inherit;transition:var(--transition)}a:hover{color:var(--primary)}ul,ol{list-style:none}img{max-width:100%;height:auto}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.5s cubic-bezier(.4,0,.2,1),transform 0.5s cubic-bezier(.4,0,.2,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-stagger>.reveal:nth-child(1){transition-delay:0ms}.reveal-stagger>.reveal:nth-child(2){transition-delay:80ms}.reveal-stagger>.reveal:nth-child(3){transition-delay:160ms}.reveal-stagger>.reveal:nth-child(4){transition-delay:240ms}.reveal-stagger>.reveal:nth-child(5){transition-delay:320ms}.reveal-stagger>.reveal:nth-child(6){transition-delay:400ms}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:800px;margin:0 auto}.text-center{text-align:center}.text-primary{color:var(--primary)!important}.text-primary-light{color:var(--primary-light)!important}.text-white{color:var(--white)!important}.text-dark{color:var(--dark)!important}.text-gray-desc{color:var(--text-gray)}.text-light-desc{color:var(--text-light)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mb-4{margin-bottom:1.5rem}.mb-6{margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition);border:2px solid #fff0;position:relative;overflow:hidden}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-xl{padding:1rem 2.5rem;font-size:1.1rem;border-radius:9999px}.btn-primary{background-color:var(--primary);color:var(--darker);border-color:var(--primary)}.btn-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover);color:var(--darker);transform:translateY(-2px);box-shadow:0 4px 14px rgb(245 158 11 / .35)}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.btn-outline{background-color:#fff0;color:var(--white);border-color:rgb(255 255 255 / .5)}.btn-outline:hover{background-color:rgb(255 255 255 / .1);border-color:var(--white);color:var(--white);transform:translateY(-2px)}.btn-outline-yellow{background-color:#fff0;color:var(--primary);border-color:var(--primary)}.btn-outline-yellow:hover{background-color:rgb(245 158 11 / .1);color:var(--primary)}.btn-outline-dark{background-color:#fff0;color:var(--dark);border-color:var(--border-light)}.btn-outline-dark:hover{background-color:var(--light);border-color:var(--text-gray);color:var(--dark)}.btn-link{color:var(--dark);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;transition:var(--transition)}.btn-link:hover{color:var(--primary);gap:.65rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff0;border:1px solid rgb(255 255 255 / .2);color:var(--white);cursor:pointer;transition:var(--transition)}.icon-btn:hover{background:rgb(255 255 255 / .1)}.lang-btn{width:auto;padding:0 .75rem;gap:.4rem;font-size:.85rem;font-weight:600;text-decoration:none;letter-spacing:.03em}.logo-img{height:95px;width:auto;display:block;object-fit:contain}.logo-img-footer{height:64px;width:auto;display:block;object-fit:contain}.site-header{background-color:rgb(15 23 42 / .92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--white);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgb(255 255 255 / .08);transition:background-color 0.3s ease,box-shadow 0.3s ease}.site-header.scrolled{background-color:rgb(15 23 42 / .98);box-shadow:0 4px 20px rgb(0 0 0 / .15)}.header-container{max-width:1400px;margin:0 auto;padding:.15rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-light);font-size:.9rem;font-weight:500;transition:var(--transition);position:relative;padding-bottom:2px}.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary);transition:width 0.3s cubic-bezier(.4,0,.2,1);border-radius:1px}.nav-links a:hover{color:var(--white)}.nav-links a:hover::after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:#fff0;border:none;cursor:pointer;padding:.5rem;z-index:1100;flex-shrink:0}.hamburger span{display:block;width:24px;height:2px;background-color:var(--white);border-radius:2px;transition:var(--transition);transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background-color:var(--dark-hover);padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgb(255 255 255 / .08);gap:0}.mobile-nav.open{display:flex}.mobile-nav-link{color:var(--text-light);font-size:1rem;font-weight:500;padding:.9rem 0;border-bottom:1px solid rgb(255 255 255 / .06);transition:var(--transition);display:block}.mobile-nav-link:last-of-type{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--primary)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding:6rem 2rem 4rem;background:url(https://images.unsplash.com/photo-1621905251189-08b45d6a269e?q=80&w=2069&auto=format&fit=crop) center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(15 23 42 / .9) 0%,rgb(15 23 42 / .5) 100%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:680px;width:100%;padding:0 1.5rem}.tag-urgent{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--primary);color:var(--dark);padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem}.hero h1{font-size:4rem;color:var(--white);margin-bottom:1rem;line-height:1.1}.hero-desc{font-size:1.25rem;color:var(--border-light);margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-footer-tags{display:flex;gap:2rem;color:var(--text-light);font-size:.9rem}.hero-footer-tags span{display:flex;align-items:center;gap:.5rem}.services-wrapper{background-color:var(--light);padding:6rem 0}.section-header{margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header p{color:var(--text-gray);font-size:1.1rem;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}.services-grid>:nth-child(4){grid-column-start:1}.services-grid>:nth-child(5){grid-column-start:2}}.service-card{background:var(--white);border-radius:1rem;padding:2.5rem 2rem;box-shadow:var(--shadow-sm);transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s cubic-bezier(.4,0,.2,1),border-color 0.3s ease;border:1px solid var(--border-light);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgb(0 0 0 / .08);border-color:rgb(245 158 11 / .2)}.icon-box{width:3.5rem;height:3.5rem;background-color:var(--primary);color:var(--dark);display:flex;align-items:center;justify-content:center;border-radius:.75rem;font-size:1.5rem;margin-bottom:1.5rem;transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s ease}.service-card:hover .icon-box{transform:scale(1.08);box-shadow:0 4px 12px rgb(245 158 11 / .3)}.service-card h3{font-size:1.25rem;margin-bottom:.25rem}.service-card .subtitle{color:var(--primary);font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.service-list{margin-bottom:2rem;flex-grow:1}.service-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--text-gray)}.service-list li i{margin-top:.25rem;font-size:.8rem}.generator-section{padding:6rem 0;background-color:var(--dark)}.nacelle-section{padding:6rem 0}.tag-danger{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--danger-bg);color:var(--white);padding:.35rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;border:1px solid rgb(239 68 68 / .3);margin-bottom:1.5rem}.tag-warning{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--warning-bg);color:var(--warning);padding:.35rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;border:1px solid rgb(245 158 11 / .3);margin-bottom:1.5rem}.bg-dark{background-color:var(--dark);color:var(--white)}.bg-white{background-color:var(--white)}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:.75rem;font-weight:500;font-size:.95rem;transition:var(--transition)}.bg-dark-card{background-color:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .05);color:var(--white)}.bg-dark-card:hover{background-color:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .1)}.bg-light-card{background-color:var(--light);border:1px solid var(--border-light);color:var(--dark)}.bg-light-card:hover{background-color:var(--white);border-color:var(--text-light);box-shadow:var(--shadow-sm)}.flex-buttons{display:flex;flex-wrap:wrap;gap:1rem}.why-us-section{background-color:var(--dark);padding:6rem 0;color:var(--white)}.why-us-section .section-header h2{color:var(--white)}.why-us-section .section-header p{color:var(--text-light)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background-color:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .07);border-radius:1rem;padding:2rem;transition:transform 0.3s cubic-bezier(.4,0,.2,1),background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease}.why-card:hover{background-color:rgb(255 255 255 / .07);border-color:rgb(245 158 11 / .25);transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .15)}.why-icon{font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.why-card h4{color:var(--white);font-size:1.05rem;margin-bottom:.6rem}.why-card p{color:var(--text-light);font-size:.92rem;line-height:1.65}.testimonials-section{background-color:var(--light);padding:6rem 0}.rating-row{display:flex;align-items:center;justify-content:center;gap:.3rem;margin-top:.75rem;color:var(--primary);font-size:1.1rem}.rating-row span{color:var(--text-gray);font-size:.95rem;margin-left:.4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.testimonial-card{background:var(--white);border-radius:1rem;padding:2rem;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s ease,border-color 0.3s ease}.testimonial-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .08);transform:translateY(-4px);border-color:rgb(245 158 11 / .15)}.stars{color:var(--primary);font-size:1rem;display:flex;gap:.15rem}.review-text{color:var(--text-gray);font-size:.95rem;line-height:1.7;flex-grow:1}.reviewer{display:flex;flex-direction:column;gap:.2rem;margin-top:auto}.reviewer-name{font-weight:700;font-size:.95rem;color:var(--dark)}.reviewer-location{font-size:.85rem;color:var(--primary)}.faq-section{background-color:var(--white);padding:6rem 0}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border-light);border-radius:.75rem;overflow:hidden;transition:border-color 0.3s ease,box-shadow 0.3s ease}.faq-item:hover{border-color:rgb(245 158 11 / .2)}.faq-item.active{border-color:rgb(245 158 11 / .4)}.faq-question{width:100%;background:none;border:none;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.98rem;font-weight:600;color:var(--text-dark);text-align:left;transition:var(--transition);font-family:inherit}.faq-question:hover{background-color:var(--light)}.faq-item.active .faq-question{color:var(--primary)}.faq-icon{color:var(--text-gray);font-size:.85rem;flex-shrink:0;transition:transform 0.3s ease}.faq-item.active .faq-icon{transform:rotate(180deg);color:var(--primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--text-gray);font-size:.95rem;line-height:1.7}.contact-section{background-color:var(--light);padding:6rem 0}.contact-card{background:var(--white);border-radius:1.25rem;padding:2.5rem;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:box-shadow 0.3s ease}.contact-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .06)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--border-light);border-radius:.5rem;font-family:'Inter',sans-serif;font-size:.95rem;color:var(--text-dark);background:var(--white);transition:var(--transition);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(245 158 11 / .12);transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:120px}.cta-banner{background-color:var(--dark);padding:5rem 0;color:var(--white)}.cta-banner h2{font-size:2.25rem;color:var(--white);margin-bottom:1rem}.cta-banner p{color:var(--text-light);font-size:1.05rem;line-height:1.7}.cta-tagline{margin-top:1.5rem;font-size:.9rem;color:var(--text-light)!important}.site-footer{background-color:#04090f;color:var(--text-light);padding-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:3rem}.footer-brand p{font-size:.9rem;line-height:1.7;color:var(--text-light);max-width:300px}.footer-links h5,.footer-contact h5{color:var(--white);font-size:1rem;margin-bottom:1.25rem}.footer-links ul,.footer-contact ul{display:flex;flex-direction:column;gap:.65rem}.footer-links li a{color:var(--text-light);font-size:.9rem;transition:var(--transition)}.footer-links li a:hover{color:var(--primary)}.footer-contact li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-light)}.footer-contact li a{color:var(--text-light);transition:var(--transition)}.footer-contact li a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .06);padding:1.25rem 1.5rem;text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{font-size:.85rem;color:var(--text-light)}body.elementor-page .site-main{padding:0;margin:0}body.admin-bar .site-header{top:32px}@media screen and (max-width:782px){body.admin-bar .site-header{top:46px}}.alignwide{max-width:1200px;margin:0 auto}.alignfull{width:100%;max-width:100%}.alignleft{float:left;margin-right:1.5em;margin-bottom:1em}.alignright{float:right;margin-left:1.5em;margin-bottom:1em}.aligncenter{display:block;margin:0 auto 1em}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@media (max-width:1024px){.header-container{padding:.875rem 1.5rem}.nav-links{gap:1.5rem}.header-cta{display:none}.hero h1{font-size:3rem}.hero-content{max-width:600px}.services-grid{grid-template-columns:repeat(2,1fr)}.services-grid>:nth-child(4),.services-grid>:nth-child(5){grid-column-start:auto}.section-header h2{font-size:2rem}.why-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-container{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media (max-width:768px){html,body{overflow-x:hidden}.header-container{padding:.75rem 1.25rem;flex-wrap:nowrap}.nav-links{display:none}.header-actions{display:none}.hamburger{display:flex}.logo-img{height:68px}.hero{padding:7rem 0 4rem;align-items:flex-start}.hero-content{padding:0 1.25rem;width:100%;max-width:100%}.hero h1{font-size:2.25rem;line-height:1.15}.hero-desc{font-size:1.05rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%;justify-content:center}.hero-footer-tags{flex-direction:column;gap:.75rem}.tag-urgent{font-size:.8rem}.services-wrapper{padding:4rem 0}.services-grid{grid-template-columns:1fr}.services-grid>:nth-child(4),.services-grid>:nth-child(5){grid-column-start:auto}.service-card{padding:1.75rem 1.5rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.generator-section,.nacelle-section{padding:4rem 0}.container-narrow{padding:0 1.25rem}.grid-2-col{grid-template-columns:1fr}.flex-buttons{flex-direction:column;align-items:stretch}.flex-buttons .btn{width:100%;justify-content:center}.why-us-section{padding:4rem 0}.why-grid{grid-template-columns:1fr;gap:1rem}.testimonials-section{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr}.faq-section{padding:4rem 0}.faq-question{padding:1rem 1.25rem;font-size:.93rem}.faq-answer{padding:0 1.25rem}.faq-item.active .faq-answer{padding:0 1.25rem 1rem}.contact-section{padding:4rem 0}.contact-card{padding:1.75rem 1.25rem}.contact-card .btn{font-size:1rem}.cta-banner{padding:3.5rem 0}.cta-banner h2{font-size:1.65rem}.cta-banner .flex-buttons{flex-direction:column;align-items:center}.cta-banner .btn{width:100%;max-width:320px;justify-content:center}.cta-tagline{font-size:.82rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom p{font-size:.8rem}}@media (max-width:480px){.hero h1{font-size:1.85rem}.hero-desc{font-size:.95rem}.btn-lg{padding:.875rem 1.25rem;font-size:.95rem}.btn-xl{padding:.875rem 1.5rem;font-size:1rem}.section-header h2{font-size:1.5rem}.why-card,.testimonial-card{padding:1.5rem 1.25rem}.service-card{padding:1.5rem 1.25rem}.icon-box{width:3rem;height:3rem;font-size:1.25rem}.cta-banner h2{font-size:1.4rem}.logo-img{height:36px}.logo-img-footer{height:52px}}.inner-banner{position:relative;padding:10rem 0 4rem;background:var(--dark) center/cover no-repeat;min-height:280px;display:flex;align-items:flex-end}.inner-banner-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgb(15 23 42 / .7) 0%,rgb(15 23 42 / .95) 100%);pointer-events:none}.inner-banner-content{position:relative;z-index:1;width:100%}.inner-banner h1{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-sm)}.inner-banner-subtitle{color:var(--primary);font-size:var(--text-md);font-weight:500}.inner-banner-breadcrumbs{margin-top:var(--space-md)}.inner-banner-breadcrumbs p{color:var(--text-light);font-size:var(--text-sm)}.inner-banner-breadcrumbs a{color:var(--primary)}.inner-banner-breadcrumbs a:hover{color:var(--primary-light)}@media (max-width:768px){.inner-banner{padding:8rem 0 3rem;min-height:200px}.inner-banner h1{font-size:1.75rem}}.entry-content h2{font-size:var(--text-2xl);margin:2rem 0 1rem}.entry-content h3{font-size:var(--text-xl);margin:1.5rem 0 .75rem}.entry-content p{margin-bottom:1.25rem;color:var(--text-gray);line-height:1.8}.entry-content ul,.entry-content ol{margin:1rem 0 1.5rem 1.5rem;list-style:disc}.entry-content ol{list-style:decimal}.entry-content li{margin-bottom:.5rem;color:var(--text-gray)}.entry-content blockquote{border-left:4px solid var(--primary);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--light);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--text-gray)}.entry-content img{border-radius:var(--radius-lg);margin:1.5rem 0}.entry-content a{color:var(--primary);font-weight:500}.entry-content a:hover{color:var(--primary-hover)}