/* ── INNOVATOR CONNECT — Feuille de style globale ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #14376b;
  --navy-light: #1a4a8a;
  --blue: #1558D6;
  --green: #3A7D44;
  --green-light: #5BAA6A;
  --green-pale: #7CC98A;
  --white: #fff;
  --off-white: #F6F8FC;
  --gray-100: #EDF0F7;
  --gray-200: #D2D9EB;
  --gray-500: #7A85A3;
  --gray-700: #3D4A6B;
  --text: #1A2340;
  --shadow: 0 4px 24px rgba(11,30,69,.10);
  --shadow-lg: 0 12px 48px rgba(11,30,69,.16);
  --radius: 12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(20,55,107,.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(91,170,106,.35);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between; height: 96px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logo img { height: 80px; width: 80px; object-fit: contain; }
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); }
.nav-logo-text span { color: var(--green-light); }
.nav-links { display: flex; gap: 1.75rem; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .875rem; font-weight: 500; transition: color .2s; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--green-pale); border-bottom-color: var(--green-pale); }
.nav-cta { background: var(--green) !important; color: #fff !important; padding: 9px 20px !important; border-radius: 7px !important; border-bottom: none !important; font-weight: 700 !important; transition: background .2s !important; }
.nav-cta:hover { background: var(--green-light) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }

/* ── PAGE HERO ── */
.page-hero {
  padding: 160px 0 80px;
  background: linear-gradient(135deg, #14376b 0%, #1a4a8a 60%, #2a6dd9 100%);
  position: relative; overflow: hidden;
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 60px 60px;
}
.page-hero-wm {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  width: 420px; height: 420px;
  background: url('../img/logo.png') no-repeat center/contain;
  opacity: .06; pointer-events: none;
}
.page-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.page-breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 1.5rem; }
.page-breadcrumb a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .82rem; transition: color .2s; }
.page-breadcrumb a:hover { color: var(--green-pale); }
.page-breadcrumb span { color: rgba(255,255,255,.3); font-size: .82rem; }
.page-breadcrumb strong { color: var(--green-pale); font-size: .82rem; font-weight: 600; }
.page-hero-tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green-pale); background: rgba(91,170,106,.18); border: 1px solid rgba(91,170,106,.35); padding: 4px 14px; border-radius: 100px; margin-bottom: 1rem; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,5vw,3.5rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
.page-hero h1 span { color: var(--green-pale); }
.page-hero p { color: rgba(255,255,255,.8); font-size: 1.05rem; max-width: 600px; line-height: 1.8; }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
section { padding: 6rem 0; }
.section-tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); background: rgba(21,88,214,.08); padding: 4px 12px; border-radius: 4px; margin-bottom: 1rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem,4vw,2.8rem); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-subtitle { color: var(--gray-500); font-size: 1rem; max-width: 620px; line-height: 1.8; }
.section-header { margin-bottom: 3.5rem; }
.section-header.centered { text-align: center; }
.section-header.centered .section-subtitle { margin: 0 auto; }
.green-line { width: 48px; height: 3px; background: var(--green); border-radius: 2px; margin: 1rem 0; }
.section-header.centered .green-line { margin: 1rem auto; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-weight: 700; font-size: .9rem; text-decoration: none; transition: all .25s; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,125,68,.35); }
.btn-secondary { background: var(--navy); color: #fff; }
.btn-secondary:hover { background: var(--navy-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--gray-200); }
.btn-outline:hover { border-color: var(--navy); background: var(--off-white); }
.btn-outline-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.4); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); }

/* ── CARDS ── */
.card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: all .3s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card-photo { width: 100%; height: 200px; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-tag { font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: .4rem; }
.card-title { font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: .5rem; }
.card-text { font-size: .875rem; color: var(--gray-500); line-height: 1.7; }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: all .3s; position: relative; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--green), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service-card:hover { border-color: var(--green); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-photo { width: 100%; height: 160px; object-fit: cover; }
.service-body { padding: 1.5rem; }
.service-icon { width: 44px; height: 44px; background: rgba(58,125,68,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; transition: background .3s; }
.service-card:hover .service-icon { background: var(--green); }
.service-icon svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 2; transition: stroke .3s; }
.service-card:hover .service-icon svg { stroke: var(--white); }
.service-title { font-weight: 700; font-size: .95rem; color: var(--navy); margin-bottom: .5rem; }
.service-desc { font-size: .83rem; color: var(--gray-500); line-height: 1.7; margin-bottom: .875rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { background: var(--gray-100); color: var(--gray-700); font-size: .72rem; font-weight: 500; padding: 2px 9px; border-radius: 100px; }

/* ── PARTNERS ── */
.partners-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.partner-item { background: var(--white); padding: 1.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; transition: background .2s; min-height: 110px; }
.partner-item:hover { background: var(--gray-100); }
.partner-item img { max-height: 44px; max-width: 120px; object-fit: contain; filter: grayscale(20%); transition: filter .2s; }
.partner-item:hover img { filter: grayscale(0%); }
.partner-cat { font-size: .7rem; color: var(--gray-500); font-weight: 500; }
.partner-tabs { display: flex; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.ptab { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: 8px; padding: 7px 18px; font-size: .82rem; font-weight: 600; color: var(--gray-700); cursor: pointer; transition: all .2s; }
.ptab.active { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* ── REALISATIONS ── */
.real-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.real-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); transition: all .3s; box-shadow: var(--shadow); }
.real-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.real-img { height: 220px; position: relative; overflow: hidden; }
.real-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.real-card:hover .real-img img { transform: scale(1.05); }
.real-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,55,107,.65) 0%, transparent 60%); }
.real-body { padding: 1.5rem; }
.real-cat { font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: .4rem; }
.real-title { font-weight: 700; font-size: .95rem; color: var(--navy); margin-bottom: .4rem; }
.real-desc { font-size: .83rem; color: var(--gray-500); line-height: 1.6; }
.real-clients { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .75rem; }
.client-badge { background: rgba(58,125,68,.08); color: var(--green); font-size: .72rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; border: 1px solid rgba(58,125,68,.2); }

/* ── STATS BAR ── */
.stats-bar { background: #1a3a6a; padding: 4rem 0; position: relative; overflow: hidden; }
.stats-bar-wm { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 400px; height: 400px; background: url('../img/logo.png') no-repeat center/contain; opacity: .07; pointer-events: none; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; z-index: 1; }
.stat-item { text-align: center; padding: 2rem 1rem; position: relative; }
.stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 60px; width: 1px; background: rgba(255,255,255,.15); }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.stat-num span { color: var(--green-pale); }
.stat-label { font-size: .8rem; color: rgba(255,255,255,.72); margin-top: 8px; }

/* ── FAQ ── */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 1px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); }
.faq-item { background: var(--white); }
.faq-question { width: 100%; text-align: left; padding: 1.1rem 1.5rem; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; font-weight: 600; color: var(--navy); gap: 1rem; }
.faq-question:hover { color: var(--blue); }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
.faq-icon svg { width: 12px; height: 12px; stroke: var(--gray-700); fill: none; stroke-width: 2.5; transition: transform .25s; }
.faq-item.open .faq-icon { background: var(--green); }
.faq-item.open .faq-icon svg { stroke: var(--white); transform: rotate(45deg); }
.faq-answer { display: none; padding: 1rem 1.5rem 1.25rem; font-size: .875rem; color: var(--gray-500); line-height: 1.8; border-top: 1px solid var(--gray-100); }
.faq-item.open .faq-answer { display: block; }

/* ── CONTACT FORM ── */
.form-card { background: var(--white); border-radius: 16px; padding: 2.25rem; border: 1px solid var(--gray-200); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: .78rem; font-weight: 700; color: var(--navy); letter-spacing: .3px; margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 13px; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .875rem; color: var(--text); background: var(--off-white); outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { background: var(--blue); color: var(--white); width: 100%; padding: 13px; border-radius: 8px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .25s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.form-submit:hover { background: var(--navy); transform: translateY(-1px); }
.form-success { display: none; background: #E8F5E9; border: 1px solid #C8E6C9; border-radius: 8px; padding: .875rem 1.1rem; color: #2E7D32; font-size: .875rem; font-weight: 500; margin-top: .875rem; }

/* ── CONTACT INFO ── */
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.75rem; }
.contact-info-icon { width: 42px; height: 42px; background: rgba(21,88,214,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon svg { width: 18px; height: 18px; stroke: var(--blue); fill: none; stroke-width: 2; }
.contact-info-label { font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gray-500); margin-bottom: 3px; }
.contact-info-value { font-size: .9rem; font-weight: 600; color: var(--navy); }
.contact-info-value a { color: var(--blue); text-decoration: none; }

/* ── FOOTER ── */
footer { background: #14376b; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 1rem; }
.footer-logo img { height: 60px; width: 60px; object-fit: contain; }
.footer-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); }
.footer-logo-text span { color: var(--green-light); }
.footer-desc { font-size: .83rem; color: rgba(255,255,255,.7); line-height: 1.8; }
.footer-col h4 { font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 1.1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-links a { font-size: .83rem; color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--green-pale); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.75rem; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.5); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: .78rem; color: rgba(255,255,255,.5); text-decoration: none; }
.footer-legal a:hover { color: rgba(255,255,255,.85); }

/* ── WHATSAPP FLOAT ── */
.whatsapp-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); text-decoration: none; transition: transform .25s; }
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 26px; height: 26px; fill: white; }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .partners-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-links { gap: 1.25rem; }
}
@media(max-width:768px) {
  section { padding: 4rem 0; }
  .services-grid, .real-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .nav-links { display: none; position: absolute; top: 96px; left: 0; right: 0; background: var(--navy); flex-direction: column; padding: 1.5rem 2rem; gap: 1.25rem; border-top: 1px solid rgba(255,255,255,.08); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .page-hero { padding: 140px 0 60px; }
  .stat-item:nth-child(2)::after { display: none; }
}
