/* AllegianceTek v3 — light/alternating palette. Neon intentionally omitted (pending decision). */
:root{
  --red:#E1241B;
  --red-hi:#FF463D;
  --maxw:1280px;
  --jp:"Noto Sans JP";
  --s-bg:#FFFFFF;--s-bg2:#F2F4F7;--s-txt:#14161B;--s-txt2:#566070;--s-txt3:#646C79;
  --s-line:rgba(20,22,27,.13);--s-line2:rgba(20,22,27,.06);
}
.sec-light{--s-bg:#FFFFFF;--s-bg2:#F2F4F7;--s-txt:#14161B;--s-txt2:#566070;--s-txt3:#646C79;--s-line:rgba(20,22,27,.13);--s-line2:rgba(20,22,27,.06)}
.sec-gray{--s-bg:#EEF1F5;--s-bg2:#FFFFFF;--s-txt:#14161B;--s-txt2:#566070;--s-txt3:#646C79;--s-line:rgba(20,22,27,.13);--s-line2:rgba(20,22,27,.06)}
.sec-dark{--s-bg:#0E1014;--s-bg2:#171A21;--s-txt:#EEF1F6;--s-txt2:#A7AEB9;--s-txt3:#79818D;--s-line:rgba(238,241,246,.13);--s-line2:rgba(238,241,246,.05)}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{font-family:"Schibsted Grotesk","Noto Sans JP",system-ui,sans-serif;background:#EEF1F5;color:var(--s-txt);line-height:1.55;-webkit-font-smoothing:antialiased;font-size:16px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
.mono{font-family:"IBM Plex Mono",monospace}
h1,h2,h3{font-weight:800;letter-spacing:-.022em;line-height:1.05}
.eyebrow{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--red);display:inline-block;font-weight:600}
.sec-dark .eyebrow{color:var(--red-hi)}
.idx{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.1em;color:var(--s-txt3)}
.skip{position:absolute;left:-9999px;top:0;background:var(--red);color:#fff;padding:10px 18px;z-index:999}
.skip:focus{left:16px;top:12px}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:15px;padding:14px 24px;background:var(--red);color:#fff;border:1px solid var(--red);border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s}
.btn:hover{background:var(--red-hi);border-color:var(--red-hi);transform:translateY(-1px);box-shadow:0 10px 30px -10px rgba(225,36,27,.5)}
.btn .a{transition:transform .2s}
.btn:hover .a{transform:translateX(4px)}
.btn.ghost{background:transparent;color:var(--s-txt);border-color:var(--s-line)}
.btn.ghost:hover{border-color:var(--s-txt2);background:rgba(127,127,127,.06);box-shadow:none}
.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--red-hi);outline-offset:3px}

/* logo */
.logo{display:inline-flex;align-items:center}
.logo img{height:74px;width:auto;transition:filter .2s}
.logo:hover img{filter:drop-shadow(0 0 9px rgba(225,36,27,.5))}
footer .logo img{height:50px}

/* utility bar (dark) */
.util{background:#0B0C0F;color:#79818D;border-bottom:1px solid rgba(238,241,246,.08)}
.util .wrap{display:flex;justify-content:space-between;align-items:center;height:40px;font-size:13px}
.util a:hover{color:#EEF1F6}
.util .l{display:flex;gap:22px;align-items:center}
.util .r{display:flex;gap:6px;align-items:center}
.lang{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.06em;padding:4px 9px;border-radius:3px;color:#79818D}
.lang.jpf{font-family:var(--jp),sans-serif;letter-spacing:0}
.lang:hover{color:#EEF1F6}
.lang.on{color:#fff;background:#171A21;border:1px solid rgba(238,241,246,.13)}

/* nav (dark) */
header.nav{position:sticky;top:0;z-index:60;background:rgba(11,12,15,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(238,241,246,.1)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:104px}
/* stretch to the full bar height so every nav item, and the dropdown trigger in
   particular, has a tall hit area instead of a 23px sliver */
.nav .mid{display:flex;gap:30px;align-items:center;align-self:stretch}
.nav .mid a{font-size:15px;font-weight:500;color:#A7AEB9;transition:color .18s;display:flex;align-items:center;align-self:stretch}
.nav .mid a:hover{color:#EEF1F6}
.nav .right{display:flex;gap:16px;align-items:center}
/* services dropdown */
/* snug to the label, not stretched to the 104px bar: the panel then anchors to the
   label instead of the bar's bottom edge, and hovering the bar well away from the
   label cannot open the menu */
.has-drop{position:relative;display:inline-flex;align-items:center;align-self:center}
/* .nav .mid a is (0,2,1) so a plain .has-drop>.dt (0,2,0) loses to it whatever the
   order; a.dt raises this to (0,3,1) and wins */
.nav .mid a.dt{align-self:center;height:auto;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:8px 2px}
.dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:260px;background:#13161C;border:1px solid rgba(238,241,246,.12);border-radius:8px;padding:8px;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s;transition-delay:.12s;box-shadow:0 24px 60px -20px rgba(0,0,0,.7)}
/* bridges the 8px gap so the pointer never crosses dead space on the way down; it
   lives inside .dropdown, so it exists only while the panel is already open */
.dropdown::before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}
/* the wrapper is now label-sized, so hovering it means hovering the label; hovering the
   panel keeps it true as well, since descendant hover applies to the ancestor */
.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{opacity:1;visibility:visible;transition-delay:0s}
.dropdown a{display:block;padding:12px 14px;border-radius:6px;font-size:14.5px;color:#A7AEB9;transition:background .15s,color .15s}
.dropdown a:hover,.dropdown a:focus-visible{background:#1C2027;color:#fff}

/* generic section */
main section{padding:108px 0;background:var(--s-bg);color:var(--s-txt)}
/* two light sections in a row would read as one long block; the trustbar already
   draws its own bottom border, so it is excluded */
main section.sec-light + section.sec-light{border-top:1px solid var(--s-line2)}
main section.trustbar + section.sec-light{border-top:0}
.head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.head h2{font-size:clamp(30px,3.6vw,50px);font-weight:800;letter-spacing:-.028em;max-width:20ch}
.head .side{max-width:42ch}
.head .side p{color:var(--s-txt2);font-size:16px;margin-top:10px}

/* hero */
.hero{position:relative;overflow:hidden;padding:0!important;background:var(--s-bg);color:var(--s-txt);border-bottom:1px solid var(--s-line)}
.hero .grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--s-line2) 1px,transparent 1px),linear-gradient(90deg,var(--s-line2) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 0%,#000 35%,transparent 78%);mask-image:radial-gradient(ellipse 90% 80% at 50% 0%,#000 35%,transparent 78%)}
.hero .wrap{position:relative;display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:48px;align-items:center;padding-top:84px}
.hero h1{font-size:clamp(38px,4.6vw,58px);font-weight:900;letter-spacing:-.035em;max-width:none}
html[lang="en"] .hero h1 .ln>span{white-space:nowrap}
/* FR and JP headlines are longer than the English lockup — size them to keep clean line breaks */
html[lang="fr"] .hero h1{font-size:clamp(34px,3.9vw,51px)}
html[lang="ja"] .hero h1{font-size:clamp(28px,3.1vw,40px);letter-spacing:-.01em}
.hero h1 .ph{font-style:normal;display:inline-block}
.hero h1 em{font-style:normal;color:var(--red-hi)}
.hero .sub{font-size:18.5px;color:var(--s-txt2);max-width:50ch;margin:26px 0 0;line-height:1.6}
.hero .cta{display:flex;gap:14px;margin:34px 0 0;flex-wrap:wrap}
.trustline{display:flex;gap:10px 26px;flex-wrap:wrap;margin:36px 0 0;padding:14px 0 0;border-top:1px solid var(--s-line2)}
.trustline span{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.08em;color:var(--s-txt3);display:inline-flex;align-items:center;gap:8px}
.trustline span::before{content:"";width:5px;height:5px;background:var(--red);border-radius:1px;flex:none}

/* hero load animation */
/* overflow:hidden masks the rise animation, so pad for descenders and pull it back */
.hero h1 .ln{display:block;overflow:hidden;padding-bottom:.1em;margin-bottom:-.1em}
.hero h1 .ln>span{display:inline-block;transform:translateY(105%);animation:rise .9s cubic-bezier(.2,.7,.2,1) forwards}
.hero h1 .ln:nth-child(2)>span{animation-delay:.12s}
.hero .sub,.hero .cta,.hero .trustline{opacity:0;animation:fadeup .8s ease forwards}
.hero .sub{animation-delay:.34s}.hero .cta{animation-delay:.46s}.hero .trustline{animation-delay:.58s}
.hero .map{opacity:0;animation:fadeup 1s ease .5s forwards}
@keyframes rise{to{transform:translateY(0)}}
@keyframes fadeup{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.hero h1 .ln>span,.hero .sub,.hero .cta,.hero .trustline,.hero .map{animation:none;opacity:1;transform:none}}

/* hero map */
.map{position:relative;align-self:center;width:100%}
.map svg{width:100%;height:auto;overflow:visible}
.map .cap{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--s-txt3);text-align:center;margin-top:14px}
.node{animation:ndglow 3.6s ease-in-out infinite}
@keyframes ndglow{0%,100%{opacity:.82}50%{opacity:1}}
.ring{transform-box:fill-box;transform-origin:center;opacity:0;animation:ndring 3.6s ease-out infinite}
@keyframes ndring{0%{opacity:.7;transform:scale(.35)}70%{opacity:0;transform:scale(2.8)}100%{opacity:0;transform:scale(2.8)}}
.n0{animation-delay:0s}.n1{animation-delay:.45s}.n2{animation-delay:.9s}.n3{animation-delay:1.35s}
.n4{animation-delay:1.8s}.n5{animation-delay:2.25s}.n6{animation-delay:2.7s}.n7{animation-delay:3.15s}
@media(prefers-reduced-motion:reduce){.node,.ring{animation:none}.ring{opacity:0}}

/* metrics band */
.metrics{border-top:1px solid var(--s-line);margin-top:64px;grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr)}
.metric{padding:26px 26px 30px;border-right:1px solid var(--s-line)}
.metric:last-child{border-right:none}
.metric .v{font-family:"IBM Plex Mono",monospace;font-weight:600;font-size:33px;letter-spacing:-.02em}
.metric .v b{color:var(--red-hi);font-weight:600}
.metric .l{font-size:13.5px;color:var(--s-txt2);margin-top:7px;line-height:1.45}

/* trust bar */
.trustbar{padding:38px 0 42px;border-bottom:1px solid var(--s-line)}
.trust-cap{text-align:center;font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--s-txt3);margin-bottom:28px;padding:0 22px}
.marquee{overflow:hidden;position:relative}
/* the edge fade, as paint rather than as a mask: same look, no extra layer for the
   compositor to re-rasterise on every frame of the scroll */
.marquee::before,.marquee::after{content:"";position:absolute;top:0;bottom:0;width:7%;z-index:2;pointer-events:none}
.marquee::before{left:0;background:linear-gradient(90deg,var(--s-bg),rgba(255,255,255,0))}
.marquee::after{right:0;background:linear-gradient(270deg,var(--s-bg),rgba(255,255,255,0))}
/* steps() so every frame lands on a whole pixel: fine detail (OGIC's hairlines,
   Patrimoine's lettering) then rasterises identically each step instead of being
   re-interpolated at a new sub-pixel offset 60 times a second */
.mtrack{display:flex;align-items:center;width:max-content;animation:marq 40s steps(var(--msteps,2207),end) infinite}
.marquee:hover .mtrack{animation-play-state:paused}
@keyframes marq{to{transform:translateX(-50%)}}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--s-txt3);opacity:.7;white-space:nowrap;font-weight:800;font-size:21px;letter-spacing:-.01em;transition:opacity .2s,color .2s}
.brand:hover{opacity:1;color:var(--s-txt)}
.brand .g{width:17px;height:17px;flex:none;border:1.7px solid currentColor}
.brand .g.ci{border-radius:50%}
.brand .g.dot{background:currentColor;border:none;border-radius:50%;width:13px;height:13px}
.brand .g.tr{width:0;height:0;border:none;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:15px solid currentColor}
.brand .g.dia{transform:rotate(45deg);width:13px;height:13px}
@media(prefers-reduced-motion:reduce){.mtrack{animation:none}.marquee{overflow-x:auto}
  .marquee::before,.marquee::after{display:none}}
/* real client logos — no tile, full colour, per-logo optical sizing (max-height set inline) */
.mtrack .ltile{flex:none;height:76px;padding:0 72px;display:flex;align-items:center;justify-content:center}
.mtrack .ltile img{max-width:170px;width:auto;height:auto;object-fit:contain;opacity:.92;transition:opacity .25s,transform .25s}
.mtrack .ltile:hover img{opacity:1;transform:scale(1.04)}

/* services */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--s-line);background:var(--s-bg)}
.svc{padding:34px 30px 36px;border-right:1px solid var(--s-line);border-bottom:1px solid var(--s-line);position:relative;transition:background .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.svc-grid .svc:nth-child(3n){border-right:none}
.svc-grid .svc:nth-last-child(-n+3){border-bottom:none}
.svc .idx{margin-bottom:22px;display:block}
.svc h3{font-size:22px;margin-bottom:12px;font-weight:700}
.svc p{font-size:14.5px;color:var(--s-txt2);line-height:1.6;margin-bottom:18px}
.svc ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:26px}
.svc li{font-size:14px;color:var(--s-txt2);padding-left:16px;position:relative}
.svc li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:2px;background:var(--red)}
.svc .more{margin-top:auto;font-size:14px;font-weight:600;color:var(--red);display:inline-flex;gap:8px;align-items:center}
.sec-dark .svc .more{color:var(--red-hi)}
.svc .more .a{transition:transform .2s}
.svc:hover{background:var(--s-bg2);transform:translateY(-3px);box-shadow:0 20px 40px -24px rgba(20,22,27,.3);z-index:1}
.svc:hover .more .a{transform:translateX(4px)}
.svc::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--red);transition:width .35s}
.svc:hover::after{width:100%}

/* case studies */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--s-line);background:var(--s-bg)}
.case{padding:32px 30px 34px;border-right:1px solid var(--s-line);display:flex;flex-direction:column}
.case:last-child{border-right:none}
.case .sector{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--s-txt3);margin-bottom:20px}
.case .res{font-family:"IBM Plex Mono",monospace;font-size:38px;font-weight:600;letter-spacing:-.02em;color:var(--s-txt)}
.case .res b{color:var(--red-hi);font-weight:600}
.case h3{font-size:18px;font-weight:700;line-height:1.35;margin:14px 0 10px}
.case p{font-size:14px;color:var(--s-txt2);line-height:1.6;margin-bottom:22px}

/* approach */
.steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--s-line);background:var(--s-bg)}
.step{padding:32px 28px 36px;border-right:1px solid var(--s-line);transition:background .2s}
.step:last-child{border-right:none}
.step:hover{background:var(--s-bg2)}
.step .idx{display:block;margin-bottom:20px;color:var(--red)}
.step h3{font-size:19px;margin-bottom:10px;font-weight:700}
.step p{font-size:14.5px;color:var(--s-txt2);line-height:1.6}

/* proof + testimonial */
.proof{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--s-line);align-items:start}
.proof .quote{padding:44px;border-right:1px solid var(--s-line);background:var(--s-bg2);display:flex;flex-direction:column;justify-content:flex-start}
/* fixed height so the section never resizes as testimonials rotate */
.qrotator{position:relative;height:330px}
.qslide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none;display:flex;flex-direction:column;justify-content:center}
.qslide.active{opacity:1;pointer-events:auto}
.qslide blockquote{font-size:clamp(15.5px,1.45vw,17.5px);font-weight:600;letter-spacing:-.01em;line-height:1.6}
.qslide blockquote em{font-style:normal;color:var(--red-hi)}
.qslide cite{font-style:normal;font-size:14px;color:var(--s-txt2);margin-top:20px;display:block}
.qnote{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--s-txt3);margin-top:8px;display:block}
.qdots{display:flex;gap:9px;margin-top:30px}
.qdots button{width:9px;height:9px;border-radius:50%;border:1px solid var(--s-txt3);background:transparent;padding:0;cursor:pointer;transition:background .2s,border-color .2s}
.qdots button[aria-selected="true"]{background:var(--red);border-color:var(--red)}
.proof .rows{display:grid;grid-template-rows:repeat(4,1fr)}
.prow{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 32px;border-bottom:1px solid var(--s-line)}
.prow:last-child{border-bottom:none}
.prow .k{font-size:14.5px;color:var(--s-txt2)}
.prow .v{font-family:"IBM Plex Mono",monospace;font-size:25px;font-weight:600;white-space:nowrap}
.prow .v b{color:var(--red-hi);font-weight:600}
.proof-foot{font-size:12.5px;color:var(--s-txt3);margin-top:14px}

/* insights */
.posts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--s-line);background:var(--s-bg)}
.post{padding:30px 28px 32px;border-right:1px solid var(--s-line);transition:background .2s,transform .2s;display:flex;flex-direction:column}
.post:last-child{border-right:none}
.post .cat{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--red)}
.post time{font-size:13px;color:var(--s-txt3);margin:16px 0 10px;display:block}
.post h3{font-size:19px;font-weight:700;line-height:1.32;margin-bottom:16px}
.post .more{margin-top:auto;font-size:14px;font-weight:600;color:var(--red);display:inline-flex;gap:8px;align-items:center}
.post:hover{background:var(--s-bg2);transform:translateY(-3px)}

/* contact */
.cgrid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--s-line);background:var(--s-bg)}
.cinfo{padding:48px 44px;border-right:1px solid var(--s-line)}
.cinfo h2{font-size:clamp(30px,3.2vw,44px);font-weight:800;letter-spacing:-.028em;margin-top:16px}
.cinfo h2 em{font-style:normal;color:var(--red-hi)}
.cinfo>p{font-size:16.5px;color:var(--s-txt2);margin:20px 0 34px;max-width:40ch;line-height:1.6}
.cline{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid var(--s-line);font-size:14.5px}
.cline .k{color:var(--s-txt3);font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding-top:2px}
.cline a:hover,.cline .v a:hover{color:var(--red-hi)}
.cform{padding:44px}
.field{margin-bottom:20px}
.field label{display:block;font-size:13.5px;font-weight:600;color:var(--s-txt2);margin-bottom:8px}
.field input,.field textarea{width:100%;background:var(--s-bg2);border:1px solid var(--s-line);border-radius:4px;padding:13px 14px;color:var(--s-txt);font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}
.field input::placeholder,.field textarea::placeholder{color:var(--s-txt3)}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(225,36,27,.15)}
.field textarea{resize:vertical;min-height:88px}
.cform .btn{width:100%;justify-content:center}
.fine{font-size:12.5px;color:var(--s-txt3);margin-top:14px;text-align:center;line-height:1.6}
.fine a{text-decoration:underline;text-underline-offset:2px}
.fine a:hover{color:var(--s-txt2)}
.form-msg{font-size:14px;margin-top:14px;text-align:center;display:none}
.form-msg.ok{display:block;color:#3DDC84}
.form-msg.err{display:block;color:var(--red-hi)}

/* footer */
footer{border-top:1px solid var(--s-line);padding:68px 0 32px;background:var(--s-bg);color:var(--s-txt)}
.fgrid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:48px;padding-bottom:52px;border-bottom:1px solid var(--s-line)}
.fblurb{font-size:14.5px;color:var(--s-txt2);margin:18px 0 24px;max-width:32ch;line-height:1.6}
.fsocial{display:flex;gap:10px}
.fsocial a{width:38px;height:38px;border:1px solid var(--s-line);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--s-txt2);transition:border-color .2s,color .2s}
.fsocial a:hover{border-color:var(--s-txt2);color:var(--s-txt)}
.fsocial svg{width:16px;height:16px;fill:currentColor}
footer h4{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--s-txt3);margin-bottom:18px;font-weight:500}
footer ul{list-style:none;display:flex;flex-direction:column;gap:11px}
footer ul a{font-size:14.5px;color:var(--s-txt2)}
footer ul a:hover{color:var(--red-hi)}
.fnews p{font-size:14.5px;color:var(--s-txt2);margin-bottom:14px}
.fnews form{display:flex;gap:8px}
.fnews input{flex:1;background:var(--s-bg2);border:1px solid var(--s-line);border-radius:4px;padding:11px 13px;color:var(--s-txt);font-family:inherit;font-size:14px;min-width:0}
.fnews input:focus{outline:none;border-color:var(--red)}
.fnews button{background:var(--red);border:1px solid var(--red);color:#fff;border-radius:4px;padding:11px 18px;font-family:inherit;font-weight:600;font-size:14px;cursor:pointer}
.fnews button:hover{background:var(--red-hi)}
.fbot{display:flex;justify-content:space-between;align-items:center;padding-top:26px;font-size:13px;color:var(--s-txt3);flex-wrap:wrap;gap:14px}
.fbot .jp{font-family:var(--jp),sans-serif}
.fbot .langs{display:flex;gap:4px}
.fbot .lang:hover{color:var(--s-txt)}

/* ===== service (inner) pages ===== */
main section[id]{scroll-margin-top:118px}

/* compact subpage hero: lead + "in this service" jump card */
.phero{position:relative;overflow:hidden;padding:0!important;background:var(--s-bg);color:var(--s-txt);border-bottom:1px solid var(--s-line)}
.phero .grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--s-line2) 1px,transparent 1px),linear-gradient(90deg,var(--s-line2) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse 100% 130% at 18% 0%,#000 45%,transparent 82%);mask-image:radial-gradient(ellipse 100% 130% at 18% 0%,#000 45%,transparent 82%)}
.phero .wrap{position:relative;padding:58px 32px 66px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:56px;align-items:center}
.phero .crumb{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.05em;color:var(--s-txt3);margin-bottom:20px}
.phero .crumb a:hover{color:var(--s-txt)}
.phero .crumb .sep{margin:0 8px;opacity:.55}
.phero h1{font-size:clamp(32px,3.8vw,50px);font-weight:900;letter-spacing:-.03em;max-width:16ch;margin-top:14px}
.phero .sub{font-size:17px;color:var(--s-txt2);max-width:52ch;margin:20px 0 0;line-height:1.6}
.phero .cta{display:flex;gap:14px;margin:28px 0 0;flex-wrap:wrap}
.svcnav{border:1px solid var(--s-line);background:var(--s-bg2);border-radius:8px;overflow:hidden}
.svcnav .t{padding:15px 20px;font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--s-txt3);border-bottom:1px solid var(--s-line)}
.svcnav a{display:flex;align-items:center;gap:14px;padding:17px 20px;border-bottom:1px solid var(--s-line);transition:background .2s}
.svcnav a:last-child{border-bottom:none}
.svcnav a:hover{background:rgba(127,127,127,.06)}
.svcnav a .n{font-family:"IBM Plex Mono",monospace;font-size:13px;color:var(--red-hi);flex:none}
.svcnav a .lbl{font-size:14.5px;font-weight:600}
.svcnav a .x{margin-left:auto;color:var(--s-txt3);transition:transform .2s,color .2s}
.svcnav a:hover .x{transform:translateX(3px);color:var(--red-hi)}

/* capability block: title panel + two-column spec list */
.capblock{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);border:1px solid var(--s-line);background:var(--s-bg)}
.capblock .cbhead{padding:40px 40px 42px;border-right:1px solid var(--s-line);background:var(--s-bg2);display:flex;flex-direction:column}
.capblock .cbhead .idx{margin-bottom:18px}
.capblock .cbhead h2{font-size:clamp(23px,2.4vw,31px);font-weight:800;letter-spacing:-.02em;max-width:16ch}
.capblock .cbhead p{font-size:15px;color:var(--s-txt2);margin-top:14px;line-height:1.6;max-width:42ch}
.capblock .cbhead .more{margin-top:auto;padding-top:26px;font-size:14px;font-weight:600;color:var(--red);display:inline-flex;gap:8px;align-items:center}
.sec-dark .capblock .cbhead .more{color:var(--red-hi)}
.capblock .cbhead .more .a{transition:transform .2s}
.capblock .cbhead .more:hover .a{transform:translateX(4px)}
.cblist{display:grid;grid-template-columns:1fr 1fr;align-content:start}
.crow{display:flex;gap:13px;align-items:flex-start;padding:16px 26px;border-top:1px solid var(--s-line);font-size:14px;color:var(--s-txt);line-height:1.5;transition:background .2s}
.cblist .crow:nth-child(1),.cblist .crow:nth-child(2){border-top:none}
.cblist .crow:nth-child(2n){border-left:1px solid var(--s-line)}
.crow:hover{background:var(--s-bg2)}
.crow .m{color:var(--red);font-family:"IBM Plex Mono",monospace;font-size:13px;flex:none;margin-top:1px}
.sec-dark .crow .m{color:var(--red-hi)}
/* flipped variant: list left, panel right */
.capblock.flip{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}
.capblock.flip .cbhead{order:2;border-right:none;border-left:1px solid var(--s-line)}
.capblock.flip .cblist{order:1}

/* ===== document pages (conduct, terms, challenge) ===== */
/* text-only hero: no illustration column, so the lead runs full measure */
.phero.dochero .wrap{grid-template-columns:minmax(0,1fr);padding-bottom:58px}
.phero.dochero h1{max-width:22ch}
.phero.dochero .sub{max-width:64ch}
.phero.dochero .meta{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--s-txt3);margin-top:26px;padding-top:18px;border-top:1px solid var(--s-line2)}

/* fixed columns + centred pair: a readable measure without a void down the right side */
.doc{display:grid;grid-template-columns:210px minmax(0,72ch);gap:clamp(56px,7vw,96px);justify-content:center;align-items:start}
.doc .toc{position:sticky;top:132px;font-size:13.5px}
.doc .toc .t{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--s-txt3);padding-bottom:12px;border-bottom:1px solid var(--s-line)}
.doc .toc a{display:block;padding:10px 0;color:var(--s-txt2);border-bottom:1px solid var(--s-line);line-height:1.4;transition:color .2s}
.doc .toc a:hover{color:var(--red)}
.docbody{max-width:74ch}
.docbody h2{font-size:clamp(21px,2.2vw,27px);font-weight:800;letter-spacing:-.02em;margin:52px 0 16px;padding-top:34px;border-top:1px solid var(--s-line)}
.docbody h2:first-child{margin-top:0;padding-top:0;border-top:none}
/* TOC links target these headings, not the section — they need their own sticky-nav offset */
.docbody h2[id],.docbody h3[id]{scroll-margin-top:118px}
.docbody h3{font-size:17px;font-weight:700;margin:30px 0 10px}
.docbody p{font-size:15.5px;line-height:1.75;color:var(--s-txt2);margin:0 0 15px}
.docbody a{color:var(--red);border-bottom:1px solid rgba(225,36,27,.3)}
.docbody a:hover{border-bottom-color:currentColor}
.docbody ul,.docbody ol{margin:0 0 18px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:12px}
.docbody li{position:relative;padding-left:26px;font-size:15.5px;line-height:1.7;color:var(--s-txt2)}
.docbody li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:2px;background:var(--red)}
.docbody ol{counter-reset:d}
.docbody ol>li{counter-increment:d;padding-left:34px}
.docbody ol>li::before{content:counter(d) ".";font-family:"IBM Plex Mono",monospace;font-size:13px;color:var(--red);background:none;width:auto;height:auto;top:.18em}
.docbody strong,.docbody b{color:var(--s-txt);font-weight:700}
.docnote{border:1px solid var(--s-line);background:var(--s-bg2);padding:24px 26px;margin:34px 0 0}
.docnote p:last-child{margin-bottom:0}

/* frameworks band */
.frsec{padding:66px 0!important}
.frh{font-size:clamp(22px,2.5vw,32px);font-weight:800;letter-spacing:-.02em;max-width:26ch;margin-top:12px}
.frameworks{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.fw{border:1px solid var(--s-line);border-radius:999px;padding:9px 17px;font-family:"IBM Plex Mono",monospace;font-size:12.5px;letter-spacing:.03em;color:var(--s-txt2);background:var(--s-bg2);cursor:default;transition:color .18s,border-color .18s,background .18s,transform .18s,box-shadow .18s}
.fw:hover{color:var(--s-txt);border-color:var(--red);background:var(--s-bg);transform:translateY(-2px);box-shadow:0 8px 20px -10px rgba(225,36,27,.45)}
.sec-dark .fw:hover{color:#fff;border-color:var(--red-hi);background:#1C2027;box-shadow:0 8px 22px -10px rgba(255,70,61,.5)}

/* illustrated feature rows */
.phero.hero-illus .wrap{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)}
.arthero{display:flex;align-items:center;justify-content:center}
.arthero img{width:100%;max-width:430px;display:block}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.frow.rev .txt{order:2}.frow.rev .art{order:1}
.frow .num{font-family:"IBM Plex Mono",monospace;font-size:13px;letter-spacing:.14em;color:var(--red-hi);display:block;margin-bottom:14px}
.frow h2{font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-.025em;max-width:16ch}
.frow .txt>p{color:var(--s-txt2);font-size:16px;line-height:1.65;margin-top:16px;max-width:46ch}
.frow .art{display:flex;align-items:center;justify-content:center}
.frow .art img{width:100%;max-width:400px;display:block}
.chk{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:13px 28px;margin:26px 0 30px}
.chk li{padding-left:28px;position:relative;font-size:14px;color:var(--s-txt);line-height:1.45}
.chk li::before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:5px;background:var(--red);color:#fff;font-size:11px;display:grid;place-items:center;font-weight:700}
/* rich "label: description" list (single column) */
.flist{list-style:none;display:flex;flex-direction:column;gap:15px;margin:24px 0 30px}
.flist li{padding-left:26px;position:relative;font-size:14.5px;color:var(--s-txt2);line-height:1.55}
.flist li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:2px;background:var(--red)}
.flist li b,.flist li strong{color:var(--s-txt);font-weight:700}
.frow.top{align-items:start}
/* rows with no illustration: full-width single column, list spread across three columns */
.frow.noart{grid-template-columns:minmax(0,1fr)}
.frow.noart h2{max-width:24ch}
.frow.noart .txt>p{max-width:64ch}
.frow.noart .chk{grid-template-columns:repeat(3,1fr);margin:30px 0 32px}
/* in-row CTA: a text link, not another solid button — keeps one primary button per page */
.rowcta{display:inline-flex;align-items:center;gap:9px;font-size:14.5px;font-weight:700;color:var(--red);padding-bottom:3px;border-bottom:1px solid rgba(225,36,27,.28);transition:border-color .2s,gap .2s}
.sec-dark .rowcta{color:var(--red-hi);border-bottom-color:rgba(255,70,61,.32)}
.rowcta:hover{border-bottom-color:currentColor;gap:13px}
.rowcta .a{transition:transform .2s}
.rowcta:hover .a{transform:translateX(3px)}
@media(max-width:860px){
  .frow{grid-template-columns:1fr;gap:34px}
  .frow.rev .txt,.frow.rev .art{order:0}
  .chk{grid-template-columns:1fr}
  .phero.hero-illus .wrap{grid-template-columns:1fr}
}

@media(max-width:1020px){
  .phero .wrap{grid-template-columns:1fr;gap:34px;padding:50px 22px 54px}
  .capblock,.capblock.flip{grid-template-columns:1fr}
  .capblock .cbhead,.capblock.flip .cbhead{border-right:none;border-left:none;border-bottom:1px solid var(--s-line);order:0}
  .capblock.flip .cblist{order:1}
}
@media(max-width:700px){
  .cblist{grid-template-columns:1fr}
  .crow{border-left:none!important;border-top:1px solid var(--s-line)!important}
  .cblist .crow:nth-child(1){border-top:none!important}
}

/* reveal */
.js .rv{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.js .rv.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .rv{opacity:1;transform:none;transition:none}}

@media(max-width:1020px){
  .wrap{padding:0 22px}
  .hero .wrap{grid-template-columns:1fr;gap:20px}
  .map{max-width:560px;margin-top:10px}
  .metrics{grid-template-columns:1fr 1fr}
  .metric:nth-child(2n){border-right:none}
  .metric:nth-child(-n+2){border-bottom:1px solid var(--s-line)}
  .svc-grid,.case-grid,.posts{grid-template-columns:1fr 1fr}
  .svc-grid .svc:nth-child(3n){border-right:1px solid var(--s-line)}
  .svc-grid .svc:nth-child(2n){border-right:none}
  .case:nth-child(2){border-right:none}
  .case{border-bottom:1px solid var(--s-line)}
  .case:last-child{border-bottom:none;border-right:none}
  .post:nth-child(2){border-right:none}
  .post{border-bottom:1px solid var(--s-line)}
  .post:last-child{border-bottom:none}
  .steps{grid-template-columns:1fr 1fr}
  .step{border-bottom:1px solid var(--s-line)}
  .step:nth-child(2n){border-right:none}
  .step:nth-last-child(-n+2){border-bottom:none}
  .proof,.cgrid{grid-template-columns:1fr}
  .proof .quote,.cinfo{border-right:none;border-bottom:1px solid var(--s-line)}
  .qrotator{height:270px}
  .fgrid{grid-template-columns:1fr 1fr}
  .nav .mid{display:none}
  .doc{grid-template-columns:minmax(0,1fr);gap:40px}
  .doc .toc{position:static;top:auto}
  .frow.noart .chk{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  main section{padding:76px 0}
  /* the two-line lockup only fits from ~640px up; below that let it wrap naturally */
  html[lang="en"] .hero h1 .ln>span{white-space:normal}
  .hero h1{font-size:clamp(33px,8.6vw,42px)}
  .nav .wrap{height:80px;gap:12px}
  .logo img{height:52px}
  .nav .right .btn{padding:10px 14px;font-size:13.5px}
  .nav .right .btn .a{display:none}
  .util .l .hide-s{display:none}
  .util .wrap{white-space:nowrap}
  .metrics{grid-template-columns:1fr 1fr}
  .metric{padding:20px 18px 22px}
  .metric .v{font-size:25px}
  .svc-grid,.case-grid,.posts,.steps{grid-template-columns:1fr}
  .svc,.case,.post,.step{border-right:none!important;border-bottom:1px solid var(--s-line)}
  .svc:last-child,.case:last-child,.post:last-child,.step:last-child{border-bottom:none}
  .fgrid{grid-template-columns:1fr;gap:36px}
  .cinfo,.cform{padding:30px 24px}
  .proof .quote{padding:32px 26px}
  .qrotator{height:475px}
  .prow{padding:16px 24px}
  /* tighter tiles so more than one logo is on screen at a time */
  .frow.noart .chk{grid-template-columns:1fr}
  .mtrack .ltile{height:64px;padding:0 52px}
  .mtrack{animation-timing-function:steps(var(--msteps-sm,1847),end)}
  .mtrack .ltile img{max-width:none}
  .trustbar{padding:30px 0 32px}
}


/* ===== launch fixes ===== */
/* reCAPTCHA badge hidden: the forms carry Google's required text notice instead */
.grecaptcha-badge{visibility:hidden}

/* hamburger (shown when the inline nav is hidden, <=1020px) */
.burger{display:none;width:44px;height:44px;border:1px solid rgba(238,241,246,.16);border-radius:6px;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex:none}
.burger span{display:block;width:20px;height:2px;background:#EEF1F6;transition:transform .25s,opacity .2s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mnav{position:fixed;inset:0;top:var(--navh,104px);z-index:55;background:#0B0C0F;color:#EEF1F6;overflow-y:auto;padding:22px 0 40px}
.mnav .wrap{display:flex;flex-direction:column}
.mnav .mnav-h{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#79818D;margin:22px 0 6px}
.mnav .mnav-h:first-child{margin-top:0}
.mnav a{display:block;padding:13px 0;font-size:18px;font-weight:600;color:#EEF1F6;border-bottom:1px solid rgba(238,241,246,.08)}
.mnav a.mnav-cta{margin-top:26px;background:var(--red);color:#fff;text-align:center;border-radius:4px;padding:15px 20px;border-bottom:none}
.mnav .mnav-langs{display:flex;gap:6px;margin-top:26px}
body.menu-open{overflow:hidden}
@media(max-width:1020px){.burger{display:flex}}
@media(max-width:600px){.mnav{top:var(--navh,80px)}}

/* cookie consent: one small card, bottom-left, no overlay */
/* bottom-right: the hero CTA is left-aligned, so the left corner covered the primary
   button on short viewports */
.consent{position:fixed;right:18px;bottom:18px;z-index:70;max-width:400px;background:#13161C;color:#EEF1F6;border:1px solid rgba(238,241,246,.14);border-radius:8px;padding:20px 22px 18px;box-shadow:0 24px 60px -24px rgba(0,0,0,.8);font-size:13.5px;line-height:1.55}
.consent .consent-h{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--red-hi);margin-bottom:8px}
.consent p{color:#A7AEB9}
.consent a{color:#EEF1F6;border-bottom:1px solid rgba(238,241,246,.3)}
.consent .consent-b{display:flex;gap:10px;margin-top:16px}
.consent .btn{padding:10px 16px;font-size:14px}
.consent .btn.ghost{color:#EEF1F6;border-color:rgba(238,241,246,.25)}
@media(max-width:600px){.consent{left:12px;right:12px;bottom:12px;max-width:none}}

/* footer: legal identity line, small links */
.flegal{font-size:12px;color:#79818D;line-height:1.6;margin-top:18px;padding-top:16px;border-top:1px solid rgba(238,241,246,.08)}
.fsmall{font-size:12px;color:#79818D;margin-top:10px}
.fsmall a{color:#A7AEB9;border-bottom:1px solid rgba(238,241,246,.2)}

/* error pages */
.errpage .wrap{padding-top:70px;padding-bottom:90px}
.errpage .meta a{color:var(--s-txt2)}

/* newsletter unsubscribe */
.unsub{max-width:560px}
.unsub label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}
.unsub .row{display:flex;gap:10px;flex-wrap:wrap}
.unsub input[type=email]{flex:1 1 260px;padding:13px 14px;font:inherit;border:1px solid var(--s-line);border-radius:4px;background:var(--s-bg)}
.unsub .form-msg{font-size:16px}


/* inline form validation */
.ferr{font-size:12.5px;line-height:1.45;color:var(--red-hi);margin-top:7px;min-height:0}
.ferr:empty{display:none}
.field.err input,.field.err textarea{border-color:var(--red);background:rgba(225,36,27,.06)}
.field.err input:focus,.field.err textarea:focus{box-shadow:0 0 0 3px rgba(225,36,27,.2)}
.field.err label{color:var(--red-hi)}
.form-msg.ok,.form-msg.err{padding:12px 14px;border-radius:4px;text-align:left;line-height:1.5}
.form-msg.ok{background:rgba(61,220,132,.1);border:1px solid rgba(61,220,132,.35)}
.form-msg.err{background:rgba(225,36,27,.1);border:1px solid rgba(225,36,27,.4)}
.fnews .ferr{margin-top:6px}


/* language chooser: blocking overlay, shown once on first visit */
/* display:flex here would beat the UA's [hidden]{display:none}, since author styles
   always win over UA styles - so the hidden state has to be restated explicitly */
.langgate{position:fixed;inset:0;z-index:90;background:rgba(6,7,9,.82);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}
.langgate[hidden]{display:none}
.langgate-card{background:#13161C;border:1px solid rgba(238,241,246,.14);border-radius:10px;padding:34px 34px 28px;max-width:520px;width:100%;box-shadow:0 40px 90px -30px rgba(0,0,0,.85)}
.langgate-eb{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--red-hi);margin-bottom:14px}
.langgate h2{font-size:23px;font-weight:800;letter-spacing:-.02em;color:#EEF1F6;line-height:1.25}
.langgate h2 span{display:block;font-size:15px;font-weight:500;color:#79818D;letter-spacing:0}
.langgate-opts{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.langgate-opts a{display:flex;align-items:baseline;gap:12px;padding:15px 18px;border:1px solid rgba(238,241,246,.16);border-radius:6px;color:#EEF1F6;transition:border-color .18s,background .18s,transform .18s}
.langgate-opts a:hover,.langgate-opts a:focus-visible{border-color:var(--red-hi);background:#1C2027;transform:translateY(-1px)}
.langgate-opts a b{font-size:17px;font-weight:700}
.langgate-opts a span{font-size:13px;color:#79818D}
.langgate-opts a.suggested{border-color:var(--red);background:rgba(225,36,27,.08)}
.langgate-opts a.suggested b::after{content:"\2190";margin-left:8px;color:var(--red-hi)}
body.gate-open{overflow:hidden}
/* the consent card waits its turn, and never sits on top of the hero CTA */
body.gate-open .consent{display:none}
@media(max-height:700px){.consent{max-width:320px;padding:16px 18px 14px;font-size:12.5px}}
@media(max-width:600px){.langgate-card{padding:26px 22px 22px}.langgate h2{font-size:20px}}

/* understated inline pointer, e.g. to the About page from a section intro */
.quiet{color:var(--red);font-weight:600;white-space:nowrap;border-bottom:1px solid rgba(225,36,27,.3)}
.quiet:hover{border-bottom-color:currentColor}
.sec-dark .quiet{color:var(--red-hi)}

/* three-up variant of the step grid, for the why-choose-us band */
.steps.steps-3{grid-template-columns:repeat(3,1fr)}
@media(max-width:1020px){.steps.steps-3{grid-template-columns:1fr 1fr}
  .steps.steps-3 .step:nth-child(2n){border-right:none}
  .steps.steps-3 .step:not(:last-child){border-bottom:1px solid var(--s-line)}}
@media(max-width:600px){.steps.steps-3{grid-template-columns:1fr}
  .steps.steps-3 .step{border-right:none}}

/* company facts: a plain label/value list, deliberately not a ticked list so it
   reads as identity rather than as another set of selling points */
.facts{display:grid;grid-template-columns:auto minmax(0,1fr);gap:15px 30px;margin:32px 0 0;max-width:80ch;font-size:14.5px}
.facts dt{font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--s-txt3);padding-top:3px;white-space:nowrap}
.facts dd{color:var(--s-txt);margin:0;line-height:1.5}
@media(max-width:600px){.facts{grid-template-columns:1fr;gap:5px 0}
  .facts dt{white-space:normal}
  .facts dd{margin-bottom:14px}}

/* the line under the services grid pointing at the products page. The grid draws a
   border, so this needs real clearance or it reads as part of the last card. */
.svcfoot{margin-top:44px;font-size:15px;color:var(--s-txt2);line-height:1.6}
@media(max-width:600px){.svcfoot{margin-top:32px}}
