/*
Theme Name: Inno One Page
Author: Codex
Description: One-page WordPress template inspired by Inno Business visuals.
Version: 1.0
*/

:root {
  --brand: #003da7;
  --navy: #0b1f4b;
  --navy-2: #0a1a3d;
  --blue: #38bdf8;
  --cyan: #00b8d3;
  --sky: #f3f4f6;
  --ink: #374151;
  --slate: #6b7280;
  --muted: #7b879c;
  --line: #e5e7eb;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(11, 31, 75, 0.12);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --font-heading: "Montserrat", "Cairo", "Segoe UI", Arial, sans-serif;
  --font-body: "Open Sans", "Cairo", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

body.inno-onepage,
body.inno-onepage-canvas {
  font-family: var(--font-body);
}

body.inno-onepage h1,
body.inno-onepage h2,
body.inno-onepage h3,
body.inno-onepage h4,
body.inno-onepage h5,
body.inno-onepage h6,
body.inno-onepage-canvas h1,
body.inno-onepage-canvas h2,
body.inno-onepage-canvas h3,
body.inno-onepage-canvas h4,
body.inno-onepage-canvas h5,
body.inno-onepage-canvas h6 {
  font-family: var(--font-heading);
}

body.inno-onepage-canvas .elementor * {
  font-family: var(--font-body) !important;
}

body.inno-onepage-canvas .elementor h1,
body.inno-onepage-canvas .elementor h2,
body.inno-onepage-canvas .elementor h3,
body.inno-onepage-canvas .elementor h4,
body.inno-onepage-canvas .elementor h5,
body.inno-onepage-canvas .elementor h6 {
  font-family: var(--font-heading) !important;
}

body.inno-onepage-canvas .elementor .e-con > .e-con-inner {
  max-width: none !important;
  padding-inline: 0;
}

body.page-id-5349 .elementor .e-con > .e-con-inner {
  max-width: none !important;
}

body.inno-onepage-canvas .elementor .e-con {
  padding-inline: 0;
}

body.inno-onepage-canvas .elementor .e-con.e-con-boxed {
  --content-width: min(1480px, 96vw);
}

body.inno-onepage-canvas .elementor-section.elementor-section-boxed {
  --container-max-width: min(1480px, 96vw);
}

body.inno-onepage-canvas .elementor-section.elementor-section-boxed > .elementor-container,
body.inno-onepage-canvas .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
  max-width: min(1480px, 96vw);
  padding-inline: 0;
}

body:lang(ar),
body :lang(ar) {
  font-family: "Cairo", var(--font-body);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1480px, 96vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}

.brand-logo {
  display: block;
  max-width: 210px;
  max-height: 74px;
  height: auto;
}

.brand-logo-svg {
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  max-height: 74px;
}

.brand-logo-svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.brand-mark {
  font-weight: 700;
  font-size: 30px;
  color: var(--brand);
}

.brand-sub {
  font-weight: 700;
  font-size: 12px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-weight: 600;
  color: var(--navy);
  font-family: var(--font-heading);
  justify-content: center;
  flex: 1;
}

.site-nav a {
  font-size: 15px;
}

.site-nav a {
  position: relative;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--navy-2);
}

.site-header .header-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-family: var(--font-heading);
  font-size: 15px;
  background: linear-gradient(120deg, var(--cyan), var(--blue));
  color: #fff;
  box-shadow: 0 16px 40px rgba(3, 7, 24, 0.35);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .header-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(3, 7, 24, 0.45);
}

.site-header .header-demo .cta-btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.site-header .nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 61, 167, 0.2);
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  font-family: var(--font-heading);
  cursor: pointer;
}

.nav-toggle-label {
  font-size: 12px;
}

.nav-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.nav-toggle-bars span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-family: var(--font-heading);
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 50px;
}

.btn-primary {
  background: linear-gradient(120deg, var(--cyan), var(--blue));
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 61, 167, 0.18);
}

.btn-secondary {
  background: #fff;
  border: 2px solid var(--navy);
  color: var(--navy);
}

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

.hero {
  padding: 56px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
  align-items: center;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: var(--navy);
}

.hero p {
  color: #5f6675;
  margin-bottom: 32px;
  font-family: var(--font-body);
  max-width: 560px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(11, 31, 75, 0.12);
  padding: 18px;
  border: 1px solid #e3e9f1;
  max-width: 620px;
  margin-left: auto;
}

.hero-card img {
  border-radius: 20px;
  width: 100%;
}

.section {
  padding: 70px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.section-title .highlight {
  display: inline-block;
  background: linear-gradient(120deg, rgba(0, 184, 211, 0.2), rgba(56, 189, 248, 0.2));
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--navy);
}

.tabset {
  margin-top: 28px;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.tab-buttons button {
  background: none;
  border: none;
  font: inherit;
  color: var(--slate);
  padding: 8px 4px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-family: var(--font-heading);
}

.tab-buttons button.active {
  color: var(--blue);
}

.tab-buttons button.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  border-radius: 2px;
}

.tab-panel {
  display: none;
  padding: 32px 0 0;
  gap: 32px;
  align-items: center;
}

.tab-panel.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#plateforme .section-title h2 {
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 700;
}

#plateforme .tabset {
  margin-top: 18px;
}

#plateforme .tab-buttons {
  gap: 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#plateforme .tab-buttons button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--navy);
  opacity: 0.65;
  padding: 6px 0;
}

#plateforme .tab-buttons button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#plateforme .tab-buttons button:nth-child(1)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300b8d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='3'/><path d='M3 9h18'/><path d='M9 21V9'/></svg>");
}

#plateforme .tab-buttons button:nth-child(2)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300b8d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/><path d='M14 2v6h6'/><path d='M9 13h6'/><path d='M9 17h4'/></svg>");
}

#plateforme .tab-buttons button:nth-child(3)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300b8d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='7' y='2' width='10' height='20' rx='2'/><path d='M12 18h0.01'/></svg>");
}

#plateforme .tab-buttons button.active {
  color: var(--cyan);
  opacity: 1;
}

#plateforme .tab-buttons button.active::after {
  height: 2px;
  bottom: -14px;
}

#plateforme .tab-panel {
  padding: 26px 0 0;
  gap: 42px;
  align-items: flex-start;
}

#plateforme .tab-panel.active {
  grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
}

#plateforme .tab-panel h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: var(--navy);
}

#plateforme .bullet-list {
  font-size: 16px;
  line-height: 1.7;
  color: var(--slate);
}

#plateforme .bullet-list li {
  margin-bottom: 8px;
}

#plateforme .tab-panel > div:last-child {
  background: #fff;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 36px rgba(0, 61, 167, 0.12);
}

#plateforme .tab-panel img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.bullet-list {
  padding-left: 18px;
  color: var(--slate);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.info-card {
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 61, 167, 0.08);
  border: 1px solid var(--line);
  text-align: center;
}

.info-card .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  width: 38px;
  height: 38px;
  margin: 0 auto 6px;
}

.info-card .info-icon svg,
.info-card .info-icon i {
  width: 38px;
  height: 38px;
  font-size: 34px;
}

.info-card .info-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.info-card h3 {
  margin: 12px 0 8px;
  font-family: var(--font-heading);
  color: var(--navy);
  font-size: 18px;
}

.info-card p {
  color: var(--muted);
  font-size: 16px;
}

#avantages {
  background: #f4f8fb;
}

#avantages .section-title {
  margin-bottom: 26px;
}

#avantages .section-title h2 {
  font-size: clamp(26px, 3.1vw, 34px);
  font-weight: 700;
  margin-bottom: 8px;
}

#avantages .section-title .highlight {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  background: #cbeff5;
  border-radius: 10px;
}

#avantages .card-grid {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

#avantages .info-card {
  padding: 20px 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  min-height: 170px;
}

#avantages .info-icon {
  margin: 0 auto 8px;
  width: 40px;
  height: 40px;
  color: var(--cyan);
}

#avantages .info-icon svg,
#avantages .info-icon i,
#avantages .info-icon img {
  width: 40px;
  height: 40px;
}

#avantages .info-card > svg {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  display: block;
  stroke: #00b8d3;
}

#avantages .info-card h3 {
  font-size: 16px;
  margin: 6px 0 6px;
  font-weight: 700;
}

#avantages .info-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.sector-card {
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0, 61, 167, 0.06);
}

.sector-card.active {
  border-color: rgba(0, 184, 211, 0.6);
  box-shadow: 0 18px 40px rgba(0, 184, 211, 0.2);
}

#cas-usage .sector-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

#cas-usage .sector-card {
  padding: 18px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  background: #fff;
  min-height: 190px;
}

#cas-usage .sector-card.active {
  border-color: #0aa6bf;
  box-shadow: 0 16px 32px rgba(0, 184, 211, 0.22);
}

#cas-usage .sector-icon {
  width: 42px;
  height: 42px;
  margin: 4px auto 8px;
  color: #0aa6bf;
}

#cas-usage .sector-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#cas-usage .sector-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

#cas-usage .sector-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.45;
}

.cta-section {
  padding: 90px 0 140px;
  background: linear-gradient(120deg, #041b4b 0%, #02091f 100%);
  color: #fff;
  overflow: hidden;
}

.cta-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-title {
  margin: 0 auto 32px;
  max-width: 960px;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  color: #04194c;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  border: none;
}

.cta-pill-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 186, 212, 0.15);
  border-radius: 999px;
}

.cta-pill-icon svg {
  width: 20px;
  height: 20px;
  fill: #00abc4;
}

.cta-main {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(260px, 1fr);
  gap: 48px;
  align-items: start;
  justify-content: center;
}

.cta-form {
  background: #fff;
  border-radius: 26px;
  padding: 36px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field.label-hidden label {
  display: none;
}

.cta-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cta-form .field label {
  font-size: 12px;
  font-weight: 600;
  color: #0b1c37;
}

.cta-form .field input,
.cta-form .field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #f7f8fb;
  color: #0b1c37;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cta-form .field input::placeholder,
.cta-form .field textarea::placeholder {
  color: #9aa5c5;
}

.field.field--full {
  grid-column: 1 / -1;
}

.cta-submit {
  margin-top: 24px;
  text-align: center;
}

.cta-submit-btn {
  border: none;
  border-radius: 14px;
  padding: 12px 42px;
  background: linear-gradient(135deg, #00abc4, #00bedc);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45);
}

.cta-contact {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.cta-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: #fff;
}

.cta-contact .contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(3, 7, 24, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-contact .contact-icon svg {
  width: 18px;
  height: 18px;
  fill: #00abc4;
}

.inno-contact2 {
  padding: 90px 0 110px;
  background: linear-gradient(135deg, #041a44 0%, #01071d 100%);
  color: #fff;
}

.inno-contact2-inner {
  width: min(1200px, 94vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.inno-contact2-title {
  font-size: clamp(30px, 4vw, 42px);
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.inno-contact2-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.inno-contact2-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #fff;
  color: #041a44;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.inno-contact2-pill-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00abc4;
}

.inno-contact2-pill-icon svg,
.inno-contact2-pill-icon i {
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

.inno-contact2-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.inno-contact2-grid {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(280px, 1fr);
  gap: 40px;
  align-items: start;
}

.inno-contact2-form-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(4, 26, 68, 0.25);
}

.inno-contact2-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inno-contact2-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.inno-contact2-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #0f274d;
}

.inno-contact2-form input,
.inno-contact2-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(4, 26, 68, 0.15);
  background: #f4f6fb;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.inno-contact2-form input::placeholder,
.inno-contact2-form textarea::placeholder {
  color: #8a97b8;
}

.inno-contact2-field-full {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.inno-contact2-field-full textarea {
  min-height: 120px;
  resize: vertical;
  background: #f5f7ff;
}

.inno-contact2-submit-wrap {
  display: flex;
  justify-content: center;
}

.inno-contact2-submit-btn {
  border: none;
  border-radius: 18px;
  padding: 16px 64px;
  background: linear-gradient(135deg, #00abc4, #00bedc);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.4px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.inno-contact2-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}

.inno-contact2-details {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 28px 60px rgba(2, 8, 32, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-start;
}

.inno-contact2-contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inno-contact2-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
}

.inno-contact2-contact-item strong {
  display: block;
  font-size: 18px;
}

.inno-contact2-contact-item span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.inno-contact2-contact-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00abc4;
}

.inno-contact2-contact-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  stroke: currentColor;
}

.inno-contact2-contact-icon i {
  color: currentColor;
}

.inno-contact2-brand {
  margin-top: auto;
  align-self: flex-end;
  text-align: right;
  font-weight: 900;
  letter-spacing: 1px;
}

.inno-contact2-brand-logo {
  max-width: 120px;
  height: auto;
}

.inno-contact2-brand small {
  display: block;
  font-size: 12px;
  letter-spacing: 4px;
  opacity: 0.75;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .inno-contact2-grid {
    grid-template-columns: 1fr;
  }

  .inno-contact2-form-row {
    grid-template-columns: 1fr;
  }

  .inno-contact2-pills {
    justify-content: flex-start;
  }

  .inno-contact2-title {
    text-align: left;
  }
}

.contact-brand {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #fff;
}

.contact-brand small {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.75);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field label {
  font-size: 12px;
  font-weight: 600;
  color: #1d2b46;
}

.field input,
.field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f3f6fb;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9aa5c5;
}

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

.field--full {
  grid-column: 1 / -1;
}

.submit {
  grid-column: 1 / -1;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.btn-primary {
  width: 240px;
  max-width: 100%;
  border: none;
  border-radius: 16px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #00abc4, #00bedc);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.brand {
  margin-top: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 28px;
  opacity: 0.9;
  color: #fff;
}

.brand small {
  display: block;
  font-size: 12px;
  letter-spacing: 2.4px;
  opacity: 0.75;
  margin-top: 6px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer {
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
}

.reveal {
  animation: fadeUp 0.8s ease both;
}

.reveal-delay {
  animation: fadeUp 0.8s ease both;
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
  }
  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: 0 16px 30px rgba(0, 61, 167, 0.1);
  }
  .site-header.is-open .site-nav {
    display: flex;
  }
  .site-header .nav-toggle {
    display: inline-flex;
  }
  .site-header .btn-primary {
    width: 100%;
    order: 3;
  }
  .brand {
    order: 1;
  }
  .site-header .nav-toggle {
    order: 2;
  }
  .site-nav {
    order: 4;
  }
  #plateforme .tab-buttons {
    gap: 18px;
  }
  #plateforme .tab-panel.active {
    grid-template-columns: 1fr;
  }
  #cas-usage .sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cta-form-grid {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-pill {
    width: 100%;
    justify-content: center;
  }
  .cta-main {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .site-header .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero {
    padding-top: 50px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-card {
    padding: 16px;
  }
  #cas-usage .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-section {
    padding-bottom: 60px;
  }
  .cta-form {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-delay {
    animation: none;
  }
  .btn {
    transition: none;
  }
}
