/*
Theme Name: OODI-INFO Theme
Theme URI: https://oodi-info.com
Author: OODI-INFO
Author URI: https://oodi-info.com
Description: Thème professionnel pour OODI-INFO - Solutions IT au Maroc. Virtualisation, cybersécurité, sauvegarde et infrastructure.
Version: 4.6
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://oodi-info.com
Text Domain: oodi-info
Tags: technology, business, one-page, custom-colors, custom-logo, full-width-template
*/

/* ====================================================================
   OODI-INFO WordPress Theme v3.0
   Images importées depuis oodi-info.com/wp-content/uploads/
   ==================================================================== */

:root {
  --dark: #0a1628;
  --dark2: #102240;
  --accent: #00c8e0;
  --blue: #0077ff;
  --white: #fff;
  --light: #f4f7fb;
  --mid: #e2e8f0;
  --muted: #64748b;
  --text: #1e293b;
  --green: #10b981;
  --grad: linear-gradient(135deg, #0a1628, #102240, #0d3060);
  --grad-acc: linear-gradient(135deg, #00c8e0, #0077ff);
  --shadow: 0 4px 24px rgba(0, 119, 255, .1);
  --shadow-lg: 0 12px 48px rgba(0, 119, 255, .15);
  --r: 12px;
  --rl: 20px;
  --tr: all .3s ease;
  --font: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: var(--tr); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ─── LAYOUT ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.bg-light { background: var(--light); }
.bg-dark  { background: var(--dark); }
.tc { text-align: center; }

/* ─── PILLS / BADGES ─── */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,119,255,.08); color: var(--blue);
  border: 1px solid rgba(0,119,255,.2);
  padding: 5px 16px; border-radius: 100px;
  font-size: 12px; font-weight: 700; letter-spacing: .6px;
  text-transform: uppercase; margin-bottom: 14px;
}

/* ─── TITLES ─── */
.sec-title { font-size: clamp(26px,4vw,40px); font-weight: 900; line-height: 1.2; color: var(--dark); margin-bottom: 12px; }
.sec-title span, .gradient-text {
  background: var(--grad-acc);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.sec-sub { font-size: 16px; color: var(--muted); max-width: 560px; margin: 0 auto; }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; padding: 13px 26px; border-radius: var(--r); transition: var(--tr); cursor: pointer; border: none; }
.btn-acc { background: var(--grad-acc); color: white; box-shadow: 0 0 24px rgba(0,200,224,.28); }
.btn-acc:hover { transform: translateY(-3px); box-shadow: 0 8px 36px rgba(0,200,224,.45); color: white; }
.btn-ghost { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); color: white; }
.btn-ghost:hover { background: rgba(255,255,255,.16); color: white; transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: white; }
.btn-sm { padding: 10px 20px; font-size: 14px; border-radius: 10px; }

/* ─── NAVBAR ─── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--tr); }
.site-header.scrolled { background: rgba(10,22,40,.96); backdrop-filter: blur(16px); box-shadow: 0 2px 28px rgba(0,0,0,.3); }
.nav-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.custom-logo { height: 46px; width: 46px; border-radius: 10px; object-fit: contain; background: white; padding: 2px; flex-shrink: 0; }
.logo-fallback { display: none; align-items: center; gap: 8px; }
.logo-sq { width: 42px; height: 42px; border-radius: 10px; background: var(--grad-acc); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; color: white; flex-shrink: 0; }
.site-branding .site-title { font-size: 20px; font-weight: 900; color: white; letter-spacing: -.4px; }
.site-branding .site-title em { color: var(--accent); font-style: normal; }
.main-navigation ul { display: flex; align-items: center; gap: 4px; }
.main-navigation ul li a { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 500; padding: 7px 14px; border-radius: 8px; transition: var(--tr); display: block; }
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a { color: white; background: rgba(255,255,255,.1); }
.main-navigation ul li.menu-contact > a { background: var(--grad-acc); color: white; font-weight: 700; padding: 8px 18px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.menu-toggle span { width: 22px; height: 2px; background: white; border-radius: 2px; transition: var(--tr); display: block; }
.mobile-menu { display: none; position: fixed; top: 74px; left: 0; right: 0; background: rgba(10,22,40,.97); backdrop-filter: blur(14px); padding: 16px 24px 28px; flex-direction: column; gap: 4px; z-index: 998; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,.88); padding: 12px 16px; border-radius: 8px; font-size: 15px; font-weight: 500; }
.mobile-menu a:hover { background: rgba(255,255,255,.08); }

/* ─── HERO ─── */
.hero-section {
  min-height: 100vh; background: var(--grad); padding-top: 74px;
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero-bg-photo {
  position: absolute; inset: 0;
  background-image: url('https://oodi-info.com/wp-content/uploads/2023/11/@UnSiY5bvRlcCx8k.jpg');
  background-size: cover; background-position: center; opacity: .08;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(0,119,255,.18) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(0,200,224,.1) 0%, transparent 50%);
}
.hero-grid-bg {
  position: absolute; inset: 0; opacity: .04;
  background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 56px 56px;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 72px 28px; position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,200,224,.1); color: var(--accent); border: 1px solid rgba(0,200,224,.25); padding: 5px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 20px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: blink 2s infinite; display: inline-block; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero-title { font-size: clamp(32px,5vw,58px); font-weight: 900; line-height: 1.1; color: white; margin-bottom: 18px; letter-spacing: -1px; }
.hero-desc { font-size: 16px; color: rgba(255,255,255,.68); line-height: 1.75; margin-bottom: 28px; max-width: 480px; }
.hero-desc strong { color: rgba(255,255,255,.92); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; align-items: center; gap: 24px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.hs-n { font-size: 28px; font-weight: 900; color: white; line-height: 1; }
.hs-n span { color: var(--accent); }
.hs-l { font-size: 11px; color: rgba(255,255,255,.44); margin-top: 3px; }
.hs-div { width: 1px; height: 36px; background: rgba(255,255,255,.15); }
.hero-panel-wrap { position: relative; }
.hero-panel { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--rl); padding: 24px; backdrop-filter: blur(10px); }
.hp-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.hp-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); flex-shrink: 0; }
.hp-title { color: white; font-weight: 700; font-size: 14px; }
.hp-sub { color: rgba(255,255,255,.42); font-size: 11px; }
.hp-list { display: flex; flex-direction: column; gap: 9px; }
.hp-item { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 11px 13px; border-radius: 9px; transition: var(--tr); }
.hp-item:hover { background: rgba(255,255,255,.09); border-color: rgba(0,200,224,.2); }
.hp-logo { width: 34px; height: 34px; border-radius: 8px; object-fit: contain; background: white; padding: 3px; flex-shrink: 0; }
.hp-name { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; }
.hp-desc { color: rgba(255,255,255,.38); font-size: 10px; }
.hero-badge { position: absolute; bottom: -14px; right: -14px; background: white; border-radius: 14px; padding: 13px 18px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 11px; z-index: 2; }
.hb-n { font-size: 24px; font-weight: 900; color: var(--dark); line-height: 1; }
.hb-l { font-size: 11px; color: var(--muted); }

/* ─── STATS BAR ─── */
.stats-bar { background: var(--dark); padding: 36px 0; border-top: 1px solid rgba(255,255,255,.06); }
.stats-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.s-item { text-align: center; padding: 0 48px; }
.s-n { font-size: 38px; font-weight: 900; color: white; line-height: 1; }
.s-n span { color: var(--accent); }
.s-l { font-size: 13px; color: rgba(255,255,255,.44); margin-top: 6px; }
.s-div { width: 1px; height: 52px; background: rgba(255,255,255,.1); }

/* ─── SERVICES CARDS ─── */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: white; border-radius: var(--rl); padding: 28px 24px; border: 1px solid var(--mid); transition: var(--tr); position: relative; overflow: hidden; display: block; color: inherit; }
.service-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-acc); transform: scaleX(0); transform-origin: left; transition: var(--tr); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: rgba(0,119,255,.12); color: inherit; }
.service-card:hover::after { transform: scaleX(1); }
.sc-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.sc-title { font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 9px; }
.sc-desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.sc-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 100px; background: var(--light); color: var(--muted); border: 1px solid var(--mid); }
.sc-link { display: flex; align-items: center; gap: 5px; color: var(--blue); font-size: 13px; font-weight: 700; margin-top: 13px; }

/* ─── PRODUCT BLOCKS ─── */
.product-block { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--mid); }
.product-block:last-child { border-bottom: none; padding-bottom: 0; }
.product-block-reverse { direction: rtl; }
.product-block-reverse > * { direction: ltr; }
.pb-logo { max-height: 54px; max-width: 200px; object-fit: contain; margin-bottom: 16px; }
.pb-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 4px 13px; border-radius: 100px; color: white; margin-bottom: 13px; }
.product-block h3 { font-size: 24px; font-weight: 900; color: var(--dark); margin-bottom: 12px; }
.product-block p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 18px; }
.feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.feats li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--text); }
.feats li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.pb-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.pb-screen { border-radius: var(--rl); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.pb-screen img { width: 100%; height: 280px; object-fit: cover; display: block; background: #eee; }
.pb-label { position: absolute; bottom: 12px; left: 12px; color: white; font-size: 11px; font-weight: 700; padding: 5px 13px; border-radius: 100px; }

/* ─── PARTNERS ─── */
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.partner-card { background: white; border: 1px solid var(--mid); border-radius: var(--r); padding: 22px 14px; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: var(--tr); }
.partner-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(0,119,255,.15); }
.partner-card img { height: 46px; width: auto; max-width: 110px; object-fit: contain; filter: grayscale(20%); transition: var(--tr); }
.partner-card:hover img { filter: grayscale(0); }
.partner-card span { font-size: 12px; font-weight: 700; color: var(--muted); text-align: center; }

/* ─── ABOUT ─── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-img-wrap { border-radius: var(--rl); overflow: hidden; position: relative; }
.about-img-wrap img { width: 100%; height: 380px; object-fit: cover; }
.about-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(10,22,40,.85)); padding: 30px 22px 22px; display: flex; flex-direction: column; gap: 9px; }
.ao-item { display: flex; align-items: center; gap: 10px; color: white; font-size: 13px; font-weight: 600; }
.about-badge { position: absolute; top: -16px; right: -16px; background: var(--grad-acc); border-radius: 16px; padding: 14px 20px; text-align: center; box-shadow: 0 8px 28px rgba(0,119,255,.3); }
.ab-n { font-size: 28px; font-weight: 900; color: white; line-height: 1; }
.ab-l { font-size: 11px; color: rgba(255,255,255,.8); margin-top: 2px; }
.about-content p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.about-vals { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.av-item { background: var(--light); border-radius: 12px; padding: 18px; text-align: center; }
.av-ic { font-size: 26px; margin-bottom: 7px; }
.av-t { font-weight: 700; font-size: 13px; color: var(--dark); }

/* ─── CTA ─── */
.cta-section { background: var(--grad); padding: 90px 0; position: relative; overflow: hidden; text-align: center; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(0,119,255,.2) 0%, transparent 65%); }
.cta-bg-img {
  position: absolute; inset: 0;
  background-image: url('https://oodi-info.com/wp-content/uploads/2025/08/cle-au-main.webp');
  background-size: cover; background-position: center; opacity: .08;
}
.cta-content { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-content h2 { font-size: clamp(26px,4vw,44px); font-weight: 900; color: white; margin-bottom: 14px; }
.cta-content p { font-size: 17px; color: rgba(255,255,255,.7); margin-bottom: 34px; }
.cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ─── PAGE HERO ─── */
.page-hero { background: var(--grad); padding: 140px 0 80px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(0,119,255,.2) 0%, transparent 55%); }
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 16px; font-size: 13px; color: rgba(255,255,255,.5); }
.breadcrumb a { color: var(--accent); }
.page-hero h1 { font-size: clamp(30px,5vw,54px); font-weight: 900; color: white; margin-bottom: 14px; letter-spacing: -.5px; }
.page-hero .subtitle { font-size: 17px; color: rgba(255,255,255,.68); max-width: 580px; margin: 0 auto; }

/* ─── CONTACT FORM ─── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; }
.ci-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.ci-ic { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, rgba(0,200,224,.1), rgba(0,119,255,.1)); border: 1px solid rgba(0,119,255,.1); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ci-lbl { font-size: 12px; color: var(--muted); font-weight: 600; margin-bottom: 3px; }
.ci-val { font-size: 15px; font-weight: 700; color: var(--dark); }
.ci-val a { color: var(--dark); }
.ci-val a:hover { color: var(--blue); }
.form-card { background: var(--light); border-radius: var(--rl); padding: 36px; }
.form-card h3 { font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 5px; }
.form-sub { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { margin-bottom: 14px; }
.fg label { display: block; font-size: 12px; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: 11px 14px; background: white; border: 1px solid var(--mid);
  border-radius: 9px; font-size: 13px; font-family: var(--font); color: var(--text);
  outline: none; transition: var(--tr);
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,119,255,.08); }
.fg textarea { min-height: 120px; resize: vertical; }
.ferr { color: #ef4444; font-size: 11px; margin-top: 3px; display: none; }
.fsubmit { width: 100%; padding: 13px; background: var(--grad-acc); color: white; font-size: 15px; font-weight: 700; border: none; border-radius: 9px; cursor: pointer; transition: var(--tr); display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 6px; }
.fsubmit:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(0,200,224,.35); }
.form-ok { display: none; text-align: center; padding: 28px; background: rgba(16,185,129,.07); border-radius: 10px; border: 1px solid rgba(16,185,129,.2); margin-top: 16px; }
.wpcf7-form input[type="submit"] { background: var(--grad-acc); color: white; padding: 12px 28px; border: none; border-radius: 9px; font-size: 15px; font-weight: 700; cursor: pointer; transition: var(--tr); }

/* ─── FOOTER ─── */
.site-footer { background: var(--dark); color: rgba(255,255,255,.65); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; padding: 64px 0 48px; }
.footer-logo { height: 50px; width: 50px; border-radius: 10px; object-fit: contain; background: white; padding: 2px; margin-bottom: 14px; }
.footer-desc { font-size: 13px; line-height: 1.7; max-width: 240px; margin-bottom: 18px; }
.f-socials { display: flex; gap: 9px; }
.fsoc { width: 34px; height: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 12px; transition: var(--tr); color: rgba(255,255,255,.7); }
.fsoc:hover { background: var(--blue); border-color: var(--blue); color: white; }
.fc h4 { color: white; font-size: 13px; font-weight: 800; margin-bottom: 18px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); width: fit-content; }
.fc a { display: block; font-size: 13px; color: rgba(255,255,255,.6); padding: 5px 0; transition: var(--tr); }
.fc a:hover { color: var(--accent); padding-left: 4px; }
.fc-contact .item { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; margin-bottom: 11px; color: rgba(255,255,255,.65); }
.fc-contact .item a { color: rgba(255,255,255,.65); display: inline; }
.fc-contact .item a:hover { color: var(--accent); }
.footer-marker {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
}
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; }
.fb-links { display: flex; gap: 18px; }
.fb-links a { font-size: 12px; color: rgba(255,255,255,.5); }
.fb-links a:hover { color: var(--accent); }

/* ─── BACK TO TOP ─── */
#back-to-top { position: fixed; bottom: 26px; right: 26px; width: 44px; height: 44px; border-radius: 11px; background: var(--grad-acc); color: white; border: none; cursor: pointer; font-size: 18px; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(0,200,224,.4); z-index: 999; transition: var(--tr); }
#back-to-top:hover { transform: translateY(-3px); }
#back-to-top.show { display: flex; }

/* ─── ANIMATIONS ─── */
.anim { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.anim.visible { opacity: 1; transform: translateY(0); }
.anim-l { opacity: 0; transform: translateX(-32px); transition: opacity .65s ease, transform .65s ease; }
.anim-l.visible { opacity: 1; transform: translateX(0); }
.anim-r { opacity: 0; transform: translateX(32px); transition: opacity .65s ease, transform .65s ease; }
.anim-r.visible { opacity: 1; transform: translateX(0); }

/* ─── WORDPRESS DEFAULTS ─── */
.wp-block-image img { border-radius: var(--r); }
.entry-content h1, .entry-content h2, .entry-content h3 { color: var(--dark); margin-bottom: 16px; margin-top: 24px; }
.entry-content p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.entry-content ul { padding-left: 24px; margin-bottom: 16px; }
.entry-content ul li { color: var(--muted); margin-bottom: 6px; list-style: disc; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding: 60px 28px; }
  .hero-panel-wrap { display: none; }
  .hero-btns, .hero-stats { justify-content: center; }
  .hero-desc { margin: 0 auto 28px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-block { grid-template-columns: 1fr; gap: 32px; }
  .product-block-reverse { direction: ltr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .main-navigation { display: none; }
  .menu-toggle { display: flex; }
  .cards-grid { grid-template-columns: 1fr; }
  .stats-row { gap: 0; }
  .s-item { padding: 12px 22px; }
  .s-div { display: none; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .frow { grid-template-columns: 1fr; }
  .about-vals { grid-template-columns: 1fr; }
}

/* OODI-INFO 2026 navigation and software data system */
.site-header { padding: 15px 0 0; }
.site-header.scrolled { background: rgba(255,255,255,.9); box-shadow: none; }
.nav-inner {
  min-height: 64px;
  padding: 0 14px 0 22px;
  border: 1px solid rgba(207,220,235,.92);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 42px rgba(15,35,65,.09);
  backdrop-filter: blur(18px);
}
.nav-brand { color: var(--dark); }
.nav-brand .custom-logo { height: 42px; width: auto; min-width: 42px; border-radius: 8px; }
.brand-copy { display: flex; flex-direction: column; }
.nav-logo .site-title { color: var(--dark); font-size: 20px; line-height: 1; }
.nav-logo .site-title em { color: #08a9ca; }
.brand-copy small { color: #708097; font-size: 9px; margin-top: 5px; }
.main-navigation ul { gap: 2px; }
.main-navigation ul li a {
  position: relative;
  padding: 21px 13px;
  border-radius: 0;
  color: #24364f;
  font-size: 13px;
  font-weight: 700;
}
.main-navigation ul li a::after {
  content: '';
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 11px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a { color: var(--blue); background: transparent; }
.main-navigation ul li a:hover::after,
.main-navigation ul li.current-menu-item > a::after { transform: scaleX(1); }
.main-navigation ul li.menu-contact > a {
  margin-left: 5px;
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg,#0bb8d5,#1687ed);
  box-shadow: 0 8px 20px rgba(0,157,220,.2);
}
.main-navigation ul li.menu-contact > a::after { display: none; }
.menu-toggle span { background: var(--dark); }
.mobile-menu {
  top: 88px;
  margin: 0 16px;
  border: 1px solid #dce7f3;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 60px rgba(15,35,65,.16);
}
.mobile-menu a { color: #24364f; font-weight: 700; }
.mobile-menu a:hover { color: var(--blue); background: #edf6ff; }
.page-hero { padding-top: 154px; }

.software-comparison { padding: 68px 0 82px; background: #071426; }
.software-comparison__panel {
  overflow: hidden;
  border: 1px solid #dce7f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
}
.software-comparison__head { padding: 30px 32px 24px; }
.software-comparison__head p { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.software-comparison__head h2 { color: var(--dark); font-size: clamp(25px,3vw,35px); line-height: 1.2; margin: 7px 0 8px; }
.software-comparison__head span { color: var(--muted); font-size: 13px; }
.software-comparison__scroll { overflow-x: auto; }
.software-comparison__table { width: 100%; min-width: 1050px; border-collapse: collapse; }
.software-comparison__table th { padding: 12px 18px; background: #f5f8fc; color: #6b7b90; font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .6px; }
.software-comparison__table td { padding: 16px 18px; border-top: 1px solid #e7edf4; color: #425168; font-size: 12px; vertical-align: middle; }
.software-comparison__table tbody tr { transition: background .2s ease; }
.software-comparison__table tbody tr:hover { background: #f8fbff; }
.software-product { display: flex; align-items: center; gap: 12px; min-width: 230px; color: var(--dark); }
.software-product img { width: 50px; height: 38px; object-fit: contain; border-radius: 7px; background: #071426; }
.software-product strong { font-size: 12px; }
.software-platforms { display: flex; flex-wrap: wrap; gap: 5px; }
.software-platforms span { padding: 4px 7px; border-radius: 5px; background: #edf4fb; color: #35506e; font-size: 9px; font-weight: 800; }
.software-state { display: inline-flex; padding: 4px 9px; border: 1px solid #79c996; border-radius: 5px; color: #16813e; font-size: 9px; font-weight: 900; }
.software-state--blue { border-color: #7cb3ff; color: #1666d8; }
.home-hero {
  min-height: 690px;
  padding: 132px 0 82px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.94) 52%,rgba(238,248,255,.78)),
    linear-gradient(#dceeff 1px,transparent 1px),
    linear-gradient(90deg,#dceeff 1px,transparent 1px);
  background-size: auto,56px 56px,56px 56px;
}
.home-hero__media,
.home-hero__shade { display: none; }
.home-hero__copy h1 { color: var(--dark); }
.home-hero__copy > p { color: #52637a; }
.home-trust { border-color: #dce7f3; }
.home-trust__item { color: var(--dark); }
.home-trust__icon { color: var(--blue); }
.home-trust__item small { color: var(--muted); }
.home-hero-product { position: relative; }
.home-hero-product::before {
  content: '';
  position: absolute;
  inset: 8% -3% -5% 8%;
  border-radius: 28px;
  background: #e3f2ff;
  transform: rotate(2deg);
}
.home-hero-product img {
  position: relative;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 32px 80px rgba(19,54,91,.2);
}
.software-comparison--home { padding-top: 70px; }

@media (max-width: 1100px) {
  .site-header { padding-top: 8px; }
  .nav-inner { margin: 0 12px; }
  .page-hero { padding-top: 132px; }
}
@media (max-width: 768px) {
  .nav-inner { min-height: 60px; padding: 0 14px; }
  .nav-logo .custom-logo { height: 38px; }
  .brand-copy small { display: none; }
  .mobile-menu { top: 78px; }
  .software-comparison { padding: 45px 0 60px; }
  .software-comparison__head { padding: 25px 22px 20px; }
  .home-hero { padding-top: 118px; }
  .home-hero-product { order: -1; }
}

/* ================================================================
   OODI-INFO v4.1 - shared page system
   ================================================================ */
body { overflow-x: hidden; }
.site-main { min-height: 60vh; }
.page-hero {
  min-height: 430px;
  padding: 150px 0 84px;
  display: flex;
  align-items: center;
  background-color: #071426;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(0,200,224,.18), transparent 34%),
    linear-gradient(135deg, #071426, #102a4a);
}
.page-hero::after { background: linear-gradient(90deg, rgba(7,20,38,.86), rgba(7,20,38,.58)); }
.page-hero-inner { z-index: 2; max-width: 800px; margin: 0 auto; }
.page-hero h1 { line-height: 1.08; letter-spacing: -1.5px; }
.breadcrumb { color: rgba(255,255,255,.6); }
.breadcrumb a { color: #7de8f4; }
.page-hero .subtitle { line-height: 1.7; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}
.text-link:hover { gap: 12px; color: #005dcc; }

.solution-jump {
  position: sticky;
  top: 74px;
  z-index: 90;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--mid);
}
.solution-jump__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  scrollbar-width: none;
}
.solution-jump__inner::-webkit-scrollbar { display: none; }
.solution-jump a {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 8px;
  color: #536176;
  font-size: 12px;
  font-weight: 700;
}
.solution-jump a:hover { color: var(--blue); background: #eef5ff; }
.solution-catalog { background: #f4f7fb; }
.solution-catalog__list { display: flex; flex-direction: column; gap: 28px; }
.solution-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  min-height: 500px;
  background: #fff;
  border: 1px solid #dde5ee;
  box-shadow: 0 20px 60px rgba(15,35,65,.08);
  overflow: hidden;
}
.solution-showcase--reverse { grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); }
.solution-showcase--reverse .solution-showcase__media { order: 2; }
.solution-showcase__media {
  min-height: 500px;
  background: #071426;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.solution-showcase__media img { width: 100%; height: 100%; object-fit: contain; }
.solution-showcase__content { align-self: center; padding: 58px 52px; }
.solution-showcase__category {
  color: var(--solution-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.solution-showcase h2 {
  color: var(--dark);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.13;
  letter-spacing: -.8px;
  margin-bottom: 18px;
}
.solution-showcase__content > p:not(.solution-showcase__category) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.solution-showcase li {
  position: relative;
  color: #354359;
  font-size: 14px;
  margin: 11px 0;
  padding-left: 22px;
}
.solution-showcase li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--solution-accent);
  border-bottom: 2px solid var(--solution-accent);
  transform: rotate(-45deg);
}
.solution-showcase__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }

.service-proof { background: #fff; border-bottom: 1px solid var(--mid); }
.service-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-proof__grid div { padding: 30px 24px; border-left: 1px solid var(--mid); text-align: center; }
.service-proof__grid div:first-child { border-left: 0; }
.service-proof strong, .service-proof span { display: block; }
.service-proof strong { color: var(--dark); font-size: 27px; line-height: 1; }
.service-proof span { color: var(--muted); font-size: 11px; margin-top: 7px; }
.service-catalog { background: #fff; }
.service-catalog__list { border-top: 1px solid var(--mid); }
.service-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(360px, .82fr);
  gap: 40px;
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid var(--mid);
}
.service-row__number {
  align-self: start;
  color: #b7c4d3;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}
.service-row h2 { color: var(--dark); font-size: 27px; margin-bottom: 13px; }
.service-row__content > p { color: var(--muted); line-height: 1.75; margin-bottom: 18px; }
.service-row li { color: #445268; font-size: 13px; margin: 9px 0; padding-left: 17px; position: relative; }
.service-row li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); position: absolute; left: 0; top: 8px; }
.service-row .text-link { margin-top: 20px; }
.service-row__media { background: #071426; overflow: hidden; }
.service-row__media img { width: 100%; height: 270px; object-fit: contain; }
.method-section { padding: 88px 0; background: #f4f7fb; }
.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd7e3; }
.method-steps div { padding: 30px 28px 10px 0; position: relative; }
.method-steps span {
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.method-steps strong { display: block; color: var(--dark); font-size: 18px; margin: 13px 0 8px; }
.method-steps p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.home-solution__media { background: #071426; }
.home-solution__media img { object-fit: contain; }
.home-client-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.home-client-logos div {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--mid);
  padding: 18px;
}
.home-client-logos img { max-width: 155px; max-height: 65px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: var(--tr); }
.home-client-logos div:hover img { filter: none; opacity: 1; }

.res-card { box-shadow: 0 8px 28px rgba(15,35,65,.05); }
.res-card > div:first-child { background: #071426; }
.res-card > div:first-child > img { object-fit: contain !important; background: #071426; }
.form-card, .service-card, .partner-card { border: 1px solid #dfe7f0; box-shadow: none; }
.contact-layout { align-items: start; }
.contact-map iframe { min-height: 340px; }

@media (max-width: 1100px) {
  .solution-showcase,
  .solution-showcase--reverse { grid-template-columns: 1fr; }
  .solution-showcase--reverse .solution-showcase__media { order: 0; }
  .solution-showcase__media { min-height: auto; }
  .solution-showcase__media img { height: auto; }
  .service-row { grid-template-columns: 60px 1fr; }
  .service-row__media { grid-column: 2; }
}
@media (max-width: 768px) {
  .page-hero { min-height: 390px; padding: 130px 0 68px; }
  .page-hero h1 { font-size: 38px; }
  .solution-jump { top: 70px; }
  .solution-showcase { min-height: 0; }
  .solution-showcase__content { padding: 34px 24px; }
  .solution-showcase__actions { align-items: stretch; flex-direction: column; }
  .solution-showcase__actions .btn { width: 100%; }
  .service-proof__grid { grid-template-columns: 1fr 1fr; }
  .service-proof__grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--mid); }
  .service-proof__grid div:nth-child(4) { border-top: 1px solid var(--mid); }
  .service-row { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }
  .service-row__number { font-size: 13px; }
  .service-row__media { grid-column: 1; order: -1; }
  .service-row__media img { height: auto; }
  .method-steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid #ccd7e3; margin-left: 14px; }
  .method-steps div { padding: 0 0 34px 34px; }
  .method-steps span { top: 0; left: -15px; }
  .method-steps strong { margin-top: 0; }
  .home-client-logos { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .page-hero h1 { font-size: 33px; }
  .service-proof__grid { grid-template-columns: 1fr; }
  .service-proof__grid div { border-left: 0; border-top: 1px solid var(--mid); }
  .service-proof__grid div:first-child { border-top: 0; }
  .home-client-logos { grid-template-columns: 1fr; }
}

/* Homepage refresh 2026 */
.home-hero {
  min-height: 760px;
  padding: 132px 0 74px;
  background: #071426;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  background: url('https://oodi-info.com/wp-content/uploads/2023/11/@UnSiY5bvRlcCx8k.jpg') center/cover no-repeat;
  opacity: .22;
}
.home-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #071426 5%, rgba(7,20,38,.94) 43%, rgba(7,20,38,.62) 100%);
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 68px;
}
.home-hero__copy h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
}
.home-hero__copy h1 span { color: var(--accent); }
.home-hero__copy > p {
  color: rgba(255,255,255,.72);
  max-width: 590px;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.home-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.home-trust__item { display: flex; align-items: center; gap: 11px; color: white; }
.home-trust__icon { width: 34px; height: 34px; color: #fff; flex: 0 0 auto; }
.home-trust__icon svg { width: 100%; height: 100%; }
.home-trust__item strong, .home-trust__item small { display: block; }
.home-trust__item strong { font-size: 12px; line-height: 1.25; }
.home-trust__item small { font-size: 10px; color: rgba(255,255,255,.52); margin-top: 3px; }
.home-console {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(5,17,34,.9);
  box-shadow: 0 32px 80px rgba(0,0,0,.45);
}
.home-console__top, .home-console__chart-head, .home-console__systems {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-console__brand { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1px; }
.home-console__live { color: #8de5b9; font-size: 11px; }
.home-console__live i, .home-console__systems i {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #34d399; margin-right: 6px;
}
.home-console__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.home-console__metric { background: #0d2038; border: 1px solid rgba(255,255,255,.06); padding: 15px; }
.home-console__metric small, .home-console__metric span { display: block; color: #71839a; font-size: 9px; }
.home-console__metric strong { display: block; color: #fff; font-size: 25px; margin: 4px 0; }
.home-console__chart { background: #0d2038; padding: 17px; }
.home-console__chart-head span { color: #fff; font-size: 12px; font-weight: 700; }
.home-console__chart-head small { color: #71839a; font-size: 9px; }
.home-console__chart svg { width: 100%; margin-top: 12px; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #00c8e0; stroke-width: 3; }
.home-console__systems { gap: 12px; margin-top: 17px; }
.home-console__systems span { color: #93a4b8; font-size: 9px; }

.home-logo-rail { background: #fff; border-bottom: 1px solid #e9eef5; padding: 25px 0; }
.home-logo-rail__inner { display: flex; align-items: center; justify-content: space-around; gap: 38px; }
.home-logo-rail img { width: auto; height: 38px; max-width: 130px; object-fit: contain; filter: grayscale(1); opacity: .62; }

.home-section-head { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.home-section-head > p, .home-about__label { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 10px; }
.home-section-head h2, .home-about h2 { color: var(--dark); font-size: clamp(30px, 4vw, 44px); line-height: 1.16; letter-spacing: -1.2px; }
.home-section-head > span { display: block; color: var(--muted); font-size: 16px; margin-top: 15px; }
.home-expertise { background: #fff; }
.home-expertise__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-expertise__item { min-height: 340px; padding: 8px 34px 0; border-left: 1px solid var(--mid); }
.home-expertise__item:first-child { border-left: 0; padding-left: 0; }
.home-expertise__item:last-child { padding-right: 0; }
.home-expertise__icon { display: block; width: 48px; height: 48px; color: var(--blue); margin-bottom: 26px; }
.home-expertise__icon svg { width: 100%; height: 100%; }
.home-expertise h3 { color: var(--dark); font-size: 20px; line-height: 1.2; margin-bottom: 14px; }
.home-expertise__item > p { color: var(--muted); font-size: 13px; line-height: 1.65; min-height: 84px; }
.home-expertise__item ul { margin-top: 18px; }
.home-expertise__item li { color: #435268; font-size: 12px; margin: 8px 0; padding-left: 15px; position: relative; }
.home-expertise__item li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); position: absolute; left: 0; top: 8px; }

.home-solutions { background: #f3f7fc; }
.home-solution { display: grid; grid-template-columns: 1fr 1fr; min-height: 370px; margin-bottom: 20px; background: #fff; box-shadow: 0 14px 45px rgba(15,35,65,.07); }
.home-solution--reverse .home-solution__media { order: 2; }
.home-solution__media { min-height: 370px; overflow: hidden; background: #dce6f2; }
.home-solution__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.home-solution:hover .home-solution__media img { transform: scale(1.025); }
.home-solution__copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 54px; }
.home-solution__copy h3 { color: var(--dark); font-size: 26px; line-height: 1.2; margin-bottom: 8px; }
.home-solution__copy > strong { color: var(--blue); font-size: 13px; margin-bottom: 18px; }
.home-solution__copy > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.home-solution__copy li { color: #435268; font-size: 13px; margin: 8px 0; padding-left: 21px; position: relative; }
.home-solution__copy li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.home-solution__copy > a { color: var(--blue); font-size: 13px; font-weight: 800; margin-top: 20px; width: fit-content; }

.home-about { background: #fff; }
.home-about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.home-about__copy > p:not(.home-about__label) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 22px 0 28px; }
.home-about__proofs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.home-about__proofs div { border-left: 2px solid var(--accent); padding-left: 13px; }
.home-about__proofs strong, .home-about__proofs span { display: block; }
.home-about__proofs strong { color: var(--dark); font-size: 25px; line-height: 1; }
.home-about__proofs span { color: var(--muted); font-size: 10px; line-height: 1.45; margin-top: 7px; }
.home-about__media { position: relative; }
.home-about__media img { width: 100%; height: 450px; object-fit: cover; }
.home-about__stamp { position: absolute; left: -28px; bottom: 28px; background: #071426; color: #fff; padding: 20px 24px; box-shadow: 0 15px 40px rgba(7,20,38,.22); }
.home-about__stamp strong, .home-about__stamp span { display: block; }
.home-about__stamp strong { font-size: 30px; line-height: 1; color: var(--accent); }
.home-about__stamp span { font-size: 11px; margin-top: 5px; }

.home-clients { padding: 38px 0; background: #f8fafc; border-top: 1px solid var(--mid); }
.home-clients p { text-align: center; color: var(--dark); font-weight: 800; margin-bottom: 25px; }
.home-clients__facts { display: flex; justify-content: space-around; align-items: center; gap: 25px; flex-wrap: wrap; }
.home-clients__facts span { color: #718096; font-size: 13px; font-weight: 700; }
.home-cta { background: #071426; padding: 54px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.home-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.home-cta h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); line-height: 1.2; }
.home-cta p { color: rgba(255,255,255,.55); font-size: 14px; margin-top: 8px; }
.home-cta .btn { flex: 0 0 auto; }

@media (max-width: 1024px) {
  .home-hero { min-height: auto; }
  .home-hero__inner { grid-template-columns: 1fr; }
  .home-hero__copy { text-align: center; }
  .home-hero__copy > p { margin-left: auto; margin-right: auto; }
  .home-hero__actions { justify-content: center; }
  .home-console { max-width: 700px; margin: 0 auto; }
  .home-expertise__grid { grid-template-columns: 1fr 1fr; gap: 50px 0; }
  .home-expertise__item:nth-child(3) { border-left: 0; padding-left: 0; }
  .home-solution { grid-template-columns: 1fr; }
  .home-solution--reverse .home-solution__media { order: 0; }
  .home-solution__media { max-height: 420px; }
}
@media (max-width: 768px) {
  .home-hero { padding: 112px 0 60px; }
  .home-hero__copy h1 { font-size: 43px; letter-spacing: -1.5px; }
  .home-trust { grid-template-columns: 1fr; max-width: 260px; margin-left: auto; margin-right: auto; text-align: left; }
  .home-console { display: none; }
  .home-logo-rail__inner { justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; }
  .home-logo-rail img { flex: 0 0 auto; }
  .home-expertise__grid { grid-template-columns: 1fr; }
  .home-expertise__item, .home-expertise__item:first-child, .home-expertise__item:nth-child(3) { min-height: auto; padding: 0 0 32px; border: 0; border-bottom: 1px solid var(--mid); }
  .home-expertise__item > p { min-height: auto; }
  .home-solution__media { min-height: 250px; }
  .home-solution__copy { padding: 34px 26px; }
  .home-about__grid { grid-template-columns: 1fr; gap: 50px; }
  .home-about__proofs { grid-template-columns: 1fr; }
  .home-about__media { order: -1; }
  .home-about__media img { height: 330px; }
  .home-about__stamp { left: 14px; bottom: -18px; }
  .home-cta__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .btn { width: 100%; justify-content: center; }
  .hero-btns, .cta-btns { flex-direction: column; align-items: center; }
}

/* Internal pages refresh 2026 */
.about-intro { margin-bottom: 60px; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 72px;
}
.about-stat,
.vision-card,
.amoa-card,
.reference-card,
.trust-card,
.quick-contact-card {
  border: 1px solid #dfe7f0;
  background: #fff;
  box-shadow: 0 10px 34px rgba(15,35,65,.055);
}
.about-stat { padding: 34px 20px; text-align: center; }
.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
  margin-bottom: 22px;
}
.vision-card { padding: 38px; }
.vision-card img { background: #071426; object-fit: contain !important; }
.amoa-card { padding: 48px; }
.amoa-grid,
.infra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 46px;
  align-items: center;
}
.sector-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.sector-pill {
  padding: 12px 21px;
  border: 1px solid var(--mid);
  background: #fff;
  color: var(--dark);
  border-radius: 100px;
  box-shadow: 0 5px 18px rgba(15,35,65,.04);
  font-size: 13px;
  font-weight: 700;
}

.reference-card { padding: 42px; margin-bottom: 20px; overflow: hidden; }
.reference-grid {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(320px,1fr);
  gap: 44px;
  align-items: center;
}
.reference-grid--reverse { grid-template-columns: minmax(320px,1fr) minmax(0,1.45fr); }
.reference-media {
  position: relative;
  overflow: hidden;
  background: #f7f9fc;
  box-shadow: inset 0 0 0 1px #e4eaf2;
}
.reference-media img { transition: transform .5s ease; }
.reference-card:hover .reference-media img { transform: scale(1.025); }
.sector-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.trust-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.trust-card { padding: 34px; text-align: center; }

.resource-filter {
  position: sticky;
  z-index: 100;
  top: 74px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--mid);
  backdrop-filter: blur(12px);
}
.resource-filter__inner {
  display: flex;
  gap: 8px;
  padding: 14px 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.resource-filter__inner::-webkit-scrollbar { display: none; }
.resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.resource-feature {
  position: relative;
  overflow: hidden;
  padding: 54px;
  background: var(--grad);
}
.resource-feature__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(320px,1fr);
  align-items: center;
  gap: 44px;
}

.contact-info-panel {
  padding: 34px;
  border: 1px solid #dfe7f0;
  background: #f8fafc;
}
.contact-subsection { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--mid); }
.contact-map {
  height: 340px;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  box-shadow: 0 14px 44px rgba(15,35,65,.09);
}
.quick-contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.quick-contact-card { padding: 28px; text-align: center; background: #f8fafc; }

@media (max-width: 1024px) {
  .about-stats,
  .sector-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reference-grid,
  .reference-grid--reverse,
  .resource-feature__grid { grid-template-columns: 1fr; }
  .reference-grid--reverse .reference-media { order: 2; }
  .resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .about-intro { margin-bottom: 40px; }
  .vision-grid,
  .amoa-grid,
  .infra-grid,
  .trust-grid,
  .quick-contact-grid { grid-template-columns: 1fr; }
  .vision-card,
  .amoa-card,
  .reference-card,
  .resource-feature,
  .contact-info-panel { padding: 28px 22px; }
  .reference-grid,
  .reference-grid--reverse { gap: 28px; }
  .reference-grid--reverse .reference-media { order: 0; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-filter { top: 70px; }
  .resource-feature__grid { gap: 28px; }
}
@media (max-width: 480px) {
  .about-stats,
  .sector-grid { grid-template-columns: 1fr; }
  .about-stats { margin-top: 44px; }
  .sector-pill { width: 100%; border-radius: 10px; text-align: center; }
  .contact-map,
  .contact-map iframe { height: 290px; min-height: 290px; }
}

/* ================================================================
   PAGES ADDITIONNELLES — Solutions, Services, À Propos, Réalisations,
   Ressources, Contact — même style que l'accueil
   ================================================================ */

/* Page hero avec image de fond */
.page-hero {
  background-position: center;
  background-size: cover;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,22,40,.7);
}
.page-hero-inner { position: relative; z-index: 1; }

/* Fade up animation */
.fade-up {
  animation: fadeUp .7s ease forwards;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Bouton outline (pour les pages internes) */
.btn-outline {
  background: transparent;
  border: 2px solid var(--blue);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--r);
  transition: var(--tr);
}
.btn-outline:hover {
  background: var(--blue);
  color: white;
}

/* Service block pour page Services */
.service-block:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  transition: var(--tr);
}

/* Cards hover lift pour ressources */
.res-card:hover img {
  transform: scale(1.04);
}

/* Sticky filter bar */
.filter-bar-sticky {
  position: sticky;
  top: 74px;
  z-index: 100;
  background: white;
  border-bottom: 1px solid var(--mid);
}

/* Contact form map */
.contact-map iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

/* Réalisations — project items */
.project-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  padding: 8px 0;
  border-bottom: 1px solid var(--light);
}
.project-item:last-child { border-bottom: none; }

/* Two-col grid responsive */
@media (max-width: 1024px) {
  .service-block > div:first-child > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(2, 1fr);
  }
  [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr);
  }
  [style*="grid-template-columns:1fr 1.5fr"] {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:1.5fr 1fr"] {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:1.4fr 1fr 1fr 1.1fr"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:repeat(2,1fr)"],
  #res-grid {
    grid-template-columns: 1fr;
  }
  [style*="grid-template-columns:1.4fr 1fr 1fr 1.1fr"] {
    grid-template-columns: 1fr;
  }
}

/* Reference-led homepage 2026 */
.site-header { padding: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid #edf1f6; }
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 6px 24px rgba(15,35,65,.06); }
.nav-inner {
  min-height: 72px;
  margin: 0 auto;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-hero {
  min-height: 650px;
  padding: 134px 0 62px;
  align-items: center;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 36%,rgba(255,255,255,.24) 58%,rgba(255,255,255,0) 100%),
    url('assets/images/datacenter-hero-2026.png') center right/cover no-repeat;
}
.home-hero__inner { max-width: 1340px; grid-template-columns: 50% 50%; }
.home-hero__copy { max-width: 610px; align-self: start; padding-top: 18px; }
.home-hero__copy h1 { max-width: 610px; font-size: clamp(43px,4.2vw,59px); color: #071b3c; line-height: 1.07; letter-spacing: -2px; }
.home-hero__copy h1 span { color: #071b3c; }
.home-hero__copy > p { max-width: 540px; margin: 23px 0 28px; color: #4a5b72; font-size: 16px; }
.home-trust { gap: 24px; margin-top: 38px; padding-top: 0; border: 0; }
.home-trust__item { color: #173454; }
.home-trust__item small { color: #718096; }
.home-proof-strip { padding: 20px 0 38px; background: #fff; }
.home-proof-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #dce6f1; border-radius: 15px; }
.home-proof-strip article { display: flex; gap: 15px; padding: 27px; border-left: 1px solid #e3eaf2; }
.home-proof-strip article:first-child { border-left: 0; }
.home-proof-strip b { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #0b55b5; background: #edf5ff; }
.home-proof-strip strong { display: block; color: #09234a; font-size: 13px; }
.home-proof-strip p { color: #748296; font-size: 11px; line-height: 1.5; margin-top: 5px; }
.home-expertise { padding: 45px 0 62px; }
.home-expertise .home-section-head { margin-bottom: 34px; }
.home-expertise__grid { grid-template-columns: repeat(6,1fr); gap: 14px; }
.home-expertise__item,
.home-expertise__item:first-child,
.home-expertise__item:last-child {
  min-height: 310px;
  padding: 28px 19px;
  border: 1px solid #dfe7f0;
  border-radius: 10px;
  text-align: center;
}
.home-expertise__icon { margin: 0 auto 20px; color: #1258b7; }
.home-expertise h3 { min-height: 43px; font-size: 16px; }
.home-expertise__item > p { min-height: 105px; font-size: 11px; }
.home-expertise__item > a { color: #0758ba; font-size: 11px; font-weight: 800; }
.home-solutions { background: #fff; }
.home-monitoring { padding: 22px 0 35px; background: #fff; }
.home-monitoring__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: center; padding: 55px 58px; border-radius: 22px; background: linear-gradient(135deg,#03244f,#04172e); color: #fff; }
.home-monitoring small { color: #65b5ff; font-size: 11px; font-weight: 800; }
.home-monitoring h2 { color: #fff; font-size: 42px; line-height: 1.12; margin: 13px 0 18px; }
.home-monitoring p { color: #b9c9dd; line-height: 1.7; }
.home-monitoring ul { margin: 20px 0 26px; }
.home-monitoring li { margin: 10px 0; color: #d8e7f5; font-size: 13px; }
.home-monitoring li::before { content: '✓'; color: #29d17f; margin-right: 10px; }
.home-monitoring img { width: 100%; border-radius: 12px; }
.home-method { padding: 36px 0 60px; background: #fff; }
.home-method__grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.home-method__grid::before { content: ''; position: absolute; left: 12%; right: 12%; top: 22px; border-top: 1px dashed #77a4d7; }
.home-method__grid article { position: relative; text-align: center; padding: 0 25px; }
.home-method__grid b { position: relative; z-index: 1; width: 45px; height: 45px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; border: 4px solid #dcecff; background: #0a55ad; color: #fff; }
.home-method__grid h3 { color: #09234a; }
.home-method__grid p { color: #748296; font-size: 11px; line-height: 1.55; }
.page-hero {
  min-height: 390px;
  background:
    linear-gradient(90deg,#fff,rgba(244,249,255,.9)),
    linear-gradient(#dceeff 1px,transparent 1px),
    linear-gradient(90deg,#dceeff 1px,transparent 1px);
  background-size: auto,56px 56px,56px 56px;
}
.page-hero::after { background: linear-gradient(90deg,rgba(255,255,255,.95),rgba(234,246,255,.55)); }
.page-hero h1 { color: #071b3c; }
.page-hero .subtitle { color: #5d6d82; }
.page-hero .breadcrumb,
.page-hero .breadcrumb a { color: #51708f; }

@media (max-width: 1100px) {
  .home-hero__inner { grid-template-columns: 1fr; }
  .home-expertise__grid { grid-template-columns: repeat(3,1fr); }
  .home-proof-strip__grid { grid-template-columns: repeat(2,1fr); }
  .home-monitoring__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .home-hero {
    min-height: 720px;
    padding-top: 118px;
    align-items: flex-start;
    background:
      linear-gradient(180deg,#fff 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.08) 72%),
      url('assets/images/datacenter-hero-2026.png') 70% bottom/auto 52% no-repeat;
  }
  .home-hero__copy { padding-top: 0; }
  .home-hero .btn-outline { background: rgba(255,255,255,.94); }
  .home-proof-strip__grid,
  .home-expertise__grid,
  .home-method__grid { grid-template-columns: 1fr; }
  .home-proof-strip article { border-left: 0; border-top: 1px solid #e3eaf2; }
  .home-proof-strip article:first-child { border-top: 0; }
  .home-expertise__item,
  .home-expertise__item:first-child,
  .home-expertise__item:last-child { min-height: auto; }
  .home-expertise__item > p { min-height: auto; }
  .home-monitoring__grid { padding: 35px 24px; border-radius: 0; }
  .home-method__grid::before { display: none; }
  .home-method__grid article { margin-bottom: 25px; }
}

/* WordPress homepage parity with the approved HTML preview */
body.home .site-header {
  position: sticky;
  top: 0;
}
body.admin-bar.home .site-header { top: 32px; }
body.home .site-main { min-height: 65vh; }
.reference-hero {
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 62px 0 52px;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 36%,rgba(255,255,255,.25) 58%,rgba(255,255,255,0) 100%),
    url('assets/images/datacenter-hero-2026.png') center right/cover no-repeat;
}
.reference-hero .container { width: 100%; max-width: 1340px; }
.reference-hero__grid { width: 100%; display: grid; grid-template-columns: 50% 50%; }
.reference-hero__copy { max-width: 610px; align-self: start; padding-top: 18px; }
.reference-hero h1 {
  max-width: 610px;
  color: #071b3c;
  font-size: clamp(44px,4.2vw,59px);
  line-height: 1.07;
  letter-spacing: -2px;
}
.reference-hero p {
  max-width: 540px;
  margin: 24px 0 28px;
  color: #4a5b72;
  font-size: 16px;
  line-height: 1.75;
}
.hero-mini-proof { display: flex; gap: 25px; margin-top: 38px; color: #28405f; font-size: 11px; font-weight: 700; }
.hero-mini-proof span { padding-left: 16px; border-left: 2px solid #1473d2; }
.trust-strip { padding: 20px 0 38px; background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #dce6f1; border-radius: 15px; overflow: hidden; }
.trust-strip article { display: flex; gap: 16px; padding: 27px; border-left: 1px solid #e3eaf2; }
.trust-strip article:first-child { border-left: 0; }
.trust-strip b { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #0b55b5; background: #edf5ff; }
.trust-strip strong { display: block; color: #09234a; font-size: 13px; }
.trust-strip p { color: #748296; font-size: 11px; line-height: 1.5; margin-top: 5px; }
.reference-section { padding: 42px 0 58px; background: #fff; }
.reference-title { margin-bottom: 34px; color: #071b3c; font-size: clamp(27px,3vw,38px); text-align: center; }
.expertise-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.expertise-grid article,
.technology-grid article { padding: 28px 20px; border: 1px solid #dfe7f0; border-radius: 10px; background: #fff; text-align: center; }
.expertise-grid i { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border: 2px solid #135abd; border-radius: 12px; color: #135abd; font-size: 12px; font-style: normal; font-weight: 900; }
.expertise-grid h3 { min-height: 43px; color: #082247; font-size: 16px; }
.expertise-grid p,
.technology-grid p { margin: 10px 0 18px; color: #6f7e91; font-size: 11px; line-height: 1.6; }
.expertise-grid a,
.technology-grid a { color: #0758ba; font-size: 11px; font-weight: 800; }
.solutions-band { padding-top: 22px; }
.technology-grid { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.technology-grid strong { display: block; min-height: 36px; color: #0a376e; font-size: 23px; }
.technology-grid .green { color: #23a744; }
.technology-grid .teal { color: #00a783; }
.technology-grid .orange { color: #ef7414; }
.technology-grid .gray { color: #767b84; }
.monitoring-band { margin: 22px 0 35px; background: #fff; }
.monitoring-band__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: center; padding: 55px 58px; border-radius: 22px; background: linear-gradient(135deg,#03244f,#04172e); color: #fff; }
.monitoring-band small { color: #65b5ff; font-size: 11px; font-weight: 800; }
.monitoring-band h2 { margin: 13px 0 18px; color: #fff; font-size: 42px; line-height: 1.12; }
.monitoring-band p { color: #b9c9dd; line-height: 1.7; }
.monitoring-band ul { margin: 20px 0 26px; }
.monitoring-band li { margin: 10px 0; color: #d8e7f5; font-size: 13px; }
.monitoring-band li::before { content: '✓'; margin-right: 10px; color: #29d17f; }
.monitoring-band img { width: 100%; border-radius: 12px; }
.method-band { padding: 36px 0 60px; background: #fff; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.method-grid::before { content: ''; position: absolute; left: 12%; right: 12%; top: 22px; border-top: 1px dashed #77a4d7; }
.method-grid article { position: relative; padding: 0 25px; text-align: center; }
.method-grid b { position: relative; z-index: 1; width: 45px; height: 45px; display: grid; place-items: center; margin: 0 auto 15px; border: 4px solid #dcecff; border-radius: 50%; background: #0a55ad; color: #fff; }
.method-grid h3 { color: #09234a; }
.method-grid p { color: #748296; font-size: 11px; line-height: 1.55; }
.clients-title { margin-top: 52px; }
.client-logo-row { display: flex; align-items: center; justify-content: center; gap: 54px; }
.client-logo-row img { width: auto; height: 52px; max-width: 165px; object-fit: contain; filter: grayscale(1); opacity: .72; }

@media (max-width: 1100px) {
  .reference-hero { background-position: 62% center; }
  .reference-hero__grid { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: repeat(3,1fr); }
  .technology-grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .monitoring-band__grid { grid-template-columns: 1fr; }
}
@media (max-width: 782px) {
  body.admin-bar.home .site-header { top: 46px; }
}
@media (max-width: 640px) {
  .reference-hero {
    min-height: 700px;
    align-items: flex-start;
    padding-top: 55px;
    background:
      linear-gradient(180deg,#fff 0%,rgba(255,255,255,.94) 47%,rgba(255,255,255,.1) 70%),
      url('assets/images/datacenter-hero-2026.png') 70% bottom/auto 55% no-repeat;
  }
  .reference-hero__copy { padding-top: 0; }
  .reference-hero h1 { font-size: 42px; letter-spacing: -1.5px; }
  .reference-hero .btn-outline { background: rgba(255,255,255,.94); }
  .hero-mini-proof { flex-direction: column; gap: 10px; margin-top: 30px; }
  .trust-strip__grid,
  .expertise-grid,
  .technology-grid,
  .method-grid { grid-template-columns: 1fr; }
  .trust-strip article { border-left: 0; border-top: 1px solid #e3eaf2; }
  .trust-strip article:first-child { border-top: 0; }
  .method-grid::before { display: none; }
  .method-grid article { margin-bottom: 25px; }
  .monitoring-band__grid { padding: 35px 24px; border-radius: 0; }
  .client-logo-row { flex-wrap: wrap; gap: 28px; }
}
