@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Sarabun:wght@300;400;500;600;700;800&display=swap');

:root{
  --orange:#ff6800;
  --blue:#1f4298;
  --blue2:#1e4298;
  --dark:#3b3b3b;
  --mid:#666;
  --light:#f6f6f6;
  --line:#dedede;
  --white:#fff;
  --shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:25px}
body{margin:0;padding-bottom:56px;font-family:'Sarabun',Arial,sans-serif;color:var(--dark);background:#fff;font-size:20px;font-weight:300;line-height:1.45;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(calc(100% - 40px),var(--shell));margin:0 auto}
.section-pad{padding:80px 20px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px dotted var(--orange);outline-offset:4px}

/* Header – reproduce the source site's compact corporate navigation */
.ps-header{background:#fff;border-bottom:1px solid #efefef;position:relative;z-index:50}
.ps-nav{height:94px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.ps-logo{flex:0 0 auto}
.ps-logo img{width:174px;max-height:76px;object-fit:contain}
.desktop-menu{margin-left:auto;display:flex;align-items:center;gap:27px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:500;color:#464646;white-space:nowrap}
.desktop-menu>a,.menu-parent>a{padding:36px 0;display:flex;align-items:center;gap:5px;transition:color .18s ease}
.desktop-menu>a:hover,.menu-parent>a:hover{color:var(--orange)}
.menu-parent{position:relative}
.chev{font-size:15px;transform:translateY(-2px)}
.submenu{position:absolute;left:-18px;top:75px;width:190px;background:#fff;border-top:3px solid var(--orange);box-shadow:0 6px 16px rgba(0,0,0,.12);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease;z-index:10}
.menu-parent:hover .submenu,.menu-parent:focus-within .submenu{opacity:1;visibility:visible;transform:none}
.submenu a{display:block;padding:10px 18px;font-size:13px}
.submenu a:hover{background:#f6f6f6;color:var(--orange)}
.nav-cta{border:2px solid var(--orange)!important;color:var(--orange)!important;padding:10px 16px!important;text-transform:none;font-weight:600!important}
.nav-cta:hover{background:var(--orange);color:#fff!important}
.mobile-actions{display:none;align-items:center;gap:6px}
.mobile-phone{display:grid;place-items:center;width:42px;height:42px;color:var(--orange);font-size:22px}
.hamburger{width:46px;height:46px;border:0;background:#fff;padding:9px}
.hamburger>span:not(.sr-only){display:block;height:3px;margin:5px 0;background:var(--blue);border-radius:2px}
.mobile-menu{background:#fff;border-top:1px solid #eee;padding:10px 22px 20px;font-family:'Poppins',sans-serif;font-size:15px}
.mobile-menu>a,.mobile-sub-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 3px;border:0;border-bottom:1px solid #eee;background:transparent;text-align:left;color:#3b3b3b}
.mobile-submenu{padding:2px 0 7px 18px;background:#fafafa}
.mobile-submenu a{display:block;padding:10px 5px;border-bottom:1px solid #eee;font-size:14px}
.mobile-menu .mobile-cta{margin-top:12px;border:2px solid var(--orange);color:var(--orange);justify-content:center;font-weight:700}

/* Exact authorized hero asset */
.source-hero{width:100%;height:clamp(380px,38.5vw,740px);min-height:500px;background-image:url('/assets/power-solar/wp-content/uploads/2026/06/servicio-soporte-solar-residencial-puerto-rico-power-solar-desktop-hero.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat}

/* Intro */
.intro-row{background:#fff;text-align:center}
.intro-inner{max-width:1050px}
.intro-row h1{font-family:'Poppins',sans-serif;font-size:68px;line-height:1.05;font-weight:800;color:var(--blue);margin:0;text-transform:uppercase;letter-spacing:-2px}
.intro-row h2{font-family:'Poppins',sans-serif;font-size:40px;line-height:1.2;font-weight:600;color:var(--orange);margin:3px 0 36px}
.intro-image{width:min(100%,840px);margin:0 auto 38px}
.intro-row p{max-width:980px;margin:0 auto 32px;font-size:20px;font-weight:300;line-height:1.55}
.power-button{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:45px;padding:0 28px;background:var(--orange);color:#fff!important;border:0;border-radius:0;font-family:'Sarabun',sans-serif;font-size:20px;font-weight:600;line-height:1;transition:background .2s ease}
.power-button:hover{background:var(--blue)}

/* How it works */
.technology-row{background:#f7f7f7}
.center-heading{text-align:center;max-width:1060px;margin:0 auto 54px}
.center-heading h2{font-family:'Poppins',sans-serif;font-size:40px;line-height:1.2;font-weight:600;color:var(--blue);margin:0 0 18px}
.center-heading>p{font-size:20px;margin:0 auto 42px;max-width:880px}
.center-heading h3{font-family:'Poppins',sans-serif;font-size:32px;line-height:1.2;font-weight:400;color:var(--orange);margin:0}
.technology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5}
.technology-item{min-height:365px;text-align:center;padding:38px 30px 32px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;align-items:center}
.technology-item img{width:126px;height:126px;object-fit:contain;margin:0 auto 22px}
.technology-item h4{font-family:'Sarabun',sans-serif;font-size:24px;line-height:1.15;font-weight:800;color:var(--blue);margin:0 0 14px;text-transform:uppercase}
.technology-item p{font-size:17px;line-height:1.45;margin:0;color:#555}

/* Benefits */
.benefits-row{background:#fff}
.benefits-row>.shell>h2{font-family:'Poppins',sans-serif;font-size:40px;line-height:1.18;font-weight:600;color:var(--blue);text-align:center;margin:0 auto 52px;max-width:920px}
.benefits-layout{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(500px,1.45fr);gap:52px;align-items:start}
.video-card{position:relative;border:0;background:transparent;padding:0;width:100%;overflow:hidden}
.video-card img{width:100%;height:auto}
.video-card::after{content:'';position:absolute;inset:0;background:rgba(10,35,80,.05);transition:.2s}
.video-card:hover::after{background:rgba(10,35,80,.13)}
.play-button{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;display:grid;place-items:center;padding-left:6px;background:var(--orange);color:#fff;font-size:28px;border:4px solid rgba(255,255,255,.9)}
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:36px;row-gap:30px}
.benefit-item{display:grid;grid-template-columns:84px 1fr;gap:17px;align-items:start}
.benefit-item img{width:74px;height:74px;object-fit:contain}
.benefit-item h4{font-family:'Sarabun',sans-serif;font-size:22px;line-height:1.15;font-weight:800;color:var(--blue);margin:0 0 8px}
.benefit-item p{font-size:16px;line-height:1.42;margin:0;color:#555}
.benefits-cta{display:flex;width:max-content;margin:44px auto 0}

/* Six-step alternating process */
.process-row{background:var(--blue);color:#fff}
.process-heading{text-align:center;max-width:950px;margin:0 auto 58px}
.process-heading h2{font-family:'Poppins',sans-serif;font-size:50px;line-height:1.06;font-weight:700;margin:0 0 30px;color:#fff}
.process-heading p{font-size:20px;line-height:1.5;margin:0;color:#fff}
.timeline{position:relative;list-style:none;margin:0 auto;padding:0;max-width:980px}
.timeline::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:3px;background:rgba(255,255,255,.55);transform:translateX(-50%)}
.timeline-step{position:relative;display:grid;grid-template-columns:1fr 80px 1fr;min-height:160px;align-items:center}
.timeline-step i{grid-column:2;width:62px;height:62px;justify-self:center;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-family:'Poppins',sans-serif;font-style:normal;font-size:26px;font-weight:800;color:#fff;z-index:2;border:5px solid var(--blue)}
.timeline-card{background:#fff;color:var(--dark);padding:25px 28px;max-width:390px;position:relative}
.timeline-card span{font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;color:var(--orange)}
.timeline-card h3{font-family:'Poppins',sans-serif;font-size:26px;line-height:1.1;font-weight:700;color:var(--blue);margin:3px 0 8px}
.timeline-card p{font-size:17px;line-height:1.4;margin:0}
.timeline-step.left .timeline-card{grid-column:1;justify-self:end;text-align:right}
.timeline-step.right .timeline-card{grid-column:3;justify-self:start;text-align:left}
.timeline-step.left i{grid-column:2;grid-row:1}
.timeline-step.right i{grid-column:2;grid-row:1}
.timeline-step.right .timeline-card{grid-row:1}
.timeline-step.left .timeline-card::after{content:'';position:absolute;right:-13px;top:50%;transform:translateY(-50%);border-width:12px 0 12px 13px;border-style:solid;border-color:transparent transparent transparent #fff}
.timeline-step.right .timeline-card::after{content:'';position:absolute;left:-13px;top:50%;transform:translateY(-50%);border-width:12px 13px 12px 0;border-style:solid;border-color:transparent #fff transparent transparent}

/* FAQ */
.faq-row{background:#fff}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.faq-heading h2{font-family:'Poppins',sans-serif;font-size:40px;line-height:1.2;font-weight:600;color:var(--blue);margin:0 0 30px}
.faq-heading .power-button{min-width:270px}
.accordion{border-top:1px solid #cfcfcf}
.faq-item{border-bottom:1px solid #cfcfcf}
.faq-item>button{width:100%;min-height:68px;padding:15px 4px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;text-align:left;font-family:'Sarabun',sans-serif;font-size:20px;font-weight:600;color:var(--blue)}
.faq-item>button b{font-size:26px;line-height:1;font-weight:400;color:var(--orange);min-width:25px;text-align:center}
.faq-answer{padding:0 46px 22px 4px}
.faq-answer p,.faq-answer li{font-size:17px;line-height:1.5;color:#555}
.faq-answer p{margin:0 0 10px}
.faq-answer ol,.faq-answer ul{margin:6px 0 13px;padding-left:24px}

/* Other solutions */
.other-row{background:#f4f4f4}
.other-heading{text-align:center;margin-bottom:48px}
.other-heading h2{font-family:'Poppins',sans-serif;font-size:50px;line-height:1.05;font-weight:700;color:var(--blue);margin:0}
.other-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1050px;margin:0 auto}
.other-card{background:#fff;display:grid;grid-template-columns:190px 1fr;min-height:330px;color:var(--dark);transition:transform .18s ease}
.other-card:hover{transform:translateY(-2px)}
.other-icon{background:var(--blue);display:grid;place-items:center;padding:25px}
.other-icon img{width:130px;height:130px;object-fit:contain}
.other-copy{padding:34px 30px}
.other-copy>span{font-family:'Sarabun',sans-serif;font-size:18px;font-weight:600;color:#555}
.other-copy h3{font-family:'Poppins',sans-serif;font-size:30px;line-height:1.05;font-weight:700;color:var(--orange);margin:4px 0 18px}
.other-copy p{font-size:17px;line-height:1.45;margin:0 0 22px}
.other-copy strong{font-family:'Sarabun',sans-serif;font-size:18px;color:var(--blue);border-bottom:2px solid var(--orange)}

/* Source-like CTA + Gravity Forms visual, but wired to our CRM */
.cta-row{background:var(--blue);color:#fff}
.cta-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.cta-copy{padding-top:25px}
.cta-copy>p{font-family:'Sarabun',sans-serif;font-size:30px;line-height:1.2;font-weight:800;margin:0 0 15px;color:#fff}
.cta-copy h2{font-family:'Poppins',sans-serif;font-size:50px;line-height:1.06;font-weight:700;margin:0 0 30px;color:#fff}
.cta-phone{font-family:'Poppins',sans-serif;font-size:26px;font-weight:700;color:#fff;border-bottom:3px solid var(--orange)}
.gf-card{background:#fff;color:var(--dark);padding:32px 34px}
.source-form{display:block;padding:0}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.gf-field{margin-bottom:20px}
.gf-field label{display:block;font-size:16px;font-weight:600;margin-bottom:7px;color:#3d3d3d}
.gf-field label span{color:var(--orange)}
.name-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.name-grid small{display:block;margin-top:4px;color:#777;font-size:12px}
.gf-field input,.gf-field select,.gf-field textarea{width:100%;border:1px solid #bdbdbd;border-radius:0;background:#fff;color:#333;min-height:46px;padding:9px 11px;outline:none}
.gf-field textarea{min-height:115px;resize:vertical}
.gf-field input:focus,.gf-field select:focus,.gf-field textarea:focus{border-color:var(--orange)}
.form-status{padding:11px 13px;margin-bottom:14px;font-size:15px;font-weight:600}
.form-status[data-state="loading"]{background:#f1f5ff;color:var(--blue)}
.form-status[data-state="success"]{background:#edf8ef;color:#28733b}
.form-status[data-state="error"]{background:#fff0ed;color:#a13025}
.gf-submit{border:0;border-radius:0;background:var(--orange);color:#fff;min-width:255px;min-height:48px;padding:0 24px;font-size:17px;font-weight:700;transition:background .2s}
.gf-submit:hover{background:var(--blue)}
.gf-submit:disabled{opacity:.6;cursor:wait}

/* Footer */
.source-footer{background:#fff;color:#4c4c4c;border-top:1px solid #e6e6e6;padding:55px 0 22px}
.footer-main{display:grid;grid-template-columns:1.25fr .9fr .9fr 1.05fr;gap:42px}
.footer-brand img{width:220px;margin-bottom:14px}
.footer-brand p{font-size:20px;font-weight:600;color:var(--blue);margin:0 0 18px}
.footer-brand>a{display:flex;flex-direction:column;font-size:15px;line-height:1.4}
.footer-brand>a strong{color:var(--orange);font-size:17px}
.footer-brand>a span{color:#4c4c4c}
.footer-col h4{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:var(--blue);margin:0 0 14px}
.footer-col>a{display:block;font-size:14px;line-height:1.4;padding:5px 0;color:#555}
.footer-col>a:hover{color:var(--orange)}
.footer-search{display:flex;margin-top:15px;border:1px solid #cfcfcf;height:40px}
.footer-search input{min-width:0;width:100%;border:0;padding:6px 9px;outline:0;font-size:14px}
.footer-search button{width:42px;border:0;background:var(--orange);color:#fff;font-size:20px}
.footer-bottom{border-top:1px solid #e5e5e5;margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:#777}
.footer-bottom p{margin:0}
.footer-bottom a{color:var(--blue)}

/* Fixed orange CTA from the source page */
.sticky-cta{position:fixed;left:0;bottom:0;z-index:90;width:100%;height:56px;background:var(--orange);color:#fff!important;display:flex;align-items:center;justify-content:center;text-align:center;font-family:'Poppins',sans-serif;font-size:19px;font-weight:700;box-shadow:0 -2px 8px rgba(0,0,0,.12);transition:transform .25s ease}
.sticky-cta.is-hidden{transform:translateY(110%)}

/* Video overlay */
.video-modal{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.85);padding:60px 20px 20px;display:grid;place-items:center}
.video-modal[hidden]{display:none}
.video-frame{width:min(100%,960px);aspect-ratio:16/9;background:#000}
.video-frame iframe{width:100%;height:100%;border:0}
.video-close{position:absolute;right:24px;top:14px;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1}

@media(max-width:1050px){
  .desktop-menu{gap:17px;font-size:13px}.ps-logo img{width:155px}
  .benefits-layout{grid-template-columns:1fr;max-width:900px;margin:0 auto}.video-card{max-width:700px;margin:0 auto}
  .footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:850px){
  .ps-nav{height:78px}.desktop-menu{display:none}.mobile-actions{display:flex}
  .source-hero{height:48vw;min-height:330px}
  .technology-grid{grid-template-columns:1fr 1fr}
  .faq-layout,.cta-layout{grid-template-columns:1fr;gap:45px}
  .faq-heading{text-align:center}.faq-heading h2{max-width:650px;margin-left:auto;margin-right:auto}
  .other-grid{grid-template-columns:1fr;max-width:680px}
}
@media(max-width:722px){
  body{font-size:18px;padding-bottom:52px}.shell{width:min(calc(100% - 30px),var(--shell))}.section-pad{padding:55px 15px}
  .ps-logo img{width:138px}.ps-nav{height:72px}
  .source-hero{min-height:0;height:58vw;background-position:center center}
  .intro-row h1{font-size:36px;line-height:1.08;letter-spacing:-1px}.intro-row h2{font-size:24px;margin-top:7px;margin-bottom:26px}.intro-image{margin-bottom:26px}.intro-row p{font-size:18px}.power-button{font-size:18px;min-width:250px}
  .center-heading h2,.benefits-row>.shell>h2,.faq-heading h2{font-size:24px;line-height:1.25}.center-heading h3{font-size:24px}.center-heading>p{font-size:18px;margin-bottom:30px}
  .technology-grid{grid-template-columns:1fr}.technology-item{min-height:0;padding:30px 22px}.technology-item img{width:112px;height:112px}.technology-item h4{font-size:22px}.technology-item p{font-size:16px}
  .benefits-grid{grid-template-columns:1fr}.benefit-item{grid-template-columns:75px 1fr}.benefit-item img{width:65px;height:65px}.benefit-item h4{font-size:21px}.benefit-item p{font-size:16px}.play-button{width:62px;height:62px;font-size:22px}
  .process-heading h2{font-size:36px}.process-heading p{font-size:18px}.timeline::before{left:30px}.timeline-step{display:grid;grid-template-columns:62px 1fr;min-height:0;margin-bottom:28px;align-items:start}.timeline-step i,.timeline-step.left i,.timeline-step.right i{grid-column:1;grid-row:1;width:50px;height:50px;font-size:20px;justify-self:start}.timeline-step .timeline-card,.timeline-step.left .timeline-card,.timeline-step.right .timeline-card{grid-column:2;grid-row:1;justify-self:stretch;text-align:left;max-width:none;padding:21px 20px}.timeline-step.left .timeline-card::after,.timeline-step.right .timeline-card::after{left:-11px;right:auto;top:25px;transform:none;border-width:10px 11px 10px 0;border-color:transparent #fff transparent transparent}.timeline-card h3{font-size:23px}.timeline-card p{font-size:16px}
  .faq-item>button{font-size:18px}.faq-answer p,.faq-answer li{font-size:16px}
  .other-heading h2{font-size:36px}.other-card{grid-template-columns:1fr;min-height:0}.other-icon{min-height:190px}.other-copy{padding:28px 24px}.other-copy h3{font-size:28px}
  .cta-copy{text-align:center;padding-top:0}.cta-copy>p{font-size:24px}.cta-copy h2{font-size:36px}.gf-card{padding:25px 20px}.name-grid{grid-template-columns:1fr}.gf-submit{width:100%}
  .footer-main{grid-template-columns:1fr;gap:30px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}
  .sticky-cta{height:52px;font-size:17px}.video-modal{padding:55px 12px 12px}
}
@media(max-width:430px){
  .source-hero{height:63vw}.intro-row h1{font-size:32px}.intro-row h2{font-size:22px}.process-heading h2,.other-heading h2,.cta-copy h2{font-size:32px}.technology-item{padding-inline:18px}.gf-card{margin-inline:-4px}
}
