:root {
  --navy: #06101f;
  --navy-2: #0b1d35;
  --ink: #09182b;
  --muted: #67778c;
  --blue: #2864f0;
  --blue-2: #4b88ff;
  --cyan: #5ce1f5;
  --green: #50d9aa;
  --line: #dfe8f1;
  --surface: #f5f8fc;
  --white: #fff;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.services-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.services-header { position: fixed; z-index: 100; top: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); transition: color .22s ease,background .22s ease,box-shadow .22s ease,border-color .22s ease; }
.services-header.scrolled { color: var(--ink); background: rgba(255,255,255,.94); border-color: rgba(7,20,38,.08); box-shadow: 0 8px 35px rgba(7,20,38,.08); backdrop-filter: blur(18px); }
.services-nav { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.services-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.services-brand img { width: 172px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.services-desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.services-desktop-nav a { position: relative; color: rgba(255,255,255,.73); font-size: 12px; font-weight: 700; transition: color .18s ease; }
.services-header.scrolled .services-desktop-nav a { color: #304258; }
.services-desktop-nav a:hover,.services-desktop-nav a.active { color: #fff; }
.services-header.scrolled .services-desktop-nav a:hover,.services-header.scrolled .services-desktop-nav a.active { color: var(--blue); }
.services-desktop-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ""; background: var(--cyan); transform: scaleX(0); transition: transform .18s ease; }
.services-desktop-nav a:hover::after,.services-desktop-nav a.active::after { transform: scaleX(1); }
.services-nav-actions { display: flex; align-items: center; gap: 14px; }
.services-language-ribbon { min-height: 32px; padding: 0 9px; display: inline-flex; align-items: center; gap: 5px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }.services-language-ribbon small{font-size:8px;font-weight:600;letter-spacing:0;opacity:.75}.services-header.scrolled .services-language-ribbon{color:var(--blue);background:#edf4ff;border-color:#d8e6ff}.services-language-mobile{padding:10px;color:var(--blue);background:#edf4ff;border-radius:8px;font-size:11px;font-weight:900}
.services-install-button,.services-login-button,.services-register-button { border: 0; color: inherit; font-weight: 700; cursor: pointer; }
.services-login-button { padding: 0; background: transparent; font-size: 12px; }
.services-register-button { padding: 9px 12px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); border-radius: 9px; font-size: 11px; }
.services-header.scrolled .services-register-button { color: var(--blue); background: #edf4ff; border-color: #d8e6ff; }
.services-install-button { min-height: 34px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; color: #cceaff; background: rgba(64,144,255,.1); border: 1px solid rgba(130,197,255,.28); border-radius: 9px; font-size: 10px; transition: color .18s ease,background .18s ease,border-color .18s ease; }
.services-install-button:hover { color: #fff; background: rgba(64,144,255,.2); border-color: rgba(130,197,255,.5); }
.services-header.scrolled .services-install-button { color: var(--blue); background: #edf4ff; border-color: #d8e6ff; }
.services-demo-button { min-height: 43px; padding: 0 17px; display: inline-flex; align-items: center; gap: 9px; color: #fff; background: linear-gradient(135deg,#3979ff,#1b52d5); border-radius: 10px; box-shadow: 0 13px 30px rgba(29,86,219,.24); font-size: 11px; font-weight: 800; }
.services-menu-toggle,.services-mobile-menu { display: none; }

.services-hero { position: relative; min-height: 700px; overflow: hidden; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 75% 35%, rgba(38,108,255,.2), transparent 29%), linear-gradient(135deg,#05101e,#0a203a 66%,#071629); isolation: isolate; }
.services-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(93,172,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(93,172,255,.08) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.hero-orb { position: absolute; z-index: -1; border: 1px solid rgba(92,225,245,.14); border-radius: 50%; }
.hero-orb-one { right: -130px; width: 560px; height: 560px; box-shadow: 0 0 0 80px rgba(47,112,236,.025),0 0 0 160px rgba(47,112,236,.018); }
.hero-orb-two { right: 230px; bottom: 70px; width: 130px; height: 130px; }
.hero-content { padding-top: 95px; }
.hero-badge { width: fit-content; padding: 8px 12px; display: flex; align-items: center; gap: 9px; color: #aed8ff; background: rgba(43,106,225,.12); border: 1px solid rgba(91,159,255,.25); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.hero-badge i { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); }
.services-hero h1 { max-width: 900px; margin: 24px 0 0; font-family: "Manrope",sans-serif; font-size: clamp(46px,6vw,77px); line-height: 1.07; letter-spacing: -.06em; }
.services-hero h1 span { color: #67bdff; }
.services-hero p { max-width: 650px; margin: 26px 0 0; color: rgba(225,238,251,.65); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 16px; }
.primary-button, .ghost-button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 11px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .18s ease,box-shadow .18s ease; }
.primary-button { color: #fff; background: linear-gradient(135deg,#3b7cff,#1c52d2); box-shadow: 0 14px 30px rgba(25,83,214,.3); }
.ghost-button { color: #e3f2ff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.primary-button:hover,.ghost-button:hover { transform: translateY(-2px); }

.contact-band { position: relative; padding: 90px 0; background: #eef4fa; }
.contact-band-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; }
.section-label { display: block; margin-bottom: 14px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.section-label.light { color: #6fc7ff; }
.contact-band h2,.services-section-heading h2,.method-section h2,.final-cta-card h2,.detail-hero h1,.detail-form-copy h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(34px,4vw,50px); line-height: 1.12; letter-spacing: -.055em; }
.contact-band-copy p { max-width: 470px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.quick-contact,.project-form { padding: 28px; background: #fff; border: 1px solid #dde7f1; border-radius: 20px; box-shadow: 0 20px 60px rgba(13,45,82,.09); }
.quick-contact label,.project-form label { display: block; color: #66778c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quick-contact > label,.quick-contact .form-columns { margin-bottom: 14px; }
.quick-contact input,.project-form input,.project-form textarea,.project-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dce5ee; outline: none; color: var(--ink); background: #f8fafc; border-radius: 9px; font-size: 12px; text-transform: none; letter-spacing: 0; transition: border-color .18s ease,box-shadow .18s ease; }
.quick-contact input:focus,.project-form input:focus,.project-form textarea:focus,.project-form select:focus { border-color: #7caaff; box-shadow: 0 0 0 3px rgba(45,105,237,.1); }
.project-form textarea { resize: vertical; }
.form-button { width: 100%; }
.form-button:disabled { opacity: .65; cursor: wait; }
.service-form-status { min-height: 16px; margin: 10px 0 0; color: #14966d; font-size: 10px; text-align: center; }
.service-form-status.error { color: #d74848; }

.services-list-section { padding: 115px 0; }
.services-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.services-section-heading h2 span { color: var(--blue); }
.services-section-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.services-card-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 490px; padding: 27px; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid #e2e9f1; border-radius: 20px; box-shadow: 0 16px 45px rgba(14,45,80,.06); transition: transform .22s ease,box-shadow .22s ease; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: linear-gradient(90deg,var(--blue),#69dfff); }
.service-card-mobile::before { background: linear-gradient(90deg,#21b98c,#60e1ca); }
.service-card-software::before { background: linear-gradient(90deg,#775fe9,#ae83ff); }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 27px 65px rgba(14,45,80,.13); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #b9c7d7; font-family: "Manrope",sans-serif; font-size: 12px; font-weight: 800; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; color: #5dbef6; background: linear-gradient(145deg,#0a213d,#0a1528); border: 1px solid #173f65; border-radius: 16px; font-family: monospace; font-size: 16px; font-weight: 700; box-shadow: 0 12px 25px rgba(8,31,58,.18); }
.phone-icon { position: relative; }
.phone-icon::before { width: 20px; height: 34px; content: ""; border: 2px solid #58d8bb; border-radius: 5px; }
.phone-icon i { position: absolute; bottom: 17px; width: 3px; height: 3px; background: #58d8bb; border-radius: 50%; }
.software-icon { padding: 13px; display: flex; align-items: flex-start; justify-content: flex-start; gap: 4px; }
.software-icon::after { position: absolute; width: 34px; height: 25px; content: ""; border: 1px solid #9e84ff; border-radius: 4px; }
.software-icon i { position: relative; z-index: 2; width: 3px; height: 3px; background: #9e84ff; border-radius: 50%; }
.service-card-body { margin-top: 39px; }
.service-eyebrow { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.service-card-mobile .service-eyebrow { color: #159d78; }
.service-card-software .service-eyebrow { color: #745ee0; }
.service-card h3 { margin: 12px 0 14px; font-family: "Manrope",sans-serif; font-size: 23px; line-height: 1.3; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.service-card ul { margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.service-card li { padding: 6px 9px; color: #617186; background: #f1f5f9; border-radius: 6px; font-size: 9px; font-weight: 700; }
.learn-more { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e9eef4; color: var(--blue); font-size: 11px; font-weight: 800; }
.learn-more span { width: 34px; height: 34px; display: grid; place-items: center; background: #edf4ff; border-radius: 9px; font-size: 16px; transition: transform .18s ease,background .18s ease,color .18s ease; }
.service-card:hover .learn-more span { color: #fff; background: var(--blue); transform: translateX(3px); }

.method-section { padding: 105px 0; color: #fff; background: radial-gradient(circle at 20% 100%,rgba(42,105,229,.2),transparent 35%),var(--navy); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.method-steps { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; list-style: none; }
.method-steps li { padding: 22px; display: flex; gap: 15px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.method-steps li > span { color: #66c9ff; font-family: monospace; font-size: 10px; }
.method-steps strong { font-family: "Manrope",sans-serif; font-size: 13px; }
.method-steps p { margin: 7px 0 0; color: rgba(222,236,249,.5); font-size: 10px; line-height: 1.55; }
.services-final-cta { padding: 90px 0; background: var(--surface); }
.final-cta-card { padding: 48px 55px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #fff; background: linear-gradient(135deg,#0a2443,#0b1628); border-radius: 24px; box-shadow: 0 25px 60px rgba(7,28,53,.16); }
.final-cta-card > div > span { display: block; margin-bottom: 9px; color: #79cfff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.final-cta-card h2 { font-size: 37px; }

.services-footer { padding: 65px 0 20px; color: rgba(255,255,255,.5); background: #040b14; }
.footer-main { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 65px; }
.footer-main img { width: 205px; }
.footer-main p { margin: 17px 0 0; font-size: 11px; line-height: 1.7; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main strong { margin-bottom: 5px; color: #fff; font-size: 11px; }
.footer-main a { font-size: 10px; }
.footer-main a:hover { color: #fff; }
.footer-legal { margin-top: 45px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; }
.service-toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 350px; padding: 14px 18px; color: #fff; background: #0b223b; border: 1px solid rgba(103,204,255,.25); border-radius: 11px; box-shadow: 0 18px 48px rgba(0,0,0,.25); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.service-toast.show { opacity: 1; transform: translateY(0); }

/* Pages de détail */
.detail-page { background: #fff; }
.detail-hero { position: relative; min-height: 610px; padding: 155px 0 95px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 35%,rgba(51,123,255,.2),transparent 30%),linear-gradient(140deg,#05101e,#0a203a); }
.detail-hero::after { position: absolute; right: 6%; bottom: -160px; width: 480px; height: 480px; content: ""; border: 1px solid rgba(97,202,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(54,126,255,.025),0 0 0 140px rgba(54,126,255,.018); }
.breadcrumb { margin-bottom: 32px; display: flex; gap: 9px; color: rgba(255,255,255,.45); font-size: 10px; }
.breadcrumb a:hover { color: #fff; }
.detail-hero-copy { position: relative; z-index: 2; max-width: 780px; }
.detail-kicker { color: #72c9ff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.detail-hero h1 { margin-top: 18px; font-size: clamp(42px,5.5vw,68px); }
.detail-hero h1 span { color: #68c2ff; }
.detail-hero p { max-width: 620px; margin: 22px 0 0; color: rgba(226,239,251,.63); font-size: 16px; line-height: 1.72; }
.detail-hero-actions { margin-top: 31px; display: flex; gap: 13px; }
.detail-benefits { padding: 90px 0; background: #f6f9fc; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.benefit-card { padding: 24px; background: #fff; border: 1px solid #e2e9f1; border-radius: 15px; }
.benefit-card span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue); background: #edf4ff; border-radius: 9px; font-size: 16px; }
.benefit-card h3 { margin: 17px 0 8px; font-family: "Manrope",sans-serif; font-size: 14px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.detail-content { padding: 100px 0; }
.detail-content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.detail-content h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: 42px; line-height: 1.15; letter-spacing: -.05em; }
.detail-content-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.deliverable-list { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.deliverable-list li { padding: 13px 15px; color: #495d74; background: #f5f8fb; border-radius: 9px; font-size: 10px; font-weight: 700; }
.deliverable-list li::before { margin-right: 8px; content: "✓"; color: #16ae81; }
.detail-form-section { padding: 100px 0; background: #eef4fa; }
.detail-form-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.detail-form-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.detail-contact-note { margin-top: 25px; padding: 16px; color: #496078; background: #fff; border-left: 3px solid var(--blue); border-radius: 0 9px 9px 0; font-size: 10px; line-height: 1.6; }
.project-form .form-columns,.project-form > label { margin-bottom: 14px; }

@media (max-width: 1120px) {
  .services-desktop-nav,.services-nav-actions { display: none; }
  .services-menu-toggle { width: 34px; height: 34px; margin-left: auto; padding: 0; display: grid; place-content: center; gap: 6px; border: 0; color: inherit; background: transparent; cursor: pointer; }
  .services-menu-toggle span { width: 22px; height: 2px; display: block; background: currentColor; border-radius: 2px; transition: transform .2s ease; }
  .services-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .services-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .services-mobile-menu { position: fixed; z-index: 99; top: 72px; right: 16px; left: 16px; padding: 22px; display: grid; gap: 8px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid #e5ebf2; border-radius: 16px; box-shadow: 0 25px 60px rgba(6,19,36,.18); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease,transform .2s ease; }
  .services-mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .services-mobile-menu a,.services-mobile-menu button { padding: 12px 7px; border: 0; border-bottom: 1px solid #edf1f5; color: var(--ink); background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
  .services-mobile-menu .services-mobile-cta { margin-top: 10px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,#3979ff,#1b52d5); border: 0; border-radius: 10px; }
}

@media (max-width: 900px) {
  .contact-band-grid,.method-grid,.detail-content-grid,.detail-form-grid { grid-template-columns: 1fr; gap: 45px; }
  .services-card-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1/-1; width: calc(50% - 11px); justify-self: center; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .services-container { width: min(calc(100% - 28px),var(--container)); }
  .services-nav { height: 68px; }
  .services-brand img { width: 145px; }
  .services-mobile-menu { top: 60px; }
  .services-hero { min-height: 680px; }
  .hero-content { padding-top: 95px; }
  .services-hero h1 { font-size: 42px; }
  .services-hero p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .contact-band,.services-list-section,.method-section,.detail-benefits,.detail-content,.detail-form-section { padding: 75px 0; }
  .form-columns,.method-steps,.deliverable-list { grid-template-columns: 1fr; }
  .services-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .services-card-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; width: 100%; }
  .service-card { min-height: 455px; }
  .final-cta-card { padding: 34px 25px; align-items: flex-start; flex-direction: column; }
  .final-cta-card h2 { font-size: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-main > div:first-child { grid-column: 1/-1; }
  .detail-hero { min-height: 580px; padding-top: 130px; }
  .detail-hero h1 { font-size: 40px; }
  .detail-hero-actions { align-items: stretch; flex-direction: column; }
  .benefit-grid { grid-template-columns: 1fr; }
  .detail-content h2 { font-size: 35px; }
}

@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.primary-button,.ghost-button,.service-card,.learn-more span{transition:none} }
