*,*::before,*::after{box-sizing:border-box}
  figure,blockquote,h1,h2,p,ul{margin:0}

  :root{
    /* Neutrals */
    --paper:#ffffff;
    --panel:#f6f8fa;
    --line:#e4e9ee;
    --line-soft:#eef2f5;
    --ink:#1f2d3a;
    --ink-2:#5d6b78;
    --ink-3:#8e9aa5;
    /* Arise Solar palette: accents only */
    --navy:#062943;
    --blue:#0C8CCB;
    --blue-dk:#0a6d9e;
    --amber:#FEC95E;
    --orange:#F47520;
    --orange-dk:#dc6415;
    --green:#2e7d55;
    --check-bg:#e9f6ef;
    --check-br:#c6e5d3;
    --check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 7.3l2.6 2.6L11 4.3' fill='none' stroke='%232e7d55' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  html{height:100%;overflow:hidden}
  body{height:100%}
  body{
    margin:0;background:var(--paper);color:var(--ink);
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size:15px;line-height:1.5;
    overflow:hidden;-webkit-font-smoothing:antialiased;
    position:relative;   /* WordPress injects scripts/Places nodes as body children;
                            the shell is centred absolutely so they cannot shift it */
  }

  .shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
         width:100%;max-width:1180px;padding:24px 32px}

  /* ── Header ───────────────────────────────────────────── */
  header{text-align:center;padding-bottom:26px}
  .logo{display:inline-block;line-height:0;transition:opacity .2s}
  .logo:hover{opacity:.72}
  .logo svg{width:186px;height:auto;display:block}
  .eyebrow{margin-top:9px;font-size:13px;color:var(--ink-2)}
  .eyebrow b{color:var(--ink);font-weight:600}

  main{display:grid;grid-template-columns:1fr 400px;gap:52px;align-items:start}

  /* ── Offer column ─────────────────────────────────────── */
  .offer{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;
         column-gap:30px;align-content:start}
  .offer-head{grid-column:1;min-width:0}
  .section-label,ul.ticks,.stats,.quote{grid-column:1 / -1}

  .flag{
    display:inline-flex;align-items:center;gap:7px;
    padding:5px 11px;border-radius:5px;
    background:#fdf4ea;border:1px solid #f4dcc4;color:#a35a17;
    font-size:12.5px;font-weight:600;
  }
  .flag .dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}

  h1{margin-top:15px;font-size:38px;line-height:1.14;letter-spacing:-.022em;font-weight:700;color:var(--navy)}
  h1 b{font-weight:700;color:var(--blue)}
  .lede{margin-top:9px;font-size:15px;color:var(--ink-2);max-width:44ch}

  .pricing{margin-top:20px}
  .price-panel{
    display:block;
    background:linear-gradient(180deg,#f9fbfd,#f1f6fa);
    border:1px solid #e1eaf1;border-left:4px solid var(--blue);
    border-radius:12px;padding:15px 20px 13px;
  }
  .price-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
  .price-main{display:flex;flex-direction:column}
  .from{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;
        color:var(--ink-3);margin-bottom:5px}
  .amt{font-size:50px;font-weight:700;letter-spacing:-.035em;color:var(--navy);
       font-variant-numeric:tabular-nums;line-height:.94}
  .amt sup{font-size:.28em;vertical-align:super;color:var(--ink-3);font-weight:500;margin-left:1px}
  .price-aside{display:flex;flex-direction:column;align-items:flex-start;gap:7px;
               padding-left:22px;border-left:1px solid #dde7ee}
  .was{font-size:12px;color:var(--ink-3);letter-spacing:.02em}
  .was s{margin-left:4px;font-size:16px;color:var(--ink-2);
         text-decoration-color:var(--orange);text-decoration-thickness:2px;text-decoration-skip-ink:none}
  .save{display:inline-block;padding:3px 10px;border-radius:999px;
        background:#e7f4ec;border:1px solid #c9e5d6;color:var(--green);
        font-size:12px;font-weight:700;letter-spacing:.02em}
  .installed{margin-top:12px;padding-top:11px;border-top:1px solid #e5edf3;
             font-size:13.5px;color:var(--ink-2);text-wrap:balance}
  .installed b{color:var(--ink);font-weight:600}

  .section-label{margin-top:20px;display:flex;align-items:center;gap:12px;
                 font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
                 color:var(--ink-3);white-space:nowrap}
  .section-label::after{content:"";flex:1;height:1px;background:var(--line-soft)}

  ul.ticks{margin-top:12px;list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}
  ul.ticks li{position:relative;padding-left:26px;font-size:14px;color:var(--ink-2);line-height:1.4}
  ul.ticks li b{color:var(--ink);font-weight:600}
  ul.ticks li::before{
    content:"";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;
    background:var(--check-bg) var(--check) center/11px 11px no-repeat;
    border:1px solid var(--check-br);
  }

  .travis{grid-column:2;grid-row:1;align-self:end;justify-self:center;text-align:center;
          padding-left:6px}
  .travis img{display:block;height:246px;width:auto;margin:0 auto}
  .travis figcaption{margin-top:6px;line-height:1.3}
  .travis b{display:block;font-size:13.5px;font-weight:600;color:var(--ink)}
  .travis span{display:block;font-size:12px;color:var(--ink-3)}

  .stats{margin-top:20px;padding-top:17px;border-top:1px solid var(--line-soft);
         display:grid;grid-template-columns:repeat(3,1fr)}
  .stats div{display:flex;flex-direction:column;gap:3px;padding:0 22px;
             border-right:1px solid var(--line-soft)}
  .stats div:first-child{padding-left:0}
  .stats div:last-child{border-right:0}
  .stats b{font-size:23px;font-weight:700;letter-spacing:-.025em;color:var(--navy);
           font-variant-numeric:tabular-nums;line-height:1}
  .stats i{font-style:normal;color:var(--amber)}
  .stats span{font-size:12.5px;color:var(--ink-2)}

  /* ── Form rail ────────────────────────────────────────── */
  .rail{display:flex;flex-direction:column;justify-content:center;gap:14px}

  .card{
    background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:22px;
    box-shadow:0 1px 2px rgba(31,45,58,.05), 0 10px 28px -20px rgba(31,45,58,.3);
  }
  .card h2{font-size:19px;line-height:1.3;font-weight:700;letter-spacing:-.015em;color:var(--navy)}
  .card h2 span{display:block;margin-top:4px;font-size:13.5px;font-weight:400;color:var(--ink-2);line-height:1.45}
  form{margin-top:16px;display:flex;flex-direction:column;gap:11px}

  .field label{display:block;margin-bottom:4px;font-size:12.5px;color:var(--ink-2)}
  .ctrl{position:relative;display:block}
  .ctrl input{
    width:100%;font:inherit;font-size:14.5px;color:var(--ink);padding:9px 12px;
    border:1px solid var(--line);border-radius:8px;background:var(--panel);
    transition:border-color .15s, background .15s, box-shadow .15s;
  }
  .ctrl input::placeholder{color:var(--ink-3)}
  .ctrl input:hover{border-color:#d2dbe2}
  .ctrl input:focus{outline:none;border-color:var(--blue);background:var(--paper);
                    box-shadow:0 0 0 3px rgba(12,140,203,.13)}

  /* Blinking cursor at the start of the form */
  .caret{position:absolute;left:12px;top:50%;transform:translateY(-50%);
         width:2px;height:17px;background:var(--blue);border-radius:1px;pointer-events:none;
         animation:blink 1.05s steps(1,end) infinite}
  @keyframes blink{0%,49%{opacity:1}50%,100%{opacity:0}}
  .ctrl input:not(:placeholder-shown) + .caret{display:none}
  @media (prefers-reduced-motion:reduce){.caret{animation:none}}

  .cta{margin-top:3px;font:inherit;font-size:15.5px;font-weight:600;color:#fff;
       background:var(--orange);border:0;border-radius:8px;cursor:pointer;padding:12px 16px;
       transition:background .15s}
  .cta:hover{background:var(--orange-dk)}
  .cta:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
  .cta[disabled]{background:var(--green);cursor:default}

  .call{margin-top:12px;text-align:center;font-size:13.5px;color:var(--ink-2)}
  .call a{color:var(--blue-dk);font-weight:600;text-decoration:none}
  .call a:hover{text-decoration:underline}
  .badges{margin-top:12px;padding-top:12px;border-top:1px solid var(--line-soft);
          display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
  .badges span{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-2)}
  .badges span::before{
    content:"";flex:none;width:15px;height:15px;border-radius:50%;
    background:var(--check-bg) var(--check) center/10px 10px no-repeat;
    border:1px solid var(--check-br);
  }
  .consent{margin-top:10px;font-size:11.5px;line-height:1.45;color:var(--ink-3);text-align:center}

  .quote{margin-top:18px;background:var(--panel);border:1px solid var(--line-soft);border-radius:10px;padding:14px 16px;
         display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}
  .quote img{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:50% 20%;background:#e9eef2}
  .quote p{margin-top:3px;font-size:13.5px;line-height:1.45;color:var(--ink-2)}
  .quote .who{margin-top:5px;font-size:12px;color:var(--ink-3);line-height:1.35}
  .quote .who b{display:block}
  .quote .who b{color:var(--ink);font-weight:600}
  .stars{display:block;color:var(--amber);font-size:12px;letter-spacing:2px;line-height:1}

  .fineprint{margin-top:22px;text-align:center;font-size:11.5px;color:var(--ink-3);line-height:1.45}

  /* Short desktop viewports (e.g. 1280x720): tighten, don't shrink */
  @media (min-width:981px) and (max-height:860px){
    .shell{padding:16px 32px}
    header{padding-bottom:16px}
    .logo svg{width:158px}
    .eyebrow{margin-top:7px;font-size:12.5px}
    h1{margin-top:12px;font-size:31px}
    .lede{display:none}
    .pricing{margin-top:14px}
    .price-panel{padding:12px 16px 11px}
    .amt{font-size:42px}
    .price-aside{padding-left:18px;gap:6px}
    .installed{margin-top:10px;padding-top:9px;font-size:13px}
    .section-label{margin-top:14px}
    ul.ticks{margin-top:10px;gap:8px 24px}
    .travis img{height:182px}
    .stats{margin-top:14px;padding-top:13px}
    .quote{margin-top:13px}
    .stats b{font-size:20px}
    .card{padding:16px}
    .card h2{font-size:17.5px}
    .card h2 span{margin-top:3px;font-size:12.5px}
    form{margin-top:11px;gap:8px}
    .field label{margin-bottom:3px;font-size:12px}
    .ctrl input{padding:7px 11px;font-size:14px}
    .caret{height:15px;left:11px}
    .cta{padding:10px 14px;font-size:15px}
    .call{margin-top:9px;font-size:13px}
    .badges{margin-top:9px;padding-top:9px}
    .consent{margin-top:8px}
    .quote{padding:11px 13px;gap:12px}
    .quote img{width:46px;height:46px}
    .rail{gap:11px}
    .travis figcaption{margin-top:4px}
    .fineprint{margin-top:12px}
  }

  /* ── Responsive ───────────────────────────────────────── */
  @media (max-width:980px){
    .shell{padding:18px}
    main{grid-template-columns:1fr;gap:9px}
    .offer,.offer-head,.rail{display:contents}
    .flag{order:1}
    h1{order:2;margin-top:12px;font-size:30px}
    .lede{display:none}
    .pricing{order:3;margin-top:14px;padding-top:14px}
    .amt{font-size:42px}
    ul.ticks{order:4;margin-top:14px;gap:6px 16px}
    ul.ticks li{font-size:13px}
    .card{order:5}
    .quote{order:6}
    .travis{order:7;grid-column:auto;grid-row:auto;padding-left:0;justify-self:start}
    .travis img{height:96px}
    .stats{display:none}
    header{padding-bottom:12px}
    .logo svg{width:136px}
    .eyebrow{margin-top:6px;font-size:11.5px}
    .flag{display:none}
    .fineprint{margin-top:10px;font-size:10px}
    .card{padding:14px}
    .card h2{font-size:16.5px}
    .card h2 span{display:none}
    form{margin-top:10px;gap:8px}
    .field label{margin-bottom:2px;font-size:11.5px}
    .ctrl input{padding:7px 10px;font-size:13.5px}
    .caret{height:14px;left:10px}
    .cta{padding:10px 14px;font-size:15px}
    .call{margin-top:9px;font-size:12.5px}
    .badges{display:none}
    .consent{margin-top:7px;font-size:10px}
    .quote{padding:10px 12px;gap:10px}
    .quote img{width:42px;height:42px}
    .quote p{margin-top:2px;font-size:12.5px}
    .quote .who{margin-top:3px}
    .rail{gap:9px}
    ul.ticks li:nth-child(n+5){display:none}
    .shell{padding:14px}
    .logo svg{width:124px}
    h1{font-size:27px}
    .pricing{margin-top:0}
    .price-panel{display:block;padding:11px 13px 10px;border-radius:10px;border-left-width:3px}
    .price-row{gap:14px}
    .amt{font-size:34px}
    .from{font-size:10px;margin-bottom:3px}
    .price-aside{flex-direction:row;align-items:center;padding-left:12px;gap:10px}
    .was s{font-size:14px}
    .save{padding:2px 8px;font-size:11px}
    .installed{margin-top:7px;padding-top:6px;font-size:11.5px}
    .section-label{display:none}
    ul.ticks{margin-top:7px;gap:5px 14px}
    ul.ticks li{font-size:12.5px;padding-left:22px}
    ul.ticks li::before{width:16px;height:16px;top:0;background-size:10px 10px}
    .travis img{height:54px}
    .travis figcaption{margin-top:0;text-align:left}
    .travis{display:flex;align-items:center;gap:10px}
    .quote{margin-top:0;padding:9px 11px}
    .quote img{width:38px;height:38px}
    .consent{font-size:9.5px;line-height:1.4}
    .fineprint{margin-top:8px;font-size:9.5px;line-height:1.4}
  }
  @media (max-width:520px){
    .badges{display:none}
    .quote p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  }

/* ─────────────────────────────────────────────────────────────
   Contact Form 7 — form 26565 ("Home Landing Page")
   Rendered as the site already authors it, so leads land in the
   same CFDB7 list. These rules dress CF7's real markup:
     <div class="col-md-12"><label>..</label>
       <span class="wpcf7-form-control-wrap"><input></span></div>
   ───────────────────────────────────────────────────────────── */
.card .wpcf7{margin:0}
.card .wpcf7-form{margin-top:16px}
.card .wpcf7-form p{margin:0}
.card .wpcf7-form .row{display:flex;flex-direction:column;gap:11px}
.card .wpcf7-form .col-md-12{min-width:0}

.card .wpcf7-form .col-md-12 label{
  display:block;margin-bottom:4px;font-size:12.5px;font-weight:400;color:var(--ink-2);
}
.card .wpcf7-form .wpcf7-form-control-wrap{position:relative;display:block}

.card .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit){
  width:100%;font:inherit;font-size:14.5px;color:var(--ink);padding:9px 12px;
  border:1px solid var(--line);border-radius:8px;background:var(--panel);
  transition:border-color .15s, background .15s, box-shadow .15s;
}
.card .wpcf7-form input.wpcf7-form-control::placeholder{color:var(--ink-3)}
.card .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit):hover{border-color:#d2dbe2}
.card .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit):focus{
  outline:none;border-color:var(--blue);background:var(--paper);
  box-shadow:0 0 0 3px rgba(12,140,203,.13);
}

/* Blinking cursor: the <i class="caret"> is injected into the first field's
   wrap by arise-lp.js, since the form markup itself is not ours to edit. */
.card .wpcf7-form .wpcf7-form-control-wrap > .caret{
  position:absolute;left:12px;top:50%;transform:translateY(-50%);
  width:2px;height:17px;background:var(--blue);border-radius:1px;pointer-events:none;
  animation:blink 1.05s steps(1,end) infinite;
}
.card .wpcf7-form .wpcf7-form-control-wrap:has(input:not(:placeholder-shown)) > .caret{display:none}

/* Rows carrying only hidden inputs (gclid, honeypot) would open dead gaps.
   NB: CF7's autop wraps the label in a <p>, so this must match a descendant
   label, not a direct child. */
.card .wpcf7-form .col-md-12:not(:has(label)):not(.submit-btn){display:none}

/* The waving-hand div carries an inline display:inline-block, so this needs
   !important to win. */
.card .wpcf7-form .submit-btn .shake-rotate1{display:none!important}
.card .wpcf7-form input.wpcf7-submit{
  width:100%;margin-top:3px;font:inherit;font-size:15.5px;font-weight:600;color:#fff;
  background:var(--orange);border:0;border-radius:8px;cursor:pointer;padding:12px 16px;
  transition:background .15s;
}
.card .wpcf7-form input.wpcf7-submit:hover{background:var(--orange-dk)}

/* The form's own consent line carries a Privacy Policy link. The page keeps a
   single exit (the logo), so it is hidden and the template prints the same
   wording as plain text instead. */
.card .wpcf7-form .accept-check-new{display:none}

.wpcf7-not-valid-tip{margin-top:4px;font-size:11.5px;color:#c0392b}
.card .wpcf7-form input.wpcf7-not-valid{border-color:#e0836f;background:#fdf6f4}
.wpcf7-response-output{
  margin:10px 0 0;padding:8px 11px;border-radius:8px;border:1px solid var(--line);
  font-size:12px;line-height:1.45;color:var(--ink-2);
}
.wpcf7 form.sent .wpcf7-response-output{border-color:#c9e5d6;background:#e7f4ec;color:var(--green)}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{border-color:#e8c3ba;background:#fdf6f4;color:#c0392b}
.wpcf7-spinner{margin:6px auto 0;display:block}
.hidden-fields-container,.address-autocomplete-maps.hidden,.hp-message{display:none!important}

/* Google Places dropdown sits above the scaled composition. */
.pac-container{z-index:99999}

/* Phones: CF7's own markup (labels + autop paragraphs) is taller than the
   hand-built form was, so the field stack is compressed to keep the page
   inside one screen without shrinking the type past legibility. */
@media (max-width:980px){
  .card{padding:12px}
  .card .wpcf7-form{margin-top:10px}
  .card .wpcf7-form .row{gap:7px}
  .card .wpcf7-form .col-md-12 label{margin-bottom:2px;font-size:11px}
  .card .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit){padding:7px 10px;font-size:13.5px}
  .card .wpcf7-form .wpcf7-form-control-wrap > .caret{left:10px;height:15px}
  .card .wpcf7-form input.wpcf7-submit{margin-top:1px;padding:10px 14px;font-size:15px}
  .card .call{margin-top:7px}
  /* last few pixels so a 390x844 phone lands inside the screen */
  main{gap:8px}
  .travis img{height:50px}
  .quote{padding:8px 10px}
  .fineprint{margin-top:6px}
}

/* ─────────────────────────────────────────────────────────────
   Flow fallback
   On a phone the browser chrome eats enough height that fitting
   everything on one screen would need ~0.6x type. arise-lp.js
   adds .lp-flow when that happens: the page becomes an ordinary
   scrolling document instead of a composition clipped at the top
   that the visitor cannot scroll back to.
   ───────────────────────────────────────────────────────────── */
html.lp-flow,
html.lp-flow body{height:auto;overflow:auto;-webkit-overflow-scrolling:touch}
html.lp-flow body{position:static}
html.lp-flow .shell{
  position:static;transform:none!important;margin:0 auto;
  padding:18px 16px 28px;
}
/* Room to breathe now that height is no longer scarce. */
html.lp-flow main{gap:16px}
html.lp-flow header{padding-bottom:18px}
html.lp-flow .logo svg{width:150px}
html.lp-flow h1{font-size:29px}
html.lp-flow .flag{display:inline-flex}
html.lp-flow ul.ticks li:nth-child(n+5){display:list-item}
html.lp-flow .card{padding:16px}
html.lp-flow .card .wpcf7-form{margin-top:14px}
html.lp-flow .card .wpcf7-form .row{gap:11px}
html.lp-flow .card .wpcf7-form .col-md-12 label{margin-bottom:4px;font-size:12px}
html.lp-flow .card .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit){padding:10px 12px;font-size:16px}
html.lp-flow .card .wpcf7-form .wpcf7-form-control-wrap > .caret{left:12px;height:18px}
html.lp-flow .travis img{height:96px}
html.lp-flow .quote{padding:12px 14px}
html.lp-flow .fineprint{margin-top:16px}
