:root{
  --pgc-navy:#061a35;
  --pgc-blue:#0b3a70;
  --pgc-gold:#c99a2e;
  --pgc-ink:#111827;
  --pgc-muted:#5b6472;
  --pgc-surface:#ffffff;
}

html{
  scroll-behavior:smooth;
}

body{
  background:
    radial-gradient(circle at top left, rgba(201,154,46,.12), transparent 32%),
    linear-gradient(180deg,#f8fafc 0%,#eef3f8 100%)!important;
}

header{
  position:relative;
  overflow:hidden;
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-bottom:5px solid var(--pgc-gold);
}

.pgc-home header{
  min-height:680px;
  text-align:left;
  padding:0 20px;
}

header:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(6,26,53,.92),rgba(11,58,112,.82)),
    url("prince-logo.jpeg") center/560px no-repeat;
  opacity:.98;
}

header > *{
  position:relative;
  z-index:1;
}

.pgc-hero-inner{
  position:relative;
  z-index:1;
  max-width:1180px;
  width:100%;
  margin:auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}

.pgc-hero-copy{
  color:white;
}

.pgc-hero-copy .logo{
  margin:0 0 18px!important;
}

.pgc-kicker{
  display:inline-block;
  color:#f5d06b;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.pgc-hero-copy h1{
  max-width:720px;
  font-size:56px!important;
  line-height:1.03;
  margin:0!important;
}

.pgc-hero-copy p{
  max-width:610px;
  font-size:18px!important;
  line-height:1.8;
  margin:18px 0 0!important;
}

.pgc-hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
  max-width:620px;
}

.pgc-hero-metrics div{
  padding:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}

.pgc-hero-metrics b,
.pgc-hero-metrics span{
  display:block;
}

.pgc-hero-metrics b{
  color:#f5d06b;
  font-size:22px;
}

.pgc-hero-metrics span{
  color:rgba(255,255,255,.78);
  font-size:12px;
  margin-top:3px;
}

.pgc-hero-visual{
  position:relative;
  min-height:430px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.05)),
    radial-gradient(circle at 30% 18%,rgba(245,208,107,.28),transparent 24%),
    linear-gradient(145deg,rgba(6,26,53,.72),rgba(11,58,112,.48));
  box-shadow:0 30px 70px rgba(0,0,0,.26);
}

.pgc-hero-visual:before{
  content:"";
  position:absolute;
  inset:auto -16% -24% -16%;
  height:210px;
  background:linear-gradient(135deg,#111827,#061a35);
  transform:skewY(-7deg);
  border-top:5px solid rgba(245,208,107,.8);
}

.pgc-hero-board{
  min-height:470px;
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:18px;
  justify-content:space-between;
  background:
    linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06)),
    radial-gradient(circle at 82% 12%,rgba(245,208,107,.28),transparent 30%),
    linear-gradient(145deg,rgba(6,26,53,.78),rgba(11,58,112,.58));
}

.pgc-hero-board:before{
  inset:0;
  height:auto;
  transform:none;
  border:0;
  background:
    linear-gradient(90deg,rgba(245,208,107,.18) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:54px 54px;
  opacity:.35;
}

.pgc-board-logo,
.pgc-board-grid,
.pgc-board-cta{
  position:relative;
  z-index:1;
}

.pgc-board-logo{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.pgc-board-logo img{
  width:82px;
  height:82px;
  object-fit:cover;
  border-radius:18px;
  border:2px solid #f5d06b;
  flex:0 0 auto;
}

.pgc-board-logo b,
.pgc-board-logo span{
  display:block;
}

.pgc-board-logo b{
  color:var(--pgc-navy);
  font-size:24px;
  line-height:1.1;
}

.pgc-board-logo span{
  color:#8a5a00;
  font-size:13px;
  font-weight:800;
  margin-top:5px;
}

.pgc-board-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.pgc-board-grid article{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.48);
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}

.pgc-board-grid article span{
  color:#c99a2e;
  font-weight:900;
  font-size:12px;
}

.pgc-board-grid article h3{
  color:var(--pgc-navy);
  margin:4px 0 5px;
  font-size:22px;
}

.pgc-board-grid article p{
  margin:0!important;
  color:#475569!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.pgc-board-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 16px;
  border-radius:18px;
  background:rgba(6,26,53,.76);
  border:1px solid rgba(245,208,107,.36);
}

.pgc-board-cta a{
  background:#f5d06b;
  color:var(--pgc-navy);
  text-decoration:none;
  font-weight:900;
  padding:12px 16px;
  border-radius:999px;
}

.pgc-board-cta small{
  color:rgba(255,255,255,.78);
  font-weight:700;
}

.pgc-sun{
  position:absolute;
  right:44px;
  top:38px;
  width:78px;
  height:78px;
  border-radius:50%;
  background:linear-gradient(135deg,#f8d36f,#c99a2e);
  box-shadow:0 0 50px rgba(245,208,107,.55);
}

.pgc-road-lines{
  position:absolute;
  left:42%;
  bottom:28px;
  width:8px;
  height:145px;
  border-radius:999px;
  background:repeating-linear-gradient(180deg,#f5d06b 0 24px,transparent 24px 46px);
  transform:rotate(72deg);
  opacity:.86;
}

.pgc-vehicle{
  position:absolute;
  left:44px;
  right:36px;
  bottom:88px;
  height:160px;
}

.pgc-vehicle-body{
  position:absolute;
  left:18px;
  right:12px;
  bottom:30px;
  height:70px;
  border-radius:28px 42px 22px 22px;
  background:linear-gradient(135deg,#ffffff,#dfe7f2);
  box-shadow:0 18px 35px rgba(0,0,0,.26);
}

.pgc-vehicle-top{
  position:absolute;
  left:95px;
  right:120px;
  bottom:83px;
  height:62px;
  border-radius:70px 78px 8px 8px;
  background:linear-gradient(135deg,#f8fafc,#cad5e4);
  clip-path:polygon(18% 100%,34% 8%,76% 8%,100% 100%);
}

.pgc-window{
  position:absolute;
  bottom:95px;
  height:34px;
  background:linear-gradient(135deg,#0b3a70,#061a35);
  border:2px solid rgba(255,255,255,.7);
}

.pgc-window-one{
  left:130px;
  width:76px;
  clip-path:polygon(25% 100%,42% 0,100% 0,100% 100%);
}

.pgc-window-two{
  left:214px;
  width:96px;
  clip-path:polygon(0 0,82% 0,100% 100%,0 100%);
}

.pgc-wheel{
  position:absolute;
  bottom:10px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#111827;
  border:8px solid #334155;
  box-shadow:inset 0 0 0 7px #94a3b8;
}

.pgc-wheel-left{left:86px}
.pgc-wheel-right{right:86px}

.pgc-service-chip{
  position:absolute;
  padding:10px 13px;
  border-radius:999px;
  background:white;
  color:var(--pgc-navy);
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}

.chip-transport{left:34px;top:34px}
.chip-manpower{right:34px;top:138px}
.chip-contracting{left:86px;bottom:34px}

.pgc-hero-board .pgc-sun,
.pgc-hero-board .pgc-road-lines,
.pgc-hero-board .pgc-vehicle,
.pgc-hero-board .pgc-service-chip{
  display:none;
}

.logo{
  width:142px!important;
  height:142px!important;
  background:white!important;
  border-radius:50%!important;
  overflow:hidden;
  border:5px solid var(--pgc-gold)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.25)!important;
  color:transparent!important;
  font-size:0!important;
}

.logo:after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  background:url("prince-logo.jpeg") center/cover no-repeat;
}

header h1{
  color:white!important;
  text-shadow:0 8px 22px rgba(0,0,0,.35);
  letter-spacing:.01em;
}

header p{
  color:rgba(255,255,255,.9)!important;
}

a{
  transition:.2s ease;
}

.hero-btn,
.btn,
.card-btn{
  background:linear-gradient(135deg,var(--pgc-gold),#f5d06b)!important;
  color:var(--pgc-navy)!important;
  border:0!important;
  box-shadow:0 12px 24px rgba(201,154,46,.25);
  font-weight:700!important;
}

.funnel-hero-actions{
  position:relative;
  z-index:1;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.hero-btn-outline{
  background:rgba(255,255,255,.12)!important;
  color:white!important;
  border:1px solid rgba(255,255,255,.55)!important;
}

.hero-btn:hover,
.btn:hover,
.card-btn:hover{
  transform:translateY(-2px);
}

.card,
.box{
  border:1px solid rgba(6,26,53,.08);
  border-radius:18px!important;
}

.funnel-strip{
  max-width:1120px;
  margin:-28px auto 0;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  position:relative;
  z-index:2;
}

.pgc-showcase{
  max-width:1180px;
  margin:64px auto 0;
  padding:0 20px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:24px;
  align-items:stretch;
}

.pgc-showcase-copy,
.pgc-showcase-grid article,
.pgc-final-cta{
  background:white;
  border:1px solid rgba(6,26,53,.08);
  border-radius:20px;
  box-shadow:0 14px 34px rgba(6,26,53,.08);
}

.pgc-showcase-copy{
  padding:28px;
}

.pgc-showcase-copy h2,
.pgc-final-cta h2{
  color:var(--pgc-navy);
  font-size:34px;
  line-height:1.15;
}

.pgc-showcase-copy p,
.pgc-final-cta p{
  margin-top:14px;
  color:var(--pgc-muted);
  line-height:1.8;
}

.pgc-showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.pgc-showcase-grid article{
  padding:22px;
  min-height:210px;
  position:relative;
  overflow:hidden;
}

.pgc-showcase-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:var(--pgc-gold);
}

.pgc-showcase-grid span{
  color:#c99a2e;
  font-weight:900;
  font-size:13px;
}

.pgc-showcase-grid h3{
  color:var(--pgc-navy);
  margin:12px 0 8px;
  font-size:22px;
  line-height:1.2;
}

.pgc-showcase-grid p{
  color:var(--pgc-muted);
  line-height:1.7;
}

.pgc-final-cta{
  max-width:1120px;
  margin:60px auto 0;
  padding:42px 24px;
  text-align:center;
  background:
    linear-gradient(135deg,rgba(6,26,53,.94),rgba(11,58,112,.9)),
    radial-gradient(circle at 15% 20%,rgba(245,208,107,.22),transparent 26%);
}

.pgc-final-cta h2,
.pgc-final-cta p{
  color:white;
}

.pgc-final-cta p{
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}

.funnel-strip div{
  background:white;
  border:1px solid rgba(6,26,53,.08);
  border-bottom:4px solid var(--pgc-gold);
  border-radius:14px;
  padding:16px;
  box-shadow:0 12px 30px rgba(6,26,53,.09);
}

.funnel-strip b,
.funnel-strip span{
  display:block;
}

.funnel-strip b{
  color:var(--pgc-navy);
  font-size:16px;
}

.funnel-strip span{
  color:var(--pgc-muted);
  font-size:13px;
  margin-top:4px;
}

.funnel-intro,
.funnel-process{
  max-width:980px;
  margin:54px auto 0;
  padding:0 20px;
  text-align:center;
}

.funnel-eyebrow{
  display:inline-block;
  color:var(--pgc-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.funnel-intro h2,
.funnel-quote h2,
.funnel-process h2{
  color:var(--pgc-navy);
  font-size:34px;
  line-height:1.15;
}

.funnel-intro p,
.funnel-quote p,
.funnel-process p{
  color:var(--pgc-muted);
  line-height:1.8;
}

.funnel-tag{
  display:inline-block;
  background:#fff7e0;
  color:#8a5a00;
  border:1px solid #f5d06b;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}

.funnel-wa{
  margin-left:8px;
  background:#16a34a!important;
  color:white!important;
}

.funnel-quote{
  max-width:1120px;
  margin:60px auto 0;
  padding:34px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  background:linear-gradient(135deg,#061a35,#0b3a70);
  border-radius:22px;
  color:white;
  box-shadow:0 18px 45px rgba(6,26,53,.18);
}

.funnel-quote h2,
.funnel-quote p{
  color:white;
}

.funnel-quote ul{
  margin-top:18px;
  padding-left:20px;
  line-height:2;
  color:rgba(255,255,255,.9);
}

.funnel-form{
  background:white;
  border-radius:18px;
  padding:22px;
  display:grid;
  gap:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}

.funnel-form label{
  color:var(--pgc-navy);
  font-weight:800;
  font-size:14px;
}

.funnel-form input,
.funnel-form select,
.funnel-form textarea{
  width:100%;
  margin-top:6px;
  padding:13px 14px;
  border:1px solid #d8dee8;
  border-radius:12px;
  font:inherit;
}

.funnel-form textarea{
  min-height:110px;
  resize:vertical;
}

.funnel-form button{
  border:0;
  border-radius:999px;
  padding:14px 18px;
  background:#16a34a;
  color:white;
  font-weight:900;
  cursor:pointer;
}

.funnel-process > div{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:22px;
}

.funnel-process article{
  background:white;
  border:1px solid rgba(6,26,53,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 30px rgba(6,26,53,.07);
}

.funnel-process article b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--pgc-gold);
  color:var(--pgc-navy);
}

.funnel-process article h3{
  margin:14px 0 8px;
  color:var(--pgc-navy);
}

.card h2,
.box h2,
.section-title,
.about h2{
  color:var(--pgc-navy)!important;
}

.service{
  border:1px solid rgba(6,26,53,.08);
  border-left:5px solid var(--pgc-gold);
  background:#fff!important;
}

.pgc-top-strip{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  padding:9px 14px;
  background:rgba(6,26,53,.96);
  color:white;
  font-size:14px;
  box-shadow:0 8px 20px rgba(6,26,53,.16);
}

.pgc-top-strip a{
  color:white;
  text-decoration:none;
  font-weight:600;
}

.pgc-contact-panel{
  max-width:1120px;
  margin:40px auto 0;
  padding:0 20px;
}

.pgc-contact-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
}

.pgc-contact-card{
  background:var(--pgc-surface);
  border:1px solid rgba(6,26,53,.08);
  border-radius:18px;
  padding:24px;
  box-shadow:0 12px 30px rgba(6,26,53,.08);
}

.pgc-contact-card h2{
  color:var(--pgc-navy);
  margin-bottom:12px;
}

.pgc-contact-card p,
.pgc-contact-card li{
  color:var(--pgc-muted);
  line-height:1.8;
}

.pgc-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.pgc-contact-actions a,
.pgc-float a{
  text-decoration:none;
  border-radius:999px;
  padding:11px 16px;
  font-weight:800;
}

.pgc-primary{
  background:#16a34a;
  color:white;
}

.pgc-secondary{
  background:var(--pgc-navy);
  color:white;
}

.pgc-map{
  width:100%;
  min-height:260px;
  border:0;
  border-radius:14px;
}

.pgc-map-card{
  min-height:260px;
  border-radius:16px;
  padding:24px;
  background:
    linear-gradient(135deg,rgba(6,26,53,.94),rgba(11,58,112,.88)),
    radial-gradient(circle at 80% 20%,rgba(245,208,107,.24),transparent 28%);
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(201,154,46,.35);
}

.pgc-map-card h3{
  font-size:24px;
  line-height:1.2;
}

.pgc-map-card p{
  color:rgba(255,255,255,.86);
  line-height:1.6;
}

.pgc-map-card .pgc-coords{
  font-weight:800;
  color:#f5d06b;
}

.pgc-map-pin{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5d06b;
  color:var(--pgc-navy);
  font-weight:900;
  box-shadow:0 12px 24px rgba(0,0,0,.22);
}

.pgc-map-card a{
  display:inline-block;
  align-self:flex-start;
  margin-top:8px;
  text-decoration:none;
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  background:white!important;
  color:var(--pgc-navy)!important;
}

.pgc-address-img{
  width:100%;
  max-height:160px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  margin-top:14px;
  border:1px solid #e5e7eb;
}

.pgc-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.pgc-float a{
  display:block;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.pgc-site-footer{
  margin-top:50px;
  padding:34px 20px;
  background:var(--pgc-navy);
  color:white;
  text-align:center;
}

.pgc-site-footer img{
  width:88px;
  height:88px;
  object-fit:cover;
  border-radius:50%;
  background:white;
  border:3px solid var(--pgc-gold);
  margin-bottom:12px;
}

.pgc-site-footer a{
  color:#f5d06b;
  text-decoration:none;
  font-weight:700;
}

@media(max-width:800px){
  header{
    min-height:280px;
    padding:52px 16px!important;
  }

  header h1{
    font-size:34px!important;
  }

  .pgc-home header{
    min-height:auto;
    padding:42px 16px!important;
  }

  .pgc-hero-inner,
  .pgc-showcase,
  .pgc-showcase-grid{
    grid-template-columns:1fr;
  }

  .pgc-hero-copy h1{
    font-size:38px!important;
  }

  .pgc-hero-copy p{
    font-size:16px!important;
  }

  .pgc-hero-metrics{
    grid-template-columns:1fr;
  }

  .pgc-hero-visual{
    min-height:330px;
  }

  .pgc-hero-board{
    min-height:auto;
    padding:18px;
    border-radius:22px;
  }

  .pgc-board-logo{
    align-items:flex-start;
  }

  .pgc-board-logo img{
    width:68px;
    height:68px;
  }

  .pgc-board-logo b{
    font-size:20px;
  }

  .pgc-board-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .pgc-vehicle{
    left:18px;
    right:18px;
    transform:scale(.86);
    transform-origin:center bottom;
  }

  .pgc-showcase-copy h2,
  .pgc-final-cta h2{
    font-size:28px;
  }

  .funnel-strip,
  .funnel-process > div,
  .funnel-quote{
    grid-template-columns:1fr;
  }

  .funnel-strip{
    margin-top:18px;
  }

  .funnel-quote{
    margin:42px 14px 0;
    padding:24px;
  }

  .funnel-intro h2,
  .funnel-quote h2,
  .funnel-process h2{
    font-size:28px;
  }

  .pgc-contact-grid{
    grid-template-columns:1fr;
  }

  .pgc-float{
    left:12px;
    right:12px;
    bottom:12px;
    flex-direction:row;
  }

  .pgc-float a{
    flex:1;
    text-align:center;
    padding:12px 10px;
  }
}
