:root{
  --green-1:#95c11f;
  --green-2:#5aa81a;
  --green-3:#008243;
  --green-4:#1b5e20;
  --dark:#2f354b;
  --text:#42495e;
  --muted:#6f778b;
  --white:#ffffff;
  --line:rgba(76,122,60,.14);
  --shadow:0 18px 55px rgba(27,45,37,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f6f7f3 0%, #eef5eb 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px, calc(100% - 40px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(0,0,0,.04);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  min-height:88px;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:72px;height:72px;object-fit:contain}
.brand-text{display:flex;flex-direction:column;line-height:.95;font-family:'Montserrat',sans-serif}
.brand-text strong{font-size:2rem;color:var(--green-2);font-weight:800}
.brand-text span{color:var(--dark);letter-spacing:.18em;font-weight:700}
.main-nav{display:flex;align-items:center;gap:30px}
.main-nav a{color:var(--dark);font-weight:600;position:relative}
.main-nav a::after{
  content:"";position:absolute;left:0;bottom:-8px;width:0;height:3px;
  background:linear-gradient(90deg,var(--green-1),var(--green-3));
  border-radius:99px;transition:.28s ease;
}
.main-nav a:hover::after{width:100%}
.menu-toggle{
  display:none;border:0;background:var(--white);box-shadow:var(--shadow);
  border-radius:14px;width:48px;height:48px;font-size:1.2rem;cursor:pointer;
}

.hero{
  position:relative;overflow:hidden;padding:72px 0 42px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.68)),
    url('../img/fond.png') center/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(149,193,31,.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(0,130,67,.12), transparent 24%);
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;
}
.glass-card{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.hero-copy{padding:42px}
.eyebrow{
  display:inline-block;margin-bottom:14px;font-weight:800;
  font-family:'Montserrat',sans-serif;color:var(--green-3);
  text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;
}
.hero-copy h1,.section-heading h2,.benefits-copy h2,.contact-copy h2{
  margin:0 0 16px;color:var(--dark);font-family:'Montserrat',sans-serif;
  font-weight:800;line-height:1.05;
}
.hero-copy h1{font-size:clamp(2.4rem,4vw,4.5rem)}
.hero-copy h1 span{color:var(--green-2)}
.hero-copy p{font-size:1.06rem;line-height:1.75;color:var(--text)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0 24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 22px;border-radius:999px;font-weight:700;transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:var(--white);
  background:linear-gradient(135deg,var(--green-1),var(--green-3));
  box-shadow:0 12px 24px rgba(0,130,67,.24);
}
.btn-secondary{
  color:var(--dark);
  border:1px solid rgba(47,53,75,.12);
  background:rgba(255,255,255,.78);
}
.btn-block{width:100%}
.hero-points{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.hero-points li{position:relative;padding-left:28px;color:var(--text);font-weight:500}
.hero-points li::before{
  content:"✓";position:absolute;left:0;top:0;color:var(--green-2);font-weight:900;
}
.hero-visual{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);transform:translateY(16px)}
.hero-visual img{width:100%;height:100%;object-fit:cover}

.section{padding:92px 0}
.section-light{background:#fbfcfa}
.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}
.section-heading p{margin:0;color:var(--muted);line-height:1.7}

.services-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:22px}
.service-card{
  background:var(--white);border:1px solid var(--line);
  border-radius:26px;overflow:hidden;box-shadow:var(--shadow);
}
.service-image img{width:100%;height:100%;min-height:280px;object-fit:cover}
.service-content{padding:24px}
.service-content h3,.prestation-card h3,.process-step h3,.benefit-item h3{
  margin:0 0 10px;color:var(--dark);font-family:'Montserrat',sans-serif;
}
.service-content p,.prestation-card p,.process-step p,.benefit-item p,.contact-copy p{
  margin:0;line-height:1.7;color:var(--muted);
}
.service-icon{
  height:90px;display:grid;place-items:center;font-family:'Montserrat',sans-serif;
  font-weight:800;font-size:1.6rem;color:var(--green-3);
  background:linear-gradient(135deg, rgba(149,193,31,.14), rgba(0,130,67,.08));
  border-bottom:1px solid var(--line);
}

.benefits-section{
  background:
    linear-gradient(180deg, rgba(244,246,242,.9), rgba(239,245,235,.95)),
    url('../img/background-alt.png') center/cover no-repeat;
}
.benefits-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.benefit-list{display:grid;gap:16px;margin-top:26px}
.benefit-item{
  display:grid;grid-template-columns:56px 1fr;gap:16px;padding:20px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(149,193,31,.18);
  border-radius:20px;box-shadow:var(--shadow);
}
.benefit-item > span{
  width:56px;height:56px;border-radius:18px;display:grid;place-items:center;
  font-size:1.35rem;color:var(--white);
  background:linear-gradient(135deg,var(--green-1),var(--green-3));
}
.benefits-panel{padding:16px}
.benefits-panel img{border-radius:20px;width:100%;box-shadow:var(--shadow)}

.prestation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.prestation-card{
  padding:28px;background:linear-gradient(180deg,#ffffff,#f7fbf5);
  border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);
}

.process-section{background:linear-gradient(180deg, #ffffff 0%, #f3f9f1 100%)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.process-step{
  padding:28px;background:var(--white);border:1px solid var(--line);
  border-radius:22px;box-shadow:var(--shadow);
}
.process-step strong{
  display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;
  margin-bottom:16px;border-radius:16px;color:var(--green-3);
  background:linear-gradient(135deg, rgba(149,193,31,.18), rgba(0,130,67,.08));
  font-family:'Montserrat',sans-serif;
}

.contact-section{background:linear-gradient(135deg, rgba(149,193,31,.08), rgba(0,130,67,.05))}
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}
.contact-card,.contact-form{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:var(--shadow);border-radius:24px;
}
.contact-card{padding:24px;margin-top:20px}
.contact-card p{margin:0 0 14px}
.contact-card a{color:var(--green-4);font-weight:700}
.contact-form{padding:26px}
.form-row{display:grid;gap:8px;margin-bottom:16px}
label{font-size:.95rem;font-weight:700;color:var(--dark)}
input,textarea{
  width:100%;padding:16px 18px;border-radius:16px;border:1px solid rgba(47,53,75,.12);
  background:#fff;color:var(--dark);font:inherit;outline:none;
}
input:focus,textarea:focus{
  border-color:rgba(0,130,67,.45);
  box-shadow:0 0 0 4px rgba(149,193,31,.12);
}
.form-note{margin:14px 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}

.site-footer{padding:24px 0;background:#ffffff;border-top:1px solid rgba(0,0,0,.05)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner p{margin:0;color:var(--muted)}
.footer-inner a{color:var(--green-3);font-weight:700}

@media (max-width:1100px){
  .services-grid,.prestation-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:920px){
  .hero-grid,.benefits-grid,.contact-grid,.process-grid{grid-template-columns:1fr}
  .hero-copy{padding:32px}
  .hero-visual{transform:none}
  .main-nav{
    display:none;position:absolute;top:88px;left:20px;right:20px;padding:18px;
    border-radius:22px;background:rgba(255,255,255,.98);box-shadow:var(--shadow);
    flex-direction:column;align-items:flex-start;gap:18px;
  }
  .main-nav.is-open{display:flex}
  .menu-toggle{display:inline-grid;place-items:center}
}
@media (max-width:680px){
  .container{width:min(100% - 24px, 1180px)}
  .section{padding:72px 0}
  .brand img{width:58px;height:58px}
  .brand-text strong{font-size:1.7rem}
  .services-grid,.prestation-grid{grid-template-columns:1fr}
  .header-inner{min-height:78px}
  .main-nav{top:78px;left:12px;right:12px}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
/* =========================================
   POP-UP PIEUVRE ELECTRIQUE GREEN CIRCUIT
========================================= */

.gc-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(5, 24, 29, 0.78);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gc-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gc-popup {
    position: relative;
    width: 100%;
    max-width: 760px;
    max-height: 92vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transform: translateY(25px) scale(0.97);
    transition: transform 0.35s ease;
}

.gc-popup-overlay.active .gc-popup {
    transform: translateY(0) scale(1);
}

.gc-popup-content {
    padding: 46px 50px 34px;
}

.gc-popup-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #edf5f3;
    color:#5aa81a;
    font-size: 30px;
    line-height: 34px;
    cursor: pointer;
    transition: 0.2s ease;
}

.gc-popup-close:hover {
    background:#5aa81a;
    color: #ffffff;
    transform: rotate(90deg);
}

.gc-popup-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: #e7f4f1;
    color:#5aa81a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.gc-popup h2 {
    margin: 0 0 16px;
    color: #102d32;
    font-size: clamp(27px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -1.2px;
}

.gc-popup h2 span {
    color: #5aa81a;
}

.gc-popup-intro {
    max-width: 650px;
    margin: 0 0 20px;
    color: #53666a;
    font-size: 16px;
    line-height: 1.65;
}

.gc-popup-highlight {
    margin-bottom: 25px;
    padding: 16px 18px;
    border-left: 4px solid #5aa81a;
    border-radius: 0 12px 12px 0;
    background: #f0f8f6;
    color: #174641;
    font-size: 15px;
    line-height: 1.55;
}

.gc-popup-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 28px;
}

.gc-popup-service {
    display: flex;
    gap: 11px;
    min-height: 94px;
    padding: 15px;
    border: 1px solid #e3ecea;
    border-radius: 14px;
    background: #ffffff;
    transition: 0.25s ease;
}

.gc-popup-service:hover {
    border-color:#5aa81a;
    box-shadow: 0 10px 22px rgba(32, 132, 125, 0.1);
    transform: translateY(-3px);
}

.gc-popup-icon {
    display: flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #5aa81a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.gc-popup-service strong {
    display: block;
    margin-bottom: 5px;
    color:#5aa81a;
    font-size: 14px;
}

.gc-popup-service span {
    display: block;
    color: #65787c;
    font-size: 12px;
    line-height: 1.45;
}

.gc-popup-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #368d36, #5aa81a);
}

.gc-popup-price span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.gc-popup-price strong {
    color: #ffffff;
    font-size: 17px;
}

.gc-popup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #ffffff;
  
    color: #5aa81a;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.25s ease;
}

.gc-popup-button:hover {
    background: #e7f4f1;
    transform: translateY(-2px);
}

.gc-popup-button span {
    font-size: 20px;
    line-height: 1;
}

.gc-popup-note {
    margin: 16px 0 0;
    color: #7d8d90;
    text-align: center;
    font-size: 12px;
}

/* Version mobile */
@media (max-width: 650px) {
    .gc-popup-overlay {
        align-items: flex-end;
        padding: 10px;
    }

    .gc-popup {
        max-height: 94vh;
        border-radius: 20px 20px 14px 14px;
    }

    .gc-popup-content {
        padding: 38px 20px 25px;
    }

    .gc-popup h2 {
        font-size: 28px;
    }

    .gc-popup-services {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gc-popup-service {
        min-height: auto;
    }

    .gc-popup-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .gc-popup-price {
        text-align: center;
    }

    .gc-popup-button {
        width: 100%;
    }





}