/* =========================================================
   Planet Roofing - Unified Main CSS
   File: /assets/style.css
   Purpose: one clean stylesheet for all Planet Roofing pages
   ========================================================= */

/* =========================
   VARIABLES / RESET
   ========================= */
:root{
  --pr-red:#d71920;
  --pr-red-dark:#a80f16;
  --pr-navy:#07182d;
  --pr-dark:#101820;
  --pr-charcoal:#172331;
  --pr-gold:#f4c76b;
  --pr-light:#f8fafc;
  --pr-soft-red:#fff1f2;
  --pr-white:#ffffff;
  --pr-text:#334155;
  --pr-muted:#64748b;
  --pr-border:#e2e8f0;
  --pr-shadow:0 10px 30px -10px rgba(2,12,27,.08),0 20px 40px -15px rgba(2,12,27,.12);
  --pr-shadow-sm:0 4px 20px -2px rgba(2,12,27,.06);
  --pr-shadow-hover:0 20px 50px -12px rgba(2,12,27,.20);
  --pr-radius:16px;
  --pr-radius-lg:24px;
  --pr-max:1200px;
  --pr-glass-bg:rgba(255,255,255,.88);
  --pr-glass-border:rgba(255,255,255,.40);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  color:var(--pr-text);
  background:var(--pr-white);
  line-height:1.7;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img,svg,video,iframe{max-width:100%}
img{height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .25s ease,background .25s ease,transform .25s ease,border-color .25s ease}
a:hover{color:var(--pr-red)}
p{margin:0 0 16px}
ul,ol{margin-top:0}
h1,h2,h3,h4{
  font-family:'Outfit',sans-serif;
  color:var(--pr-dark);
  line-height:1.15;
  margin:0 0 16px;
  letter-spacing:-.02em;
  font-weight:800;
}
h1{font-size:clamp(36px,5.6vw,60px)}
h2{font-size:clamp(28px,4.2vw,44px)}
h3{font-size:24px}
h4{font-size:19px;font-weight:700}
button,input,select,textarea{
.field{
  border:none !important;
  background:transparent !important;
  padding:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
font:inherit}
button,input[type="submit"]{cursor:pointer}

/* =========================
   LAYOUT / UTILITIES
   ========================= */
.container{width:min(var(--pr-max),92%);margin:0 auto}
.narrow{width:min(860px,92%);margin:0 auto}
.section{padding:76px 0}
.section-sm{padding:46px 0}
.section-light,.bg-light{background:var(--pr-light)}
.section-dark{background:var(--pr-navy);color:var(--pr-white)}
.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark p{color:var(--pr-white)}
.text-center,.center{text-align:center}
.lead{font-size:18px;color:var(--pr-muted);max-width:850px}
.text-center .lead,.center .lead{margin-left:auto;margin-right:auto}
.shadow{box-shadow:var(--pr-shadow)}
.rounded{border-radius:var(--pr-radius)}
.bg-red{background:linear-gradient(135deg, #bd181f, #821015);color:var(--pr-white);}
.max-700{max-width:700px}
.max-850{max-width:850px}
.mt-0{margin-top:0}.mt-1{margin-top:12px}.mt-2{margin-top:22px}.mt-3{margin-top:34px}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:12px}.mb-2{margin-bottom:22px}.mb-3{margin-bottom:34px}

.eyebrow,.kicker,.pr-eyebrow{
  display:inline-block;
  color:var(--pr-red);
  background:var(--pr-soft-red);
  border:1px solid #ffd6da;
  border-radius:999px;
  padding:7px 14px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}

/* =========================
   HEADER / MENU
   Supports new .pr-* header and old .navbar/.menu header
   ========================= */
#header-include{position:relative;z-index:99999}
.pr-topbar,.topbar{
  background:var(--pr-navy);
  color:var(--pr-white);
  font-size:14px;
}
.pr-topbar-inner,.pr-topbar .container,.topbar .container{
  width:min(var(--pr-max),92%);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:8px 0;
  flex-wrap:wrap;
}
.pr-topbar a,.topbar a{color:var(--pr-white);font-weight:900}

.pr-header,header.navbar{
  position:sticky;
  top:0;
  z-index:99999;
  width:100%;
  background:var(--pr-white);
  border-bottom:1px solid var(--pr-border);
  box-shadow:0 4px 18px rgba(7,24,45,.08);
}
.pr-nav-wrap,.pr-navwrap,.navwrap{
  width:min(var(--pr-max),92%);
  margin:0 auto;
  min-height:78px;
  padding:12px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
}
/* Logo styles: keep all logo sizing in this one place */

.pr-menu,.pr-nav,.menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:nowrap;
}
.pr-menu a,.pr-nav a,.menu a,.pr-dropbtn,.pr-drop-btn{
  color:var(--pr-dark);
  background:transparent;
  border:0;
  font-family:inherit;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
  padding:8px 0;
}
.pr-menu a:hover,.pr-nav a:hover,.menu a:hover,.pr-dropbtn:hover,.pr-drop-btn:hover{color:var(--pr-red)}
.pr-dropdown,.dropdown{position:relative}
.pr-submenu,.pr-dropdown-content,.submenu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:280px;
  background:var(--pr-white);
  border:1px solid var(--pr-border);
  border-radius:16px;
  padding:12px;
  box-shadow:var(--pr-shadow);
  z-index:999999;
}
.pr-wide,.pr-submenu.pr-wide{min-width:680px;columns:2}
@media(min-width:992px){
  .pr-dropdown:hover .pr-submenu,
  .pr-dropdown:hover .pr-dropdown-content,
  .dropdown:hover .submenu{display:block}
}
.pr-submenu a,.pr-dropdown-content a,.submenu a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  font-size:14px;
  color:var(--pr-dark);
  break-inside:avoid;
}
.pr-submenu a:hover,.pr-dropdown-content a:hover,.submenu a:hover{
  background:var(--pr-soft-red);
  color:var(--pr-red);
}
.pr-cta,.pr-menu-cta{
  background:var(--pr-red)!important;
  color:var(--pr-white)!important;
  border-radius:999px!important;
  padding:12px 18px!important;
  box-shadow:0 10px 24px rgba(215,25,32,.22);
  text-align:center;
}
.pr-cta:hover,.pr-menu-cta:hover{background:var(--pr-red-dark)!important;color:#fff!important}
.pr-hamburger,.menu-toggle{
  display:none;
  background:var(--pr-white);
  color:var(--pr-dark);
  border:1px solid var(--pr-border);
  border-radius:10px;
  font-size:32px;
  line-height:1;
  padding:7px 10px;
  cursor:pointer;
}
.pr-menu-header{display:none}

/* =========================
   BUTTONS
   ========================= */
.btn,.button,.cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--pr-red);
  color:var(--pr-white)!important;
  border:2px solid var(--pr-red);
  border-radius:999px;
  padding:14px 26px;
  font-weight:900;
  text-align:center;
  line-height:1.2;
  box-shadow:0 8px 20px rgba(215,25,32,.20);
  transition:all .3s cubic-bezier(.16,1,.3,1);
  font-size:15px;
}
.btn:hover,.button:hover,.cta-button:hover{
  background:var(--pr-red-dark);
  border-color:var(--pr-red-dark);
  color:var(--pr-white)!important;
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(215,25,32,.30);
}
.btn-red{background:var(--pr-red);border-color:var(--pr-red);color:#fff!important}
.btn-dark{background:var(--pr-navy);border-color:var(--pr-navy);box-shadow:0 8px 20px rgba(7,24,45,.15)}
.btn-dark:hover{background:var(--pr-dark);border-color:var(--pr-dark)}
.btn-light,.btn.light,.btn-white{background:var(--pr-white)!important;color:var(--pr-dark)!important;border-color:var(--pr-white)!important;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.btn-light:hover,.btn.light:hover,.btn-white:hover{background:#f1f5f9!important;border-color:#f1f5f9!important;color:var(--pr-dark)!important}
.btn-outline{background:transparent;color:var(--pr-red)!important;border-color:var(--pr-red);box-shadow:none}
.btn-outline:hover{background:var(--pr-red);color:var(--pr-white)!important}
.btn-row,.cta-row,.hero-actions,.btns{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:24px}

/* =========================
   HERO
   ========================= */
.hero,.pr-home-hero{
  position:relative;
  background:linear-gradient(135deg,var(--pr-navy) 0%,var(--pr-charcoal) 100%);
  color:var(--pr-white);
  padding:88px 0 76px;
  overflow:hidden;
}
.pr-home-hero{
  background:linear-gradient(110deg,rgba(7,24,45,.93),rgba(7,24,45,.68)),url('/images/shingle-hero.png') center/cover no-repeat;
}
.hero::after,.pr-home-hero::after{
  content:"";
  position:absolute;
  top:-30%;
  right:-10%;
  width:55%;
  height:90%;
  background:radial-gradient(circle,rgba(215,25,32,.14) 0%,transparent 70%);
  pointer-events:none;
  z-index:0;
}
.hero .container,.hero .wrap,.hero .hero-inner,.hero-grid,.pr-hero-grid,
.pr-home-hero .container,.pr-home-hero .wrap,.pr-home-hero .hero-inner{
  position:relative;
  z-index:1;
}
.hero-grid,.pr-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:42px;
  align-items:center;
}
.hero .wrap,.hero .container,.hero .hero-inner{max-width:var(--pr-max);margin:0 auto}
.hero h1,.hero h2,.hero h3,.hero p,.pr-home-hero h1,.pr-home-hero h2,.pr-home-hero h3,.pr-home-hero p{color:var(--pr-white)}
.hero h1,.pr-home-hero h1{font-size:clamp(34px,5vw,54px);font-weight:900;margin-bottom:20px}
.hero p,.pr-home-hero p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.88);max-width:780px}
.hero .eyebrow,.hero .pr-eyebrow,.pr-home-hero .eyebrow,.pr-home-hero .pr-eyebrow{
  color:var(--pr-gold);
  background:rgba(244,199,107,.10);
  border-color:rgba(244,199,107,.25);
}
.hero-card,.trust-card,.form-card,.pr-form-card{
  background:var(--pr-white);
  color:var(--pr-text);
  border-radius:var(--pr-radius-lg);
  padding:30px;
  box-shadow:0 20px 48px rgba(7,24,45,.16);
  border:1px solid rgba(7,24,45,.05);
  position:relative;
  overflow:hidden;
}
.hero-card::before,.trust-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:linear-gradient(90deg,var(--pr-red),var(--pr-gold));
}
.pr-home-hero .pr-form-card{
  background:var(--pr-glass-bg);
  border:1px solid var(--pr-glass-border);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.hero-card h2,.hero-card h3,.trust-card h2,.trust-card h3,.form-card h2,.form-card h3,.pr-form-card h2,.pr-form-card h3{color:var(--pr-navy)}
.hero-card p,.trust-card p,.form-card p,.pr-form-card p{color:var(--pr-muted);font-size:15px}
.hero-card ul, .trust-card ul, .hero-card ul.check-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
  display: grid !important;
  gap: 8px !important;
}
.hero-card li, .trust-card li, .hero-card .check-list li {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 9px 14px !important;
  margin: 0 !important;
  color: var(--pr-navy) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  background: #f8fafc !important;
  border: 1px solid #e6eaf0 !important;
  border-radius: 10px !important;
  position: static !important;
}
.hero-card li::before, .trust-card li::before, .hero-card .check-list li::before {
  content: "\2713" !important;
  position: static !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: var(--pr-red) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  transform: none !important;
}
.hero-img img,.section-image-hero img{
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:var(--pr-radius);
  box-shadow:var(--pr-shadow);
}
.section-image-hero img{height:315px;transition:transform .3s ease,box-shadow .3s ease}
.section-image-hero img:hover{transform:scale(1.005);box-shadow:0 16px 36px rgba(7,24,45,.16)}
.hero-badges,.pr-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.badge,.pill,.pr-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:8px 14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:var(--pr-white);
  font-weight:800;
  font-size:13px;
}
.side-card .pill, .sidebar .pill, aside .pill {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: var(--pr-navy) !important;
}

/* Breadcrumbs inside hero */
.hero nav[aria-label="Breadcrumb"]{background:transparent;border:0;box-shadow:none;padding:0 0 10px;margin:0;width:100%}
.hero nav[aria-label="Breadcrumb"] ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:600;color:rgba(255,255,255,.70)}
.hero nav[aria-label="Breadcrumb"] li{display:flex;align-items:center;gap:8px;padding:0}
.hero nav[aria-label="Breadcrumb"] li::after{content:">";font-size:16px;color:rgba(255,255,255,.40);font-weight:900}
.hero nav[aria-label="Breadcrumb"] li:last-child::after{content:""}
.hero nav[aria-label="Breadcrumb"] a{color:#fff;font-weight:700}
.hero nav[aria-label="Breadcrumb"] a:hover{color:var(--pr-gold)}
.hero nav[aria-label="Breadcrumb"] li[aria-current="page"],.hero nav[aria-label="Breadcrumb"] li:last-child{color:rgba(255,255,255,.55);pointer-events:none}

/* =========================
   GRIDS / CARDS
   ========================= */
.grid-2,.grid-3,.grid-4,.services-grid,.cards-grid,.cards,.steps,.steps-grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3,.services-grid,.cards-grid,.cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4,.steps,.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.card,.service-card,.info-card,.review-card,.project-card,.gallery-card,.image-card{
  background:var(--pr-white);
  border:1px solid var(--pr-border);
  border-radius:var(--pr-radius);
  padding:26px;
  box-shadow:var(--pr-shadow-sm);
  height:100%;
  transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s ease;
  overflow:hidden;
}
article .card, .article .card, .article-content .card {
  height: auto;
}
.project-card,.gallery-card,.image-card{padding:16px}
.card:hover,.service-card:hover,.project-card:hover,.gallery-card:hover,.image-card:hover{transform:translateY(-8px);box-shadow:var(--pr-shadow-hover);border-color:var(--pr-red)}
.card img,.service-card img,.project-card img,.gallery-card img,.image-card img,.portfolio-card-img{
  width:100%;
  height:240px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:18px;
}
.grid-image{width:100%!important;height:100%!important;object-fit:cover}
.photo{
  min-height:330px;
  border-radius:var(--pr-radius-lg);
  background:linear-gradient(135deg,var(--pr-navy),var(--pr-charcoal));
  color:#fff;
  display:grid;
  place-items:center;
  text-align:center;
  font-size:32px;
  font-weight:900;
  box-shadow:var(--pr-shadow);
}
.price,.num{font-size:32px;font-weight:900;color:var(--pr-red);margin:10px 0}
.testimonial{font-style:italic;color:var(--pr-muted)}

/* =========================
   LISTS
   ========================= */
.check-list,.clean-list,.list{list-style:none;padding:0;margin:18px 0 0}
.check-list li,.clean-list li,.list li{position:relative;padding-left:32px;margin:12px 0;font-size:15px}
.check-list li::before,.list li::before{
  content:"\2713";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--pr-red);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:900;
}
.clean-list li::before{content:"\2022";position:absolute;left:8px;top:0;color:var(--pr-red);font-size:22px;line-height:1}

/* =========================
   FORMS
   ========================= */
form,.quote-form{display:grid;gap:12px}
input,select,textarea{
  width:100%;
  border:1.5px solid var(--pr-border);
  border-radius:12px;
  padding:14px 16px;
  color:var(--pr-text);
  background:var(--pr-white);
  transition:border-color .25s ease,box-shadow .25s ease;
}
textarea{min-height:115px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--pr-red);box-shadow:0 0 0 4px rgba(215,25,32,.10)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.form-grid .full,.form-grid textarea,.form-grid button{grid-column:1/-1}
.select-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice{border:1.5px solid var(--pr-border);border-radius:12px;padding:12px;background:var(--pr-light)}

/* Compact Bottom Contact Form Styling */
#contact .form-card, #contact .pr-form-card, .section#contact .form-card, .section#contact .pr-form-card {
  padding: 20px 24px;
  max-width: 440px;
  margin-left: auto;
}
#contact form, .section#contact form {
  gap: 10px;
}
#contact form input, #contact form select, .section#contact form input, .section#contact form select {
  padding: 9px 13px;
  font-size: 14px;
}
#contact form textarea, .section#contact form textarea {
  min-height: 60px;
  padding: 9px 13px;
  font-size: 14px;
}
#contact form button, .section#contact form button {
  padding: 10px 18px;
}
/* =========================
   CTA / FAQ / LINKS / MAP
   ========================= */
.cta-section,.cta-band,.cta-box{
  background:linear-gradient(135deg,var(--pr-red),var(--pr-red-dark));
  color:var(--pr-white);
  text-align:center;
}
.cta-section,.cta-band{padding:58px 0}
.cta-box{border-radius:var(--pr-radius-lg);padding:38px;box-shadow:var(--pr-shadow)}
.cta-section h2,.cta-section p,.cta-band h2,.cta-band p,.cta-box h2,.cta-box p{color:#fff}
.cta-section p,.cta-band p{max-width:780px;margin-left:auto;margin-right:auto}

.faq details,details.faq-item{
  background:var(--pr-white);
  border:1px solid var(--pr-border);
  border-radius:16px;
  padding:20px 24px;
  margin:8px 0;
  box-shadow:var(--pr-shadow-sm);
}
.faq details:hover,details.faq-item:hover{border-color:var(--pr-red)}
.faq summary,details.faq-item summary{
  cursor:pointer;
  font-weight:900;
  color:var(--pr-dark);
  font-size:18px;
  list-style:none;
  position:relative;
  padding-right:30px;
}
.faq summary::-webkit-details-marker,details.faq-item summary::-webkit-details-marker{display:none}
.faq summary::after,details.faq-item summary::after{
  content:"";
  position:absolute;
  right:4px;
  top:calc(50% - 6px);
  width:10px;
  height:10px;
  border-right:2.5px solid var(--pr-red);
  border-bottom:2.5px solid var(--pr-red);
  transform:rotate(45deg);
  transition:transform .3s ease;
}
.faq details[open] summary::after,details.faq-item[open] summary::after{transform:rotate(-135deg)}
.faq details p,details.faq-item p{margin:14px 0 0;color:var(--pr-muted);font-size:15px;line-height:1.6}

.service-links,.local-links,.internal-links,.pr-service-strip .container{display:flex;flex-wrap:wrap;gap:10px}
.pr-service-strip{background:#fff;padding:20px 0;border-bottom:1px solid var(--pr-border)}
.pr-service-strip .container{justify-content:center}
.service-links a,.local-links a,.internal-links a,.pr-service-strip a{
  background:var(--pr-light);
  border:1.5px solid var(--pr-border);
  border-radius:999px;
  padding:10px 18px;
  font-weight:800;
  font-size:14px;
  color:var(--pr-dark);
}
.service-links a:hover,.local-links a:hover,.internal-links a:hover,.pr-service-strip a:hover{
  border-color:var(--pr-red);
  color:var(--pr-red);
  background:var(--pr-soft-red);
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(215,25,32,.10);
}
.map iframe,.map-embed iframe,iframe.google-map{width:100%;height:390px;border:0;border-radius:var(--pr-radius);box-shadow:var(--pr-shadow)}

/* =========================
   BLOG / ARTICLE / VIDEO
   ========================= */
.content-grid,.article-layout{display:grid;grid-template-columns:minmax(0,2fr) 340px;gap:34px;align-items:start}
.article-content,.sidebar-box{
  background:var(--pr-white);
  border:1px solid var(--pr-border);
  border-radius:var(--pr-radius);
  padding:34px;
  box-shadow:0 10px 26px rgba(7,24,45,.07);
}
.article-content h2{margin-top:38px}
.article-content h2:first-child{margin-top:0}
.sidebar{position:sticky;top:104px}
.sidebar-box{padding:22px;margin-bottom:18px}
aside .card, .sidebar .card, .sidebar-box .card {
  height: auto !important;
}

/* Sidebar Cards Styles */
.side-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.side-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--pr-navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--pr-navy);
  padding-bottom: 8px;
}
.side-card p {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 12px;
  line-height: 1.5;
}
.side-card p strong {
  color: var(--pr-navy);
  font-weight: 700;
}
.side-card a {
  color: var(--pr-red);
  font-weight: 700;
  text-decoration: none;
}
.side-card a:hover {
  text-decoration: underline;
}

/* TOC Card Specific Styles */
.side-card.toc h3 {
  border-bottom: 2px solid var(--pr-red);
}
.side-card.toc a {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: #475569;
  font-weight: 600;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.side-card.toc a:last-child {
  margin-bottom: 0;
}
.side-card.toc a:hover {
  background: var(--pr-soft-red);
  color: var(--pr-red);
  border-color: rgba(215, 25, 32, 0.15);
  text-decoration: none;
  transform: translateX(4px);
}

/* Sidebar CTA Buttons */
.side-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 140px;
  padding: 11px 24px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  background: var(--pr-red);
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}
.side-card .btn:hover {
  background: var(--pr-red-dark);
  text-decoration: none;
  color: #fff;
}
.note,.alert,.pro-tip{border-left:5px solid var(--pr-red);background:var(--pr-soft-red);border-radius:14px;padding:18px 20px;margin:22px 0}
.pro-tip{border-left-color:var(--pr-gold);background:#fff8e7}
.video-card{background:#fff;border:1px solid var(--pr-border);border-radius:var(--pr-radius-lg);padding:16px;box-shadow:var(--pr-shadow)}
.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--pr-radius)}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-caption{margin-top:12px;font-size:14.5px;color:var(--pr-muted);font-weight:700;text-align:center}

/* =========================
   INTERNAL LINKS / PERMIT PAGE
   ========================= */
.wrap{max-width:1200px;margin:40px auto;padding:0 20px}
.wrap .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.category{background:#fff;border:1px solid var(--pr-border);border-radius:18px;padding:24px;box-shadow:0 10px 26px rgba(7,24,45,.07)}
.category h2{font-size:24px;margin-bottom:14px;color:var(--pr-navy)}
.category ul{list-style:none;padding:0;margin:0}
.category li{margin-bottom:10px}
.category a{display:block;padding:10px 12px;background:var(--pr-light);border-radius:10px;color:var(--pr-dark);font-weight:900}
.category a:hover{background:var(--pr-soft-red);color:var(--pr-red)}

/* =========================
   FOOTER
   Supports .footer, .site-footer, .pr-footer
   ========================= */
.footer,.site-footer,.pr-footer{background:var(--pr-navy);color:#dbe5ef;padding:54px 20px 22px;text-align:left!important}
.footer h2,.footer h3,.footer h4,.site-footer h2,.site-footer h3,.site-footer h4,.pr-footer h2,.pr-footer h3,.pr-footer h4{color:#fff}
.footer a,.site-footer a,.pr-footer a{color:#dbe5ef;display:inline-block;margin:5px 0}
.footer a:hover,.site-footer a:hover,.pr-footer a:hover{color:#fff;text-decoration:underline}
.footer-grid,.pr-footer-container{
  max-width:var(--pr-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:28px;
}
.pr-footer-container{grid-template-columns:1.8fr 1.2fr 1.2fr 1.2fr}
.pr-footer p{color:#dbe5ef;line-height:1.7}
.pr-footer a{display:block;margin:0 0 9px}
.pr-footer-phone{display:inline-block!important;background:var(--pr-red);color:#fff!important;padding:13px 18px;border-radius:999px;font-weight:900;margin-top:12px}
.pr-footer-phone:hover{background:var(--pr-red-dark);text-decoration:none!important}

/* Full-width Service Areas Section */
.pr-footer-service-areas {
  max-width: var(--pr-max);
  margin: 40px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pr-footer-service-areas h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #fff !important;
}
.service-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.service-areas-grid h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.service-areas-grid .links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.service-areas-grid .links-list a {
  font-size: 13.5px;
  color: #aebdcc !important;
  display: inline-block;
  margin: 0 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.service-areas-grid .links-list a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .service-areas-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.copyright,.copy,.pr-footer-bottom{
  max-width:var(--pr-max);
  margin:30px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  color:#aebdcc;
  font-size:14px;
}
.copyright,.copy{text-align:center}
.pr-footer-bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.pr-footer-bottom a{display:inline-block;margin:0 0 0 16px}

/* =========================
   STICKY MOBILE CTA
   ========================= */
.sticky-call,.pr-sticky-mobile{display:none}

/* =========================
   RESPONSIVE
   ========================= */
@media(max-width:991px){
  .pr-topbar-inner,.pr-topbar .container,.topbar .container{flex-direction:column;gap:4px;text-align:center;font-size:13px}
  .pr-nav-wrap,.pr-navwrap,.navwrap{width:min(94%,var(--pr-max));min-height:72px;flex-wrap:wrap}
  .pr-hamburger,.menu-toggle{display:block}

  .pr-menu,.pr-nav,.menu{
    position:fixed;
    top:0;
    bottom:0;
    left:-100%;
    width:100%;
    background:#fff;
    display:block;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transition:left .3s ease;
    padding:20px 20px 80px;
    z-index:100000;
  }
  .pr-menu.active,.pr-nav.active,.menu.active{left:0}
  .pr-menu-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:15px;border-bottom:1px solid #eee;margin-bottom:10px}
  .pr-menu-close{background:none;border:0;color:var(--pr-dark);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}
  .pr-menu-close:hover{color:var(--pr-red);transform:scale(1.08)}
  .pr-menu a,.pr-nav a,.menu a,.pr-dropbtn,.pr-drop-btn{display:block;width:100%;padding:16px 0;border-bottom:1px solid #eee;font-size:17px;text-align:left}
  .pr-dropdown,.dropdown{width:100%}
  .pr-submenu,.pr-dropdown-content,.submenu,.pr-wide,.pr-submenu.pr-wide{
    position:static;
    display:none;
    min-width:100%;
    columns:1;
    box-shadow:none;
    border:0;
    border-left:3px solid var(--pr-red);
    border-radius:0;
    padding:0 0 0 14px;
    margin:0 0 6px;
    background:transparent;
  }
  .pr-dropdown.active .pr-submenu,.pr-dropdown.active .pr-dropdown-content,.dropdown.active .submenu{display:block}
  .pr-submenu a,.pr-dropdown-content a,.submenu a{padding:12px 0;font-size:15px;border-bottom:1px solid #f0f0f0}
  .pr-cta,.pr-menu-cta{margin-top:18px;width:100%;display:block;text-align:center!important;border-radius:12px!important}

  .hero,.pr-home-hero{padding:68px 0 58px}
  .hero::after,.pr-home-hero::after{display:none}
  .hero-grid,.pr-hero-grid,.grid-2,.split,.content-grid,.article-layout,.footer-grid,.pr-footer-container{grid-template-columns:1fr}
  .grid-3,.grid-4,.services-grid,.cards-grid,.cards,.steps,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-card,.trust-card,.video-card,.pr-form-card,.form-card{width:100%;max-width:520px;margin:0 auto}
  .grid-image{height:280px!important}
  .sidebar{position:static}
  .section{padding:58px 0}
  .wrap .grid{grid-template-columns:1fr 1fr}
  .pr-footer-bottom{flex-direction:column;text-align:center}
  .pr-footer-bottom a{margin:5px 8px}

  .sticky-call,.pr-sticky-mobile{display:flex;position:fixed;left:0;bottom:0;width:100%;z-index:99999}
  .sticky-call a,.pr-sticky-mobile a{flex:1;text-align:center;padding:14px 8px;color:#fff!important;font-weight:900;border-radius:0;box-shadow:none}
  .sticky-call a:first-child,.pr-sticky-mobile .call{background:var(--pr-red)}
  .sticky-call a:last-child,.pr-sticky-mobile .text{background:var(--pr-navy)}
  body{padding-bottom:56px}
}

@media(max-width:640px){
  body{font-size:15px}
  .topbar .container{justify-content:center;text-align:center}
  .pr-hamburger,.menu-toggle{font-size:34px}
  .hero h1,.pr-home-hero h1{font-size:36px}
  .hero p,.pr-home-hero p{font-size:17px}
  .grid-3,.grid-4,.services-grid,.cards-grid,.cards,.steps,.steps-grid,.form-grid,.select-grid,.wrap .grid{grid-template-columns:1fr}
  .service-links,.local-links,.internal-links,.links-grid{display:grid;grid-template-columns:1fr}
  .card,.service-card,.info-card,.review-card,.hero-card,.trust-card,.form-card,.pr-form-card,.article-content,.sidebar-box{padding:22px}
  .card img,.service-card img,.project-card img,.gallery-card img,.image-card img,.portfolio-card-img{height:200px}
  .section-image-hero img{height:240px}
  .map iframe,.map-embed iframe,iframe.google-map{height:320px}
  .btn-row,.cta-row,.hero-actions,.btns{flex-direction:column;align-items:stretch}
  .btn,.button,.cta-button{width:100%}
  .wrap{margin:25px auto}
}

#contact .pr-form-card {
  align-self: start !important;
  height: auto !important;
}

main ~ #contact {
  padding-bottom: 80px !important;
}

/* =========================
   METAL ROOFING SERVICE PAGES
   ========================= */
.metal-general-hero {
  margin-bottom: 48px;
}

.roof-section-title {
  color: #0f172a;
  margin-bottom: 20px;
}

.roof-section-img {
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.roof-section-subtitle {
  color: #1e293b;
  margin: 25px 0 15px;
  font-size: 1.3rem;
}

.roof-list {
  margin-left: 20px;
  line-height: 1.8;
}

.roof-section-head-narrow {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.roof-lead {
  font-size: 1.1rem;
  line-height: 1.6;
}

.roof-repair-grid {
  align-items: center;
  gap: 40px;
}

.table-scroll {
  overflow-x: auto;
  margin: 20px 0;
}

.repair-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
  text-align: left;
}

.repair-table-head-row {
  background: #f1f5f9;
  border-bottom: 2px solid #cbd5e1;
}

.repair-table-head-cell,
.repair-table-head-cell-last {
  padding: 12px;
  font-weight: 700;
}

.repair-table-head-cell,
.repair-table-cell {
  border-right: 1px solid #e2e8f0;
}

.repair-table-row {
  border-bottom: 1px solid #e2e8f0;
}

.repair-table-row-alt,
.repair-table-row-shade {
  background: #f8fafc;
}

.repair-table-row-alt {
  border-bottom: 1px solid #e2e8f0;
}

.repair-table-cell,
.repair-table-cell-last {
  padding: 12px;
}

.process-list {
  margin-left: 20px;
  line-height: 1.8;
  margin-top: 15px;
}

.process-step {
  margin-bottom: 10px;
}

.note-callout {
  margin-top: 20px;
  border-left: 4px solid #f97316;
  padding-left: 15px;
  font-style: italic;
}

.map-frame {
  border: 0;
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.contact-card-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-section-title {
  color: #0f172a;
  margin-bottom: 12px;
}

.contact-details {
  margin-top: 20px;
}

.trust-footer-block {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #cbd5e1;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.6;
}

.credential-title {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 12px;
}

.credential-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 6px;
}

.credential-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.credential-value {
  color: #0f172a;
  font-weight: 700;
}

.credential-rating {
  color: #16a34a;
  font-weight: 800;
}

.metal-fl-hero {
  padding: 54px 0 72px !important;
  background:
    linear-gradient(110deg, rgba(7, 24, 45, 0.92), rgba(7, 24, 45, 0.74)),
    url("/images/service-areas/fort-lauderdale/metal-roofing-fort-lauderdale-planet-roofing-1.webp") center/cover no-repeat;
}

.metal-fl-hero .container {
  width: min(1120px, 94%);
}

.metal-fl-hero .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 40px;
  align-items: center;
}

.metal-fl-hero h1 {
  max-width: 620px;
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 1.1;
}

.metal-fl-hero p {
  max-width: 660px;
}

.metal-hero-inner {
  width: 100%;
  display: block;
  flex: 1 1 100%;
  padding: 0;
}

.metal-breadcrumb-wrap {
  margin-bottom: 24px;
}

.metal-hero-eyebrow {
  background: #ffffff;
  color: #d71920;
  border-color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.credential-line {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-top: 16px;
  margin-bottom: 0;
}

.metal-hero-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.85);
  color: var(--pr-text);
  padding: 28px;
  border-radius: var(--pr-radius-lg);
  box-shadow: var(--pr-shadow);
}

.metal-hero-card .metal-hero-card-title {
  color: var(--pr-navy);
  margin-bottom: 20px;
}

.metal-hero-card .metal-hero-card-copy {
  color: var(--pr-muted);
}

.metal-decision-section {
  max-width: 1160px;
}

.metal-decision-section h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.metal-decision-section > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.metal-decision-table-wrap {
  max-width: 980px;
  margin: 28px auto 0;
  overflow-x: auto;
  border: 1px solid rgba(7, 24, 45, 0.12);
  border-radius: var(--pr-radius);
  box-shadow: 0 14px 34px rgba(7, 24, 45, 0.08);
}

.metal-decision-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
}

.metal-decision-table th,
.metal-decision-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(7, 24, 45, 0.10);
  border-right: 1px solid rgba(7, 24, 45, 0.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.metal-decision-table th:first-child,
.metal-decision-table td:first-child {
  width: 24%;
}

.metal-decision-table th:last-child,
.metal-decision-table td:last-child {
  border-right: 0;
}

.metal-decision-table thead th {
  background: #07182d;
  color: #ffffff;
  font-weight: 900;
}

.metal-decision-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.metal-decision-table tbody tr:last-child td {
  border-bottom: 0;
}

.metal-decision-table strong {
  color: #07182d;
}

.image-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-center img {
  width: 100%;
  border-radius: var(--pr-radius);
}

.full-height {
  width: 100%;
  height: 100%;
}

.metal-map-section {
  padding: 50px 0;
  margin-bottom: 58px;
}

.map-frame-small {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: var(--pr-radius);
}

@media (max-width: 991px) {
  .metal-fl-hero {
    padding: 42px 0 56px !important;
  }

  .metal-fl-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .metal-fl-hero h1,
  .metal-fl-hero p {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .credential-grid {
    grid-template-columns: 1fr;
  }

  .metal-decision-section h2,
  .metal-decision-section > p {
    text-align: left;
  }

  .metal-decision-table-wrap {
    margin-top: 20px;
  }
}


/* Fix footer gap globally */
main { margin-bottom: 0 !important; padding-bottom: 0 !important; }
main > section:last-of-type { margin-bottom: 0 !important; }
.pr-footer { margin-top: 0 !important; }


/* Fix for the converted CTA sections */
section[style*="background-color: #0e2b49"] h2,
section[style*="background-color: #0e2b49"] p {
  color: #ffffff !important;
}
section[style*="background-color: #0e2b49"] .btn-row,
section[style*="background-color: #0e2b49"] .hero-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
}

/* =========================
   GLOBAL IMAGE RESET
========================= */

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    display: block;
    height: auto;
}

/* =========================
   HEADER LOGO
========================= */

/* Tablet */
@media (max-width: 992px) {
    .pr-logo img {
        height: 80px;
        max-width: 190px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .pr-logo img {
        height: 65px;
        max-width: 160px;
    }
}
.pr-logo-image {
    display: block;
    width: auto;
    height: 70px;
    max-width: 220px;
    object-fit: contain;
}

/* =========================
   LINKS GRID CARDS (RELATED SERVICES)
   ========================= */
.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.links-grid a {
  background: #ffffff !important;
  border: 1.5px solid var(--pr-border) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.links-grid a:hover {
  border-color: var(--pr-red) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(215, 25, 32, 0.08) !important;
  background: #ffffff !important;
}
.links-grid a strong {
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--pr-navy) !important;
}
.links-grid a p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}


/* =========================
   SECTION CONTENT IMAGES ROUNDED CORNERS
   ========================= */
.section img,
.grid-2 img,
.grid-3 img,
main section img {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(7, 24, 45, 0.08);
}

/* Exclude header/footer logos from rounded section image styling */
header img,
footer img,
#header img,
#footer img,
#header-include img,
#footer-include img,
.pr-logo img,
.pr-logo-image {
    border-radius: 0 !important;
    box-shadow: none !important;
}


/* =========================
   PROCESS STEPS CARDS
   ========================= */
.steps {
  margin-top: 28px;
}
.step {
  background: #ffffff !important;
  border: 1.5px solid var(--pr-border) !important;
  border-radius: 16px !important;
  padding: 26px 22px !important;
  position: relative !important;
  box-shadow: 0 4px 16px rgba(7, 24, 45, 0.04) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}
.step:hover {
  transform: translateY(-4px) !important;
  border-color: var(--pr-red) !important;
  box-shadow: 0 12px 30px rgba(215, 25, 32, 0.1) !important;
}
.step-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(215, 25, 32, 0.08) !important;
  color: var(--pr-red) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  margin-bottom: 14px !important;
  border: 1.5px solid rgba(215, 25, 32, 0.15) !important;
}
.step h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: var(--pr-navy) !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.step p {
  color: #64748b !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}


/* =========================
   UNIVERSAL RESPONSIVE CTA DESIGN
   ========================= */
section.cta, .cta {
  background: linear-gradient(135deg, #07182d, #0a2240) !important;
  color: #ffffff !important;
  padding: 64px 20px !important;
  text-align: center !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
section.cta h2, .cta h2 {
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(26px, 4vw, 42px) !important;
  font-weight: 800 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  line-height: 1.25 !important;
}
section.cta p, .cta p {
  color: #cbd5e1 !important;
  font-size: clamp(15px, 2vw, 17px) !important;
  line-height: 1.6 !important;
  max-width: 680px !important;
  margin: 0 auto 28px !important;
}
section.cta a.btn, .cta a.btn {
  margin: 6px 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 600px) {
  section.cta, .cta {
    padding: 44px 16px !important;
  }
  section.cta a.btn, .cta a.btn {
    display: flex !important;
    width: 100% !important;
    margin: 8px 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}


/* =========================
   WARRANTY FORM & CHECKBOX STYLES
   ========================= */
.checkbox-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 8px !important;
}
.choice-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 14px !important;
  background: #f8fafc !important;
  border: 1.5px solid var(--pr-border) !important;
  border-radius: 20px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: var(--pr-navy) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  user-select: none !important;
}
.choice-tag:hover {
  border-color: var(--pr-red) !important;
  background: rgba(215, 25, 32, 0.04) !important;
}
.choice-tag input[type="checkbox"] {
  accent-color: var(--pr-red) !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
}
.acceptance-box {
  background: #fff8f8 !important;
  border: 1.5px solid rgba(215, 25, 32, 0.2) !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  margin: 10px 0 !important;
}
.acceptance-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--pr-text) !important;
}
/* =========================
   SCROLL TO TOP BUTTON
   ========================= */
.scroll-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pr-red), #b8141a);
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 24px rgba(215, 25, 32, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.scroll-to-top:hover {
  background: linear-gradient(135deg, #e61c24, var(--pr-red));
  box-shadow: 0 12px 28px rgba(215, 25, 32, 0.5);
  transform: translateY(-4px) scale(1.05);
}
.scroll-to-top:active {
  transform: translateY(-1px) scale(0.98);
}
.scroll-to-top svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.scroll-to-top:hover svg {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .scroll-to-top {
    bottom: 85px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
  }
}

/* =========================
   LIGHTBOX MODAL STYLING
   ========================= */
.pr-lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 99999999 !important;
  background: rgba(7, 15, 28, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.pr-lightbox.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.pr-lightbox-content {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: scale(0.96) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pr-lightbox.active .pr-lightbox-content {
  transform: scale(1) !important;
}

/* ONLY THE IMAGE IS DISPLAYED - STRETCHED TO AT LEAST 720px MIN-WIDTH & CENTERED */
.pr-lightbox-img {
  display: block !important;
  min-width: min(720px, 90vw) !important;
  max-width: 90vw !important;
  max-height: 82vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.85) !important;
  background: #07182d !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .pr-lightbox-img {
    min-width: 720px !important;
  }
}

/* NO CAPTION OR CONTAINER BOXES ON OR NEAR THE IMAGE */
.pr-lightbox-caption {
  display: none !important;
}

.pr-lightbox-close {
  position: absolute !important;
  top: -22px !important;
  right: -22px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 0 !important;
  background: var(--pr-red) !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6) !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
  z-index: 10000000 !important;
}

.pr-lightbox-close:hover {
  background: #b8141a !important;
  transform: scale(1.1) !important;
}

/* LIGHTBOX NAVIGATION ARROWS (SHARP ANGLED CORNERS) */
.pr-lightbox-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 52px !important;
  height: 52px !important;
  background: var(--pr-red) !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6) !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
  z-index: 10000000 !important;
}

.pr-lightbox-prev {
  left: 24px !important;
}

.pr-lightbox-next {
  right: 24px !important;
}

.pr-lightbox-nav:hover {
  background: #b8141a !important;
  transform: translateY(-50%) scale(1.1) !important;
}

@media (max-width: 768px) {
  .pr-lightbox-nav {
    width: 44px !important;
    height: 44px !important;
  }
  .pr-lightbox-prev {
    left: 10px !important;
  }
  .pr-lightbox-next {
    right: 10px !important;
  }
}




/* =========================
   ENHANCED CTA SECTION SPACING
   ========================= */
.cta-section {
  padding: 84px 0 !important;
  text-align: center !important;
  background: var(--pr-red) !important;
  color: var(--pr-white) !important;
}

.cta-section h2 {
  color: #ffffff !important;
  margin-bottom: 20px !important;
  font-size: clamp(28px, 4vw, 40px) !important;
}

.cta-section p {
  max-width: 800px !important;
  margin: 0 auto 40px auto !important; /* Generous spacing between text and buttons */
  font-size: 17.5px !important;
  line-height: 1.75 !important;
  opacity: 0.96 !important;
  color: #ffffff !important;
}

.cta-section a.btn,
.cta-section .btn {
  margin-top: 10px !important;
  padding: 14px 34px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

/* ==========================================================
   GLOBAL SPACIOUS HERO FORM CONTAINER & RESPONSIVE TYPOGRAPHY
   ========================================================== */

/* Desktop Layout (>= 992px) */
@media (min-width: 992px) {
  .hero-grid, .pr-hero-grid, .hero .hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr) !important;
    gap: 40px !important;
    align-items: center !important;
  }
  .hero h1, .pr-home-hero h1, .hero .hero-grid h1 {
    font-size: 54px !important;
    line-height: 1.12 !important;
    margin-bottom: 24px !important;
  }
  .hero .pr-form-card, .pr-home-hero .pr-form-card, .hero .form-card {
    padding: 30px 32px !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 48px rgba(7, 24, 45, 0.22) !important;
  }
  .hero .pr-form-card h2, .pr-home-hero .pr-form-card h2, .hero .form-card h2 {
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #07182d !important;
    margin-bottom: 8px !important;
    line-height: 1.15 !important;
  }
}

/* Shared Form Field Styling */
.hero .pr-form-card input, 
.hero .pr-form-card select, 
.hero .pr-form-card textarea,
.pr-home-hero .pr-form-card input,
.pr-home-hero .pr-form-card select,
.pr-home-hero .pr-form-card textarea,
.hero .form-card input,
.hero .form-card select,
.hero .form-card textarea {
  padding: 11px 15px !important;
  font-size: 14.5px !important;
  border-radius: 10px !important;
  border: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
  color: #111827 !important;
}

.hero .pr-form-card button.btn,
.pr-home-hero .pr-form-card button.btn,
.hero .form-card button.btn {
  padding: 13px 20px !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  background: #d71920 !important;
  color: #ffffff !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

/* Tablet & Responsive Media Queries (< 991px) */
@media (max-width: 991px) {
  .hero {
    padding: 36px 0 48px !important;
  }
  .hero-grid, .pr-hero-grid, .hero .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .hero h1, .pr-home-hero h1, .hero .hero-grid h1 {
    font-size: clamp(28px, 6vw, 38px) !important;
    line-height: 1.18 !important;
    margin-bottom: 16px !important;
  }
  .hero .pr-form-card, .pr-home-hero .pr-form-card, .hero .form-card {
    padding: 24px 20px !important;
    max-width: 100% !important;
    border-radius: 16px !important;
    margin: 0 auto !important;
  }
  .hero .pr-form-card h2, .pr-home-hero .pr-form-card h2, .hero .form-card h2 {
    font-size: clamp(22px, 5vw, 28px) !important;
    margin-bottom: 6px !important;
  }
}

/* Small Mobile Phones (< 600px) */
@media (max-width: 600px) {
  .form-grid, .hero .form-grid, .pr-home-hero .form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .form-grid .full, .form-grid textarea, .form-grid button {
    grid-column: 1 / -1 !important;
  }
  .hero .pr-form-card, .pr-home-hero .pr-form-card, .hero .form-card {
    padding: 20px 16px !important;
  }
  .btn-row, .cta-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .btn-row .btn, .cta-row .btn {
    width: 100% !important;
    text-align: center !important;
  }
}

/* =========================
   HOMEPAGE FEATURED PROJECTS
   ========================= */
.pr-projects{
  background:var(--pr-white);
}
.pr-projects-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:34px;
}
.pr-projects-heading h2{
  max-width:760px;
}
.pr-projects-heading .lead{
  margin-bottom:0;
}
.pr-projects-heading .btn{
  flex:0 0 auto;
}
.pr-project-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  grid-template-rows:repeat(2,250px);
  gap:18px;
}
.pr-project-card{
  position:relative;
  min-height:220px;
  overflow:hidden;
  border-radius:var(--pr-radius-lg);
  background:var(--pr-navy);
  box-shadow:var(--pr-shadow-sm);
  isolation:isolate;
}
.pr-project-card-featured{
  grid-row:1 / 3;
  min-height:500px;
}
.pr-project-card img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.16,1,.3,1);
}
.pr-project-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,transparent 35%,rgba(7,24,45,.92) 100%);
  transition:background .3s ease;
}
.pr-project-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:26px;
  color:var(--pr-white);
}
.pr-project-type{
  margin-bottom:6px;
  color:var(--pr-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pr-project-overlay strong{
  color:var(--pr-white);
  font-family:'Outfit',sans-serif;
  font-size:clamp(21px,2.5vw,30px);
  line-height:1.2;
}
.pr-project-link{
  max-height:0;
  margin-top:0;
  overflow:hidden;
  opacity:0;
  color:var(--pr-white);
  font-size:14px;
  font-weight:800;
  transition:max-height .3s ease,margin .3s ease,opacity .3s ease;
}
.pr-project-card:hover{
  color:var(--pr-white);
  box-shadow:var(--pr-shadow-hover);
}
.pr-project-card:hover img,
.pr-project-card:focus-visible img{
  transform:scale(1.04);
}
.pr-project-card:hover .pr-project-link,
.pr-project-card:focus-visible .pr-project-link{
  max-height:30px;
  margin-top:8px;
  opacity:1;
}
.pr-project-card:focus-visible{
  outline:3px solid var(--pr-gold);
  outline-offset:4px;
}
@media(max-width:800px){
  .pr-projects-heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .pr-project-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
  }
  .pr-project-card,
  .pr-project-card-featured{
    grid-row:auto;
    min-height:320px;
    aspect-ratio:4 / 3;
  }
}
@media(max-width:480px){
  .pr-project-card,
  .pr-project-card-featured{
    min-height:270px;
  }
  .pr-project-overlay{
    padding:20px;
  }
  .pr-project-link{
    max-height:30px;
    margin-top:8px;
    opacity:1;
  }
}
