/*
Theme Name: GPLEAN PRO Blue
Theme URI: https://www.gplean.ai
Author: GPLEAN
Description: Thème premium GPLEAN – fond blanc, éléments bleu électrique, animations inédites
Version: 5.0
Text Domain: gplean-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

:root {
  --bg:      #ffffff;
  --bg2:     #f4f6fb;
  --bg3:     #eaeef7;
  --bg4:     #dde3f0;
  --line:    rgba(30,60,140,0.09);
  --line2:   rgba(30,60,140,0.18);
  --t1: #060b1a;
  --t2: rgba(6,11,26,0.85);
  --t3: rgba(6,11,26,0.60);
  --t4: rgba(6,11,26,0.40);
  --acc:       #1756f3;
  --acc-h:     #2d6aff;
  --acc-deep:  #0d3db8;
  --acc-bg:    rgba(23,86,243,0.07);
  --acc-bg2:   rgba(23,86,243,0.13);
  --acc-ln:    rgba(23,86,243,0.30);
  --sky:       #0ea5e9;
  --sky-bg:    rgba(14,165,233,0.07);
  --dk:        #040c1e;
  --dk2:       #071330;
  --f-head: 'Syne', system-ui, sans-serif;
  --f-body: 'DM Sans', system-ui, sans-serif;
  --r1: 4px;  --r2: 10px;  --r3: 18px;  --r4: 28px;
  --sh-sm: 0 2px 12px rgba(23,86,243,.12);
  --sh-md: 0 8px 32px rgba(23,86,243,.18);
  --sh-lg: 0 24px 64px rgba(23,86,243,.22);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--t2);
  font-size: 17px; line-height: 1.7;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
ul { list-style: none; }
button { font-family: var(--f-body); cursor: pointer; border: none; }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--f-head); color: var(--t1);
  line-height: 1.1; letter-spacing: -.03em; font-weight: 700;
}
.wrap    { max-width: 1180px; margin: 0 auto; padding: 0 44px; }
.wrap-sm { max-width: 920px;  margin: 0 auto; padding: 0 44px; }
.wrap-xs { max-width: 720px;  margin: 0 auto; padding: 0 44px; }

/* CURSOR */
.cursor-dot, .cursor-ring {
  position: fixed; pointer-events: none; z-index: 9999; border-radius: 50%;
  transition: opacity .3s; top: 0; left: 0;
}
.cursor-dot  { width: 6px; height: 6px; background: var(--acc); margin: -3px 0 0 -3px; }
.cursor-ring {
  width: 36px; height: 36px; border: 1.5px solid var(--acc-ln);
  margin: -18px 0 0 -18px;
  transition: width .25s, height .25s, margin .25s, border-color .25s, background .25s;
}
body.cursor-hover .cursor-ring {
  width: 52px; height: 52px; margin: -26px 0 0 -26px;
  border-color: var(--acc); background: var(--acc-bg);
}
@media (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* HEADER */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 16px rgba(23,86,243,.06);
  transition: all .35s cubic-bezier(.4,0,.2,1);
}
.site-header.stuck {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(23,86,243,.09);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.nav-logo { font-family: var(--f-head); font-size: 1.35rem; font-weight: 800; color: var(--t1); letter-spacing: -.05em; flex-shrink: 0; display: flex; align-items: center; gap: 8px; }
.nav-logo img { height: 36px; width: auto; }
.nav-logo span { color: var(--sky); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-family: var(--f-body); font-size: .95rem; font-weight: 500; color: var(--t3); padding: 6px 14px; border-radius: 8px; transition: all .2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: 3px; left: 50%; right: 50%; height: 2px; background: var(--acc); border-radius: 2px; transition: left .25s, right .25s; }
.nav-links a:hover::after, .nav-links a.current-menu-item::after { left: 14px; right: 14px; }
.nav-links a:hover, .nav-links a.current-menu-item { color: var(--acc); background: var(--acc-bg); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; background: none; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--t1); border-radius: 2px; transition: all .28s; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-body); font-weight: 600; font-size: .97rem; letter-spacing: .01em; padding: 13px 28px; border-radius: 100px; cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); border: none; white-space: nowrap; position: relative; overflow: hidden; }
.btn-cta { background: var(--acc); color: #fff; box-shadow: var(--sh-sm); }
.btn-cta:hover { background: var(--acc-h); color: #fff; transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn-ghost { background: transparent; color: var(--acc); border: 1.5px solid var(--acc-ln); }
.btn-ghost:hover { border-color: var(--acc); background: var(--acc-bg); }
.btn-outline-blue { background: transparent; color: var(--acc); border: 1.5px solid var(--acc-ln); }
.btn-outline-blue:hover { background: var(--acc-bg2); border-color: var(--acc); box-shadow: var(--sh-sm); }
.btn-link { background: transparent; color: var(--t2); padding: 13px 0; }
.btn-link:hover { color: var(--acc); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn .arr { display: inline-block; transition: transform .2s; }
.btn:hover .arr { transform: translateX(5px); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px 0 100px; overflow: hidden; background: #ffffff; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.hero-grid { display: none; }
.hero-blob { display: none; }
.hero-blob-1 { display: none; }
.hero-blob-2 { display: none; }
.hero-blob-3 { display: none; }
@keyframes blobFloat { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(28px,-38px) scale(1.05); } 66% { transform: translate(-18px,20px) scale(.97); } }
.hero-topline { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent 0%, var(--acc) 35%, var(--sky) 65%, transparent 100%); }
.hero-content { position: relative; z-index: 2; max-width: 960px; padding: 0 36px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--acc-bg); border: 1px solid var(--acc-ln); border-radius: 100px; padding: 7px 18px; font-family: var(--f-body); font-size: .84rem; font-weight: 600; color: var(--acc); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 32px; animation: fadeUp .7s ease both; }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); animation: pulse 2s ease infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(23,86,243,.5); } 50% { box-shadow: 0 0 0 6px rgba(23,86,243,0); } }
.hero h1 { font-family: var(--f-head); font-size: clamp(1.6rem, 3.2vw, 2.8rem); font-weight: 800; line-height: 1.18; letter-spacing: -.025em; color: var(--t1); margin-bottom: 28px; animation: fadeUp .7s .08s ease both; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--acc), var(--sky)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(.97rem, 1.5vw, 1.12rem); color: var(--t3); line-height: 1.8; max-width: 640px; margin: 0 auto 48px; animation: fadeUp .7s .16s ease both; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 88px; animation: fadeUp .7s .24s ease both; }
.scroll-hint { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; animation: fadeUp .7s .4s ease both; z-index: 2; }
.scroll-hint span { font-family: var(--f-body); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--t4); }
.scroll-mouse { width: 24px; height: 38px; border: 1.5px solid var(--acc-ln); border-radius: 12px; position: relative; }
.scroll-mouse::after { content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 3px; height: 7px; background: var(--acc); border-radius: 2px; animation: mouseScroll 1.8s ease infinite; }
@keyframes mouseScroll { 0% { transform: translateX(-50%) translateY(0); opacity: 1; } 100% { transform: translateX(-50%) translateY(14px); opacity: 0; } }

/* PARTNERS */
.partners { padding: 56px 0; background: #ffffff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.partners::before { display: none; }
.partners-label { text-align: center; font-family: var(--f-body); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--t4); margin-bottom: 36px; }
.logos-scroll { position: relative; overflow: hidden; }
.logos-scroll::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
.logos-scroll::after  { right: 0; background: linear-gradient(to left, #ffffff, transparent); }
.logos-track { display: flex; align-items: center; gap: 80px; width: max-content; animation: scroll-logos 20s linear infinite; }
.logos-track:hover { animation-play-state: paused; }
@keyframes scroll-logos { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logos-track-item { flex-shrink: 0; height: 48px; display: flex; align-items: center; }
.logos-track-item img { height: 36px; width: auto; max-width: 160px; object-fit: contain; filter: none; opacity: .75; transition: opacity .28s; }
.logos-track-item img:hover { opacity: 1; }

/* SECTIONS */
.section { padding: 128px 0; } .section-md { padding: 96px 0; } .section-sm { padding: 72px 0; }
.section-dark { background: var(--bg2); }
.s-tag { font-family: var(--f-body); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--t4); display: block; margin-bottom: 14px; }
.s-tag-acc  { color: var(--acc); }
.s-tag-blue { color: var(--sky); }

/* INTRO */
.intro-section { padding: 108px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.intro-left h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); margin-bottom: 22px; }
.intro-left p  { font-size: 1.04rem; color: var(--t3); line-height: 1.88; margin-bottom: 14px; }
.intro-left .btn { margin-top: 16px; }
.check-list { display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 22px; border-radius: var(--r3); border: 1px solid transparent; transition: all .28s; }
.check-item:hover { border-color: var(--line); background: var(--bg2); transform: translateX(5px); }
.ci-icon { width: 28px; height: 28px; flex-shrink: 0; background: var(--acc-bg); border: 1px solid var(--acc-ln); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.ci-icon svg { width: 12px; height: 12px; stroke: var(--acc); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ci-body h4 { font-size: .97rem; font-family: var(--f-head); margin-bottom: 3px; color: var(--t1); }
.ci-body p  { font-size: .94rem; color: var(--t3); margin: 0; line-height: 1.62; }

/* SERVICES */
.services-section { padding: 108px 0; background: var(--dk); position: relative; overflow: hidden; }
.services-section::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(23,86,243,.2) 0%, transparent 65%); pointer-events: none; }
.services-header { margin-bottom: 64px; }
.services-header h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); margin-bottom: 16px; color: #fff; }
.services-header p  { font-size: 1.03rem; color: rgba(255,255,255,.65); max-width: 560px; line-height: 1.82; }
.sv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r3); overflow: hidden; }
.sv-card { padding: 52px 40px; background: var(--dk2); position: relative; transition: background .28s; overflow: hidden; }
.sv-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.4,0,.2,1); }
.sv-card:hover { background: #0a1428; }
.sv-card:hover::after { transform: scaleX(1); }
/* shine sweep */
.sv-card::before { content: ''; position: absolute; top: -50%; left: -75%; width: 50%; height: 200%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent); transform: skewX(-20deg); transition: left .65s; }
.sv-card:hover::before { left: 125%; }
.sv-num { font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.48); margin-bottom: 24px; display: block; }
.sv-icon { width: 46px; height: 46px; border-radius: var(--r2); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; background: rgba(255,255,255,.04); transition: all .25s; }
.sv-card:hover .sv-icon { border-color: var(--acc-ln); background: var(--acc-bg); }
.sv-icon svg { width: 20px; height: 20px; stroke: rgba(255,255,255,.65); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.sv-card:hover .sv-icon svg { stroke: var(--acc); }
.sv-card h3 { font-size: 1.15rem; margin-bottom: 4px; color: #fff; }
.sv-sub { font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--sky); margin-bottom: 14px; display: block; }
.sv-card p { font-size: .96rem; color: rgba(255,255,255,.62); line-height: 1.82; margin-bottom: 22px; }
.sv-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.sv-tag { font-size: .76rem; font-weight: 600; padding: 4px 10px; border-radius: 100px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); transition: all .22s; }
.sv-card:hover .sv-tag { border-color: var(--acc-ln); color: var(--acc); background: var(--acc-bg); }

/* STATS */
.stats-band { padding: 88px 0; background: var(--bg2); position: relative; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { text-align: center; padding: 40px 20px; border-right: 1px solid var(--line); position: relative; }
.stat-item::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 36px; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); border-radius: 2px; }
.stat-item:last-child { border-right: none; }
.stat-val { font-family: var(--f-head); font-size: clamp(2.6rem, 4vw, 3.8rem); font-weight: 800; color: var(--t1); line-height: 1; margin-bottom: 10px; letter-spacing: -.03em; }
.stat-val .acc { color: var(--acc); }
.r-num { display: inline; }
.stat-label { font-family: var(--f-head); font-size: .95rem; font-weight: 700; color: var(--t1); margin-bottom: 5px; }
.stat-desc  { font-size: .88rem; color: var(--t4); line-height: 1.5; max-width: 160px; margin: 0 auto; }

/* PROCESS */
.process-section { padding: 108px 0; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 24px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--acc-ln), var(--sky), var(--acc-ln)); z-index: 0; }
.ps { padding: 40px 28px; position: relative; z-index: 1; background: transparent; transition: background .25s; border-radius: var(--r3); }
.ps:hover { background: var(--bg2); }
.ps-n { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 2px solid var(--acc-ln); display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-size: .88rem; font-weight: 800; color: var(--acc); margin-bottom: 28px; transition: all .25s; box-shadow: 0 0 0 5px var(--bg); }
.ps:hover .ps-n { background: var(--acc); color: #fff; border-color: var(--acc); box-shadow: 0 0 0 5px var(--bg2), var(--sh-sm); }
.ps h4 { font-size: 1.01rem; color: var(--t1); margin-bottom: 10px; }
.ps p  { font-size: .93rem; color: var(--t3); line-height: 1.68; }

/* STICKY */
.sticky-section { padding: 108px 0; background: var(--bg2); }
.sticky-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 88px; align-items: start; }
.sticky-left { position: sticky; top: 108px; }
.sticky-left h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); margin-bottom: 18px; }
.sticky-left p  { font-size: 1.03rem; color: var(--t3); line-height: 1.82; margin-bottom: 28px; }
.sticky-nav { display: flex; flex-direction: column; gap: 4px; }
.sticky-step { display: flex; gap: 18px; align-items: flex-start; padding: 14px 18px; border-radius: var(--r2); border: 1px solid transparent; transition: all .25s; cursor: default; }
.sticky-step.active, .sticky-step:hover { background: var(--dk); border-color: rgba(255,255,255,.07); }
.ss-num { font-family: var(--f-head); font-size: .76rem; font-weight: 800; color: var(--t4); flex-shrink: 0; width: 24px; padding-top: 2px; transition: color .2s; }
.sticky-step.active .ss-num { color: var(--acc); }
.sticky-step.active .ss-txt h5, .sticky-step:hover .ss-txt h5 { color: #fff; }
.sticky-step.active .ss-txt p,  .sticky-step:hover .ss-txt p  { color: rgba(255,255,255,.65); }
.ss-txt h5 { font-size: .97rem; color: var(--t1); margin-bottom: 3px; }
.ss-txt p  { font-size: .82rem; color: var(--t3); margin: 0; line-height: 1.55; }
.sticky-cards { display: flex; flex-direction: column; gap: 22px; }
.s-card { background: var(--dk2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r3); padding: 40px; transition: all .28s; position: relative; overflow: hidden; }
.s-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; bottom: 0; background: linear-gradient(to bottom, var(--acc), var(--sky)); opacity: 0; transition: opacity .3s; }
.s-card:hover { border-color: rgba(255,255,255,.14); background: #0a1428; transform: translateX(5px); }
.s-card:hover::before { opacity: 1; }
.sc-tag { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); display: block; margin-bottom: 12px; }
.s-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: #fff; }
.s-card p  { font-size: .96rem; color: rgba(255,255,255,.82); line-height: 1.78; margin: 0; }

/* TESTIMONIALS */
.testi-section { padding: 108px 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r3); padding: 36px 32px; display: flex; flex-direction: column; transition: all .3s; position: relative; overflow: hidden; box-shadow: 0 2px 16px rgba(23,86,243,.05); }
.testi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.testi-card:hover { border-color: var(--acc-ln); transform: translateY(-5px); box-shadow: var(--sh-md); }
.testi-card:hover::before { transform: scaleX(1); }
.tq { font-size: 3.8rem; font-weight: 900; line-height: .4; color: var(--acc); margin-bottom: 18px; display: block; font-family: Georgia, serif; opacity: .35; }
.testi-text { font-size: .96rem; color: var(--t3); line-height: 1.82; flex-grow: 1; margin-bottom: 28px; }
.testi-footer { padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.testi-av { width: 40px; height: 40px; border-radius: 50%; background: var(--acc-bg); border: 1px solid var(--acc-ln); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-size: .97rem; font-weight: 800; color: var(--acc); }
.testi-name { font-family: var(--f-head); font-size: .96rem; font-weight: 700; color: var(--t1); }
.testi-role { font-size: .82rem; color: var(--t4); margin-top: 2px; }

/* CTA */
.cta-section { padding: 108px 0; }
.cta-block { background: var(--dk); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r4); padding: 96px 64px; text-align: center; position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 300px; background: radial-gradient(ellipse, rgba(23,86,243,.25) 0%, transparent 65%); pointer-events: none; }
.cta-block h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 18px; color: #fff; position: relative; }
.cta-block p  { font-size: 1.03rem; color: rgba(255,255,255,.72); max-width: 500px; margin: 0 auto 40px; line-height: 1.82; position: relative; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; margin-bottom: 48px; }
.cta-contacts { display: flex; gap: 56px; justify-content: center; flex-wrap: wrap; position: relative; border-top: 1px solid rgba(255,255,255,.08); padding-top: 36px; }
.cta-person-name { font-family: var(--f-head); font-size: .97rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.cta-person a { display: block; font-size: .97rem; color: rgba(255,255,255,.65); }
.cta-person a:hover { color: var(--sky); }

/* INNER HERO */
.inner-hero { padding: 168px 0 96px; position: relative; overflow: hidden; background: var(--dk); border-bottom: 1px solid rgba(255,255,255,.07); }
.inner-hero .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 110% 70% at 50% -5%, rgba(23,86,243,.32) 0%, rgba(4,12,30,0) 55%), radial-gradient(ellipse 60% 50% at 20% 80%, rgba(14,165,233,.16) 0%, transparent 60%), linear-gradient(175deg, #0a1428 0%, var(--dk) 40%, #071030 70%, var(--dk) 100%); }
.inner-hero-body { position: relative; z-index: 2; max-width: 720px; }
.inner-hero .s-tag { margin-bottom: 18px; }
.inner-hero h1 { font-size: clamp(2.1rem, 5.5vw, 4rem); margin-bottom: 18px; color: #fff; }
.inner-hero .lead { font-size: 1.03rem; color: rgba(255,255,255,.82); line-height: 1.82; max-width: 560px; }

/* SERVICE PAGES */
.sf-section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.sf-section:last-child { border-bottom: none; }
.sf-layout { display: grid; grid-template-columns: 4fr 6fr; gap: 88px; align-items: start; }
.sf-left { position: sticky; top: 108px; }
.sf-idx { font-family: var(--f-head); font-size: 6.5rem; font-weight: 800; line-height: 1; color: var(--acc); opacity: .1; margin-bottom: 8px; }
.sf-left h2 { font-size: clamp(1.65rem, 3.2vw, 2.4rem); margin-bottom: 12px; }
.sf-left p  { font-size: 1.02rem; color: var(--t3); line-height: 1.82; margin-bottom: 24px; }
.sf-right p { font-size: 1.05rem; color: var(--t3); line-height: 1.88; margin-bottom: 20px; }
.sf-quote { border-left: 2px solid var(--acc); padding: 18px 24px; background: var(--acc-bg); border-radius: 0 var(--r2) var(--r2) 0; margin: 28px 0; font-size: 1.01rem; color: var(--t2); font-style: italic; line-height: 1.72; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.deliv-item { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r2); padding: 18px 20px; transition: all .22s; }
.deliv-item:hover { border-color: var(--acc-ln); background: var(--acc-bg); transform: translateY(-2px); }
.deliv-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--acc); margin-bottom: 10px; display: block; }
.deliv-title { font-family: var(--f-head); font-size: .97rem; font-weight: 700; color: var(--t1); margin-bottom: 4px; }
.deliv-desc  { font-size: .92rem; color: var(--t3); line-height: 1.55; }

/* METHODE */
.method-block { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 80px 0; border-bottom: 1px solid var(--line); }
.method-block.flip { direction: rtl; }
.method-block.flip > * { direction: ltr; }
.method-block:last-child { border-bottom: none; }
.method-visual { background: #fff; border: 1px solid var(--line); border-radius: var(--r3); padding: 40px; position: relative; overflow: hidden; box-shadow: 0 2px 16px rgba(23,86,243,.07); }
.method-visual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); opacity: .6; }
.mv-label { font-family: var(--f-body); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--t4); margin-bottom: 22px; }
.mv-phases { display: flex; flex-direction: column; gap: 8px; }
.mv-phase { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r2); transition: all .2s; }
.mv-phase:hover { border-color: var(--acc-ln); background: var(--acc-bg); }
.mvp-n { width: 24px; height: 24px; border-radius: 50%; background: var(--acc); color: #fff; font-size: .72rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mvp-t { font-size: .94rem; font-weight: 500; color: var(--t2); }
.mvp-d { margin-left: auto; font-size: .72rem; color: var(--t4); font-weight: 600; }
.method-body h2 { font-size: clamp(1.6rem, 3.2vw, 2.5rem); margin-bottom: 14px; }
.method-body p  { font-size: 1.03rem; color: var(--t3); line-height: 1.82; margin-bottom: 20px; }
.method-points { display: flex; flex-direction: column; gap: 8px; }
.method-point { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: var(--r2); border: 1px solid transparent; transition: all .22s; }
.method-point:hover { background: var(--bg2); border-color: var(--line); }
.mpt-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--acc-ln); background: var(--acc-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mpt-icon svg { width: 12px; height: 12px; stroke: var(--acc); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.mpt-body h5 { font-size: .97rem; color: var(--t1); margin-bottom: 2px; }
.mpt-body p  { font-size: .82rem; color: var(--t3); margin: 0; line-height: 1.55; }

/* RESULTATS */
.big-results { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r3); overflow: hidden; margin-bottom: 64px; }
.br-item { background: #fff; padding: 60px 56px; position: relative; transition: background .22s; }
.br-item:hover { background: var(--bg2); }
.br-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); transform: scaleX(0); transform-origin: left; transition: transform .38s; }
.br-item:hover::before { transform: scaleX(1); }
.br-val { font-family: var(--f-head); font-size: 4.2rem; font-weight: 800; color: var(--t1); line-height: 1; margin-bottom: 10px; letter-spacing: -.04em; }
.br-val .acc { color: var(--acc); }
.br-title { font-family: var(--f-head); font-size: 1.18rem; font-weight: 700; color: var(--t1); margin-bottom: 8px; }
.br-desc  { font-size: .96rem; color: var(--t3); line-height: 1.67; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 88px; align-items: start; }
.contact-info h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); margin-bottom: 16px; }
.contact-info p  { font-size: 1.05rem; color: var(--t3); line-height: 1.82; margin-bottom: 32px; }
.contact-persons { display: flex; flex-direction: column; gap: 14px; }
.contact-person { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); padding: 22px 24px; transition: all .22s; box-shadow: 0 2px 10px rgba(23,86,243,.05); }
.contact-person:hover { border-color: var(--acc-ln); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.cp-name { font-family: var(--f-head); font-size: 1.06rem; font-weight: 700; color: var(--t1); margin-bottom: 8px; }
.cp-links { display: flex; flex-direction: column; gap: 4px; }
.cp-links a { font-size: .94rem; color: var(--t3); }
.cp-links a:hover { color: var(--acc); }
.form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--r3); padding: 48px 44px; position: relative; overflow: hidden; box-shadow: 0 4px 28px rgba(23,86,243,.09); }
.form-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), var(--sky)); opacity: .7; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: .76rem; font-weight: 700; color: var(--t4); margin-bottom: 7px; letter-spacing: .07em; text-transform: uppercase; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 13px 18px; background: var(--bg2); border: 1.5px solid var(--line); border-radius: var(--r2); color: var(--t1); font-family: var(--f-body); font-size: .97rem; outline: none; transition: all .22s; -webkit-appearance: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--acc); background: var(--acc-bg); box-shadow: 0 0 0 3px var(--acc-bg2); }
.fg textarea { min-height: 130px; resize: vertical; }
.fg-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.msg-ok  { padding: 16px 20px; border-radius: var(--r2); margin-bottom: 24px; font-size: .96rem; font-weight: 600; background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.3); color: #059669; }
.msg-err { padding: 16px 20px; border-radius: var(--r2); margin-bottom: 24px; font-size: .96rem; font-weight: 600; background: var(--acc-bg); border: 1px solid var(--acc-ln); color: var(--acc); }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bc { background: #fff; border: 1px solid var(--line); border-radius: var(--r3); overflow: hidden; transition: all .3s; display: flex; flex-direction: column; box-shadow: 0 2px 12px rgba(23,86,243,.05); }
.bc:hover { border-color: var(--acc-ln); transform: translateY(-5px); box-shadow: var(--sh-md); }
.bc-img { height: 210px; overflow: hidden; background: var(--bg3); }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.bc:hover .bc-img img { transform: scale(1.07); }
.bc-body { padding: 28px; flex-grow: 1; display: flex; flex-direction: column; }
.bc-cat  { font-family: var(--f-body); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--acc); margin-bottom: 8px; }
.bc-title { font-family: var(--f-head); font-size: 1.05rem; color: var(--t1); margin-bottom: 8px; line-height: 1.35; }
.bc-exc   { font-size: .94rem; color: var(--t3); line-height: 1.68; flex-grow: 1; margin-bottom: 16px; }
.bc-more  { font-size: .82rem; font-weight: 700; color: var(--acc); display: flex; align-items: center; gap: 6px; transition: gap .2s; margin-top: auto; }
.bc:hover .bc-more { gap: 11px; }
.prose { max-width: 760px; margin: 0 auto; padding: 80px 32px; }
.prose h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 22px; }
.prose h2 { font-size: 1.65rem; margin: 48px 0 14px; }
.prose h3 { font-size: 1.28rem; margin: 32px 0 10px; }
.prose p  { color: var(--t3); margin-bottom: 18px; }
.prose a  { color: var(--acc); }
.prose blockquote { border-left: 2px solid var(--acc); padding: 18px 24px; background: var(--acc-bg); border-radius: 0 var(--r2) var(--r2) 0; margin: 32px 0; font-style: italic; color: var(--t2); }
.prose strong { color: var(--t1); }
.prose ul, .prose ol { padding-left: 24px; color: var(--t3); margin-bottom: 18px; }
.prose li { margin-bottom: 7px; }

/* FOOTER */
.site-footer { background: var(--dk); border-top: 1px solid rgba(255,255,255,.06); padding: 88px 0 40px; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(23,86,243,.1) 0%, transparent 65%); pointer-events: none; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 64px; position: relative; }
.footer-brand .nav-logo { display: inline-block; margin-bottom: 16px; color: #ffffff; }
.footer-brand .nav-logo span { color: var(--sky); }
.footer-brand .nav-logo img { filter: brightness(0) invert(1); opacity: .9; height: 36px; width: auto; }
.footer-desc { font-size: .96rem; color: rgba(255,255,255,.62); line-height: 1.82; max-width: 280px; margin-bottom: 22px; }
.footer-contacts { display: flex; flex-direction: column; gap: 14px; }
.fc-name { font-family: var(--f-head); font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.88); margin-bottom: 4px; }
.fc-block a { font-size: .84rem; color: rgba(255,255,255,.60); display: block; }
.fc-block a:hover { color: var(--sky); }
.footer-social { display: flex; gap: 8px; margin-top: 22px; }
.soc-btn { width: 34px; height: 34px; border-radius: var(--r2); border: 1px solid rgba(255,255,255,.1); background: transparent; display: flex; align-items: center; justify-content: center; transition: all .22s; }
.soc-btn:hover { border-color: var(--acc-ln); background: var(--acc-bg); }
.soc-btn svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.38); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.soc-btn:hover svg { stroke: var(--acc); }
.footer-col h5 { font-family: var(--f-body); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.50); margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .94rem; color: rgba(255,255,255,.68); }
.footer-col a:hover { color: rgba(255,255,255,1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; position: relative; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.48); }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { font-size: .78rem; color: rgba(255,255,255,.48); }
.footer-legal a:hover { color: rgba(255,255,255,.82); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.4,0,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-left  { opacity: 0; transform: translateX(-24px); transition: opacity .7s ease, transform .7s cubic-bezier(.4,0,.2,1); }
.reveal-right { opacity: 0; transform: translateX(24px);  transition: opacity .7s ease, transform .7s cubic-bezier(.4,0,.2,1); }
.reveal-left.in, .reveal-right.in { opacity: 1; transform: translateX(0); }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.float-anim { animation: floatY 4s ease-in-out infinite; }
.grad-text { background: linear-gradient(135deg, var(--acc), var(--sky)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* RESPONSIVE */
@media (max-width: 1060px) {
  .intro-grid, .sticky-layout { grid-template-columns: 1fr; gap: 52px; }
  .sv-grid { grid-template-columns: 1fr 1fr; }
  .sticky-left { position: static; }
  .stats-row { grid-template-columns: repeat(4, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .sf-layout { grid-template-columns: 1fr; } .sf-left { position: static; }
  .deliverables { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .big-results { grid-template-columns: 1fr; }
  .method-block { grid-template-columns: 1fr; } .method-block.flip { direction: ltr; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; inset: 0; top: 76px; background: rgba(255,255,255,.97); backdrop-filter: blur(28px); padding: 52px 36px; gap: 28px; z-index: 950; }
  .nav-links.open a { font-size: 1.15rem; color: var(--t1); }
  .nav-mobile-cta { display: flex !important; flex-direction: column; gap: 14px; width: 100%; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
  .nav-mobile-cta a { text-align: center; width: 100%; justify-content: center; }
  .testi-grid { grid-template-columns: 1fr 1fr; } .blog-grid { grid-template-columns: 1fr 1fr; }
  .cta-block { padding: 56px 32px; } .hero-btns { flex-direction: column; align-items: center; }
  .sv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wrap, .wrap-sm, .wrap-xs { padding: 0 20px; }
  .stats-row { grid-template-columns: repeat(4, 1fr); }
  .stat-item { border-bottom: none; border-right: 1px solid var(--line); }
  .stat-item:last-child { border-right: none; }
  .stat-val { font-size: clamp(1.4rem, 4vw, 3.8rem); }
  .stat-desc { font-size: .75rem; }
  .testi-grid, .blog-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; } .section, .section-md { padding: 72px 0; }
  .fg-2col { grid-template-columns: 1fr; } .cta-contacts { flex-direction: column; align-items: center; gap: 22px; }
}
.alignleft  { float: left;  margin: 0 20px 14px 0; }
.alignright { float: right; margin: 0 0 14px 20px; }
.aligncenter{ display: block; margin: 0 auto 14px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 56px; }
.pagination .page-numbers { padding: 9px 18px; border-radius: 100px; background: #fff; border: 1.5px solid var(--line); color: var(--t3); font-size: .94rem; font-weight: 600; transition: all .2s; }
.pagination .page-numbers:hover { border-color: var(--acc-ln); color: var(--acc); }
.pagination .page-numbers.current { background: var(--acc); color: #fff; border-color: var(--acc); box-shadow: var(--sh-sm); }
