
:root{
  --navy:#0d2232;
  --navy-2:#102a3b;
  --ink:#10283a;
  --coral:#f16857;
  --coral-2:#ff7563;
  --sky:#63b9d8;
  --light:#f5f8fb;
  --line:#dce5eb;
  --muted:#617281;
  --shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:min(var(--shell), calc(100% - 56px));margin:0 auto}
.site-header{
  position:absolute;left:0;top:0;width:100%;z-index:20;
  height:86px;color:#fff;
}
.header-inner{height:100%;display:flex;align-items:center;gap:34px}
.brand{width:182px;flex:0 0 auto}
.brand img{width:100%;height:auto}
.main-nav{display:flex;gap:32px;margin-left:auto;font-size:14px;font-weight:650}
.main-nav a{position:relative;padding:31px 0 25px;opacity:.92}
.main-nav a.active:after,.main-nav a:hover:after{
  content:"";position:absolute;left:0;bottom:19px;width:22px;height:2px;background:var(--coral)
}
.header-cta{margin-left:18px}
.menu-toggle{display:none}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-height:48px;padding:0 23px;border-radius:999px;font-weight:750;font-size:14px;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-coral{
  color:#fff;background:linear-gradient(135deg,var(--coral),var(--coral-2));
  box-shadow:0 12px 28px rgba(241,104,87,.28)
}
.btn-outline-light{color:#fff;border:1px solid rgba(255,255,255,.72);background:rgba(11,31,46,.18)}

.hero{
  min-height:590px;position:relative;overflow:hidden;color:#fff;
  background:var(--navy);
}
.hero-bg{
  position:absolute;inset:0;
  background:url('home-hero-approved.webp') center center/cover no-repeat;
  filter:saturate(.72) contrast(1.05) brightness(.78);
  transform:scale(1.015);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(8,25,39,.96) 0%, rgba(8,25,39,.84) 34%, rgba(8,25,39,.36) 56%, rgba(8,25,39,.18) 100%),
    linear-gradient(180deg, rgba(8,25,39,.4), rgba(8,25,39,.06) 72%, rgba(8,25,39,.32));
}
.hero-grid{
  position:relative;z-index:3;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;
  min-height:590px;padding-top:92px;
}
.hero-copy{max-width:610px}
.eyebrow{
  margin:0 0 14px;font-size:12px;letter-spacing:.24em;font-weight:800;color:#718798;
}
.eyebrow.light{color:#c9d7e2}
.eyebrow i{font-style:normal;color:#718698;margin:0 7px}
.hero h1{
  margin:0 0 16px;font-size:61px;line-height:.98;letter-spacing:-.045em;font-weight:840;
}
.hero h1 span{font-weight:420}
.hero h1 strong{font-weight:850}
.hero-lead{
  max-width:610px;margin:0;color:#eef4f8;font-size:16px;line-height:1.55;
}
.hero-actions{
  display:flex;
  gap:14px;
  margin-top:26px;
  align-items:center;
  flex-wrap:wrap;
}
.hero-motto{
  justify-self:end;align-self:center;
  display:flex;flex-direction:column;align-items:flex-end;
  font-size:18px;line-height:1.05;text-align:right;text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.hero-motto-inline{
  margin-left:12px;
}
.hero-motto i{display:block;width:112px;height:3px;background:var(--coral);margin-top:10px}
.ribbons{
  position:absolute;right:-70px;bottom:-50px;width:42%;height:190px;z-index:2;transform:rotate(-5deg);
}
.ribbons span{
  position:absolute;left:0;right:0;height:22px;border-radius:50%;border-top:10px solid rgba(255,255,255,.88);
  box-shadow:0 -4px 0 rgba(255,255,255,.18);
}
.ribbons span:nth-child(1){bottom:14px;border-color:#f2f6f8}
.ribbons span:nth-child(2){bottom:45px;border-color:#5fb5d4}
.ribbons span:nth-child(3){bottom:76px;border-color:#e9eff4}
.ribbons span:nth-child(4){bottom:106px;border-color:#f17a67}

.section-white{background:#fff}
.services{padding:54px 0 30px}
.section-head.split{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}
.section-head h2,.ai-section h2,.cta-section h2{
  margin:0;font-size:42px;line-height:1.02;letter-spacing:-.035em;
}
.section-head h2 em,.cta-section h2 em{color:var(--coral);font-style:normal}
.intro{padding-bottom:5px;color:var(--muted);font-size:15px;line-height:1.55}
.intro p{margin:0 0 12px}
.text-link{font-weight:800;color:var(--ink);font-size:14px}
.text-link span{margin-left:9px}
.services-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:34px;
}
.service-card{
  min-height:230px;padding:22px 18px 17px;border:1px solid var(--line);border-radius:10px;
  background:linear-gradient(180deg,#fff,#fbfdfe);
  box-shadow:0 8px 24px rgba(13,34,50,.045);
  display:flex;flex-direction:column;
}
.service-card h3{margin:14px 0 10px;font-size:16px;line-height:1.07}
.service-card p{margin:0;color:#6b7d8a;font-size:12.5px;line-height:1.45}
.service-card>a{margin-top:auto;font-size:22px;font-weight:900}
.service-icon{
  width:40px;height:40px;border:3px solid #11527b;border-radius:8px;
  display:grid;place-items:center;color:#11527b;font-weight:900;font-size:20px;
}
.service-icon.magnify{border:0;font-size:48px;width:auto;justify-content:start}
.service-icon.ai{font-size:15px}
.service-icon.palette{border-radius:50%}
.social-icons{display:flex;gap:4px;align-items:center;height:40px}
.social-icons b{
  width:24px;height:24px;display:grid;place-items:center;border-radius:4px;background:#1a5d8b;color:#fff;font-size:12px;
}
.social-icons b:first-child{background:#f15d79}
.social-icons b:nth-child(2){background:#3479c8}
.social-icons b:nth-child(3){background:#111}
.social-icons b:nth-child(4){background:#1367a1}
.ads-icon{
  width:40px;height:40px;border-radius:10px;
  display:grid;place-items:center;
  background:conic-gradient(from 215deg,#36a853 0 33%,#fbbc05 33% 66%,#4285f4 66% 100%);
  color:white;font-weight:900;
}

.stats{
  background:
    radial-gradient(circle at 5% 100%,rgba(91,160,196,.18),transparent 28%),
    radial-gradient(circle at 94% 10%,rgba(63,122,160,.13),transparent 22%),
    var(--navy);
  color:#fff;padding:26px 0;
}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.35fr;align-items:center}
.stat{padding:2px 28px;border-right:1px solid rgba(255,255,255,.28)}
.stat:first-child{padding-left:0}
.stat strong{display:block;font-size:38px;letter-spacing:-.04em}
.stat span{font-size:12px;color:#e7eef3}
.growth-note{
  padding-left:55px;font-family:"Brush Script MT","Segoe Script",cursive;font-size:29px;line-height:.85;color:#d4e0e7;transform:rotate(-5deg)
}
.growth-note i{display:block;width:95px;height:3px;background:var(--coral);margin:13px 0 0 10px}

.portfolio{padding:48px 0}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.project-card{
  min-height:176px;border-radius:10px;background-size:cover;background-position:center;
  position:relative;overflow:hidden;color:#fff;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;
}
.project-card:before{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(4,18,28,.88) 100%)
}
.project-card>div,.project-card>span{position:relative;z-index:2}
.project-card h3{margin:0 0 2px;font-size:16px}
.project-card p{margin:0;font-size:11px;color:#dfe7ed}
.project-card>span{font-size:26px}

.ai-section{
  position:relative;overflow:hidden;background:linear-gradient(110deg,#eff5f9,#e4edf4);
  padding:50px 0 42px;
}
.ai-grid{display:grid;grid-template-columns:1fr 1.05fr .55fr;align-items:center;gap:30px}
.ai-copy p:not(.eyebrow){color:#657887;line-height:1.55;font-size:14px;max-width:470px}
.ai-copy .btn{margin-top:10px}
.ai-visual{height:190px;position:relative}
.ai-card{
  position:absolute;width:145px;height:58px;border-radius:10px;background:#fff;border:1px solid #cdd9e0;
  box-shadow:0 14px 28px rgba(24,54,73,.12);display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#213c50
}
.ai-card.c1{left:135px;top:0}
.ai-card.c2{left:78px;top:60px}
.ai-card.c3{left:18px;top:120px}
.ai-path{
  position:absolute;left:-60px;right:-20px;height:22px;border-top:9px solid #e8eef2;border-radius:50%;transform:rotate(-10deg)
}
.ai-path.p1{bottom:10px}
.ai-path.p2{bottom:38px;border-color:#63b6d4}
.ai-path.p3{bottom:66px;border-color:#f17b68}
.ai-side{
  border-left:1px solid #8aa0af;padding-left:28px;font-size:22px;line-height:1.08;color:#294358;
}
.ai-side i{display:block;width:24px;height:3px;background:var(--coral);margin-top:17px}

.cta-section{
  background:
    linear-gradient(rgba(9,30,45,.93),rgba(9,30,45,.95)),
    radial-gradient(circle at 50% 100%,#243d4c,transparent 58%);
  color:#fff;padding:45px 0;
}
.cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}
.cta-section h2{font-size:38px}
.cta-section p:not(.eyebrow){color:#d5e0e8;line-height:1.55;font-size:14px;max-width:570px}
.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:15px}
.btn.large{min-width:310px}
.checks{display:flex;gap:18px;font-size:11px;color:#e5eef4;flex-wrap:wrap}

.footer{background:#0a1e2c;color:#fff;border-top:1px solid rgba(255,255,255,.16);padding:20px 0 24px}
.footer-grid{display:grid;grid-template-columns:auto auto 1fr auto auto;gap:22px;align-items:center}
.footer-brand{width:135px}
.tagline{font-size:10px;color:#c6d1d9}
.footer-nav{display:flex;gap:20px;justify-content:center;font-size:10px;color:#d5dfe5}
.socials{display:flex;gap:12px;align-items:center;font-size:12px}
.copyright{font-size:9px;color:#9fb0bc}

@media (max-width: 980px){
  .site-header{position:fixed;background:rgba(8,27,40,.96);height:72px}
  .header-inner{gap:16px}
  .brand{width:155px}
  .main-nav,.header-cta{display:none}
  .menu-toggle{display:block;margin-left:auto;background:none;border:0;color:#fff;font-size:28px}
  .main-nav.open{
    display:flex;position:absolute;top:72px;left:0;right:0;background:#0a2232;flex-direction:column;padding:18px 28px;gap:0
  }
  .main-nav.open a{padding:14px 0}
  .hero-grid{grid-template-columns:1fr;min-height:650px;padding-top:105px}
  .hero-copy{max-width:680px}
  .hero-motto{display:none}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .section-head.split,.cta-grid{grid-template-columns:1fr;gap:25px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .growth-note{display:none}
  .stat:nth-child(2){border-right:0}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .ai-grid{grid-template-columns:1fr}
  .ai-side{border-left:0;border-top:1px solid #9cb0bd;padding:20px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:18px}
  .footer-nav{grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}
}
@media (max-width: 640px){
  .shell{width:min(100% - 30px,var(--shell))}
  .hero{min-height:720px}
  .hero-grid{min-height:720px}
  .hero h1{font-size:44px}
  .hero-lead{font-size:14px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .ribbons{width:80%;right:-150px}
  .section-head h2,.ai-section h2{font-size:34px}
  .services-grid,.portfolio-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat{padding:18px 12px}
  .stat strong{font-size:32px}
  .ai-visual{transform:scale(.88);transform-origin:left center}
  .cta-section h2{font-size:32px}
  .btn.large{min-width:0;width:100%}
  .footer-grid{grid-template-columns:1fr}
  .tagline,.copyright{font-size:10px}
}


/* Requested fixes only: clean logo, clean hero, live-style footer */
.ribbons{display:none!important;}

.live-footer{
  background:#000;
  color:#fff;
  padding:0;
  font-size:15px;
}
.live-footer a{color:#fff;text-decoration:none}
.live-footer-main{
  display:grid;
  grid-template-columns:1.15fr 1fr .8fr;
  gap:70px;
  padding:56px 0 48px;
}
.live-footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.live-footer-col h3{
  margin:0 0 12px;
  font-size:22px;
  font-weight:500;
}
.live-footer-col h4{
  margin:0 0 12px;
  font-size:14px;
  letter-spacing:.08em;
}
.live-footer-col p{
  margin:0;
  line-height:1.45;
  color:#fff;
}
.live-footer-services a{line-height:1.35}
.live-footer-legal{
  border-top:1px solid #222;
  border-bottom:1px solid #222;
}
.live-footer-legal-inner{
  min-height:58px;
  display:flex;
  gap:34px;
  align-items:center;
  flex-wrap:wrap;
}
.live-footer-copy{
  padding:44px 0;
  color:#8f8f8f;
}
.live-footer-copy .shell{
  text-align:center;
}
.live-footer-copy strong{
  color:#e7b324;
  font-weight:500;
}
@media(max-width:900px){
  .live-footer-main{
    grid-template-columns:1fr 1fr;
    gap:35px;
  }
}
@media(max-width:620px){
  .live-footer-main{
    grid-template-columns:1fr;
    gap:30px;
    padding:38px 0;
  }
  .live-footer-legal-inner{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    padding:18px 0;
  }
  .live-footer-copy{padding:28px 0}
}
/* v16: ONLY the AI section restored to the original mockup composition */
.ai-mockup-section{
  position:relative;
  min-height:245px;
  overflow:hidden;
  background:#eef5f9;
}
.ai-mockup-bg{
  position:absolute;
  inset:0;
  background:url('ai-banner.webp') center center/cover no-repeat;
}
.ai-mockup-content{
  position:relative;
  z-index:2;
  min-height:245px;
  display:flex;
  align-items:center;
}
.ai-mockup-copy{
  width:min(430px,40%);
  padding:24px 0;
}
.ai-mockup-copy h2{
  margin:0 0 8px;
  font-size:29px;
  line-height:1.05;
  color:var(--ink);
}
.ai-mockup-copy p:not(.eyebrow){
  margin:0 0 14px;
  font-size:12px;
  line-height:1.5;
  color:#637786;
}
@media(max-width:800px){
  .ai-mockup-section,.ai-mockup-content{min-height:420px}
  .ai-mockup-bg{
    background-position:66% center;
    opacity:.58;
  }
  .ai-mockup-copy{
    width:100%;
    max-width:440px;
    background:rgba(238,245,249,.86);
    padding:22px;
    border-radius:14px;
  }
}


/* v18 - only requested homepage tweaks */
#portfolio .section-head h2 em{
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
#portfolio .section-head h2 em::before,
#portfolio .section-head h2 em::after{
  content:none !important;
  display:none !important;
}

/* small zoom for the red phrases when the section becomes visible */
.services .section-head h2 em,
.portfolio .section-head h2 em,
.cta-section h2 em{
  display:inline-block;
  transform-origin:left center;
  will-change:transform;
}
.reveal.is-visible .section-head h2 em,
.reveal.is-visible h2 em{
  animation:bdRedPhraseZoom .52s ease-out both;
}
@keyframes bdRedPhraseZoom{
  0%{transform:scale(.94)}
  55%{transform:scale(1.035)}
  100%{transform:scale(1)}
}


/* v19 - fix ghost artifact under the red emphasized phrase */
#portfolio .section-head h2{
  overflow:hidden;
}
.services .section-head h2 em,
.portfolio .section-head h2 em,
.cta-section h2 em{
  position:relative;
  display:inline-block;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  transform:translateZ(0);
  contain:paint;
}
.reveal.is-visible .section-head h2 em,
.reveal.is-visible h2 em{
  animation:bdRedPhraseZoomClean .42s ease-out both;
}
@keyframes bdRedPhraseZoomClean{
  0%{transform:translateZ(0) scale(.985)}
  60%{transform:translateZ(0) scale(1.02)}
  100%{transform:translateZ(0) scale(1)}
}


/* v34 - homepage service cards: the whole card is clickable */
.service-card-link{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.service-card-link .service-card-arrow{
  margin-top:auto;
  font-size:22px;
  font-weight:900;
  color:var(--ink);
}
.service-card-link:focus-visible{
  outline:2px solid var(--coral);
  outline-offset:3px;
}


/* v38 - requested: sticky homepage header + easier Services dropdown */
.site-header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:rgba(8,28,42,.94);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(5,23,35,.10);
}
.nav-drop{position:relative}
.nav-drop>a{
  display:flex;
  align-items:center;
  gap:5px;
  position:relative;
  padding:31px 0 25px;
  opacity:.92;
}
.nav-drop>a::after{
  content:"⌄";
  font-size:11px;
  opacity:.78;
}
.nav-drop::before{
  content:"";
  position:absolute;
  left:-20px;
  right:-20px;
  top:100%;
  height:18px;
}
.drop-menu{
  display:none;
  position:absolute;
  top:68px;
  left:-22px;
  width:245px;
  padding:10px;
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  z-index:100;
}
.drop-menu a{
  display:block;
  padding:10px 12px !important;
  color:var(--ink);
  opacity:1 !important;
  white-space:nowrap;
  border-radius:7px;
}
.drop-menu a:hover{background:#f2f7fa}
.nav-drop:hover .drop-menu,
.nav-drop:focus-within .drop-menu,
.nav-drop.open .drop-menu{
  display:grid;
}
@media(max-width:980px){
  .nav-drop{width:100%}
  .nav-drop>a{padding:14px 0}
  .drop-menu{
    position:static;
    width:100%;
    box-shadow:none;
    border:0;
    background:rgba(255,255,255,.06);
    padding:4px 8px;
  }
  .drop-menu a{color:#fff}
  .drop-menu a:hover{background:rgba(255,255,255,.08)}
}


/* v45 - homepage service cards: sequential subtle zoom from first to last */
#services .service-card{
  transform:scale(1);
  transform-origin:center;
}
#services.sequence-active .service-card{
  animation:serviceCardPulse .58s ease-in-out both;
}
#services.sequence-active .service-card:nth-child(1){animation-delay:0s}
#services.sequence-active .service-card:nth-child(2){animation-delay:.14s}
#services.sequence-active .service-card:nth-child(3){animation-delay:.28s}
#services.sequence-active .service-card:nth-child(4){animation-delay:.42s}
#services.sequence-active .service-card:nth-child(5){animation-delay:.56s}
#services.sequence-active .service-card:nth-child(6){animation-delay:.70s}

@keyframes serviceCardPulse{
  0%{transform:scale(1)}
  45%{transform:scale(1.035)}
  100%{transform:scale(1)}
}
@media(prefers-reduced-motion:reduce){
  #services.sequence-active .service-card{animation:none!important}
}


/* v46 - requested banner above Πραγματικά αποτελέσματα */
.home-before-results-banner{
  width:100%;
  line-height:0;
  overflow:hidden;
  background:#eef4f8;
}
.home-before-results-banner img{
  display:block;
  width:100%;
  height:auto;
}


/* v47 - homepage phrase orange for 2s then white */
.hero h1 .hero-phrase-accent{
  display:inline-block;
  color:var(--coral);
  font-weight:840;
  animation:heroPhraseToWhite 2s ease forwards;
}
.hero h1 .hero-phrase-accent strong{
  color:inherit;
  font-weight:850;
}
@keyframes heroPhraseToWhite{
  0%{color:var(--coral)}
  88%{color:var(--coral)}
  100%{color:#ffffff}
}


/* v53 - homepage cookie banner shared behavior */
.cookie-banner{
  position:fixed;
  z-index:9999;
  left:18px;
  right:18px;
  bottom:18px;
  max-width:900px;
  margin:auto;
  background:#0b2638;
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  padding:16px 18px;
  display:none;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  box-shadow:0 22px 60px rgba(0,0,0,.26);
}
.cookie-banner.show{display:grid}
.cookie-banner p{margin:0;font-size:12px;color:#d5e1e8;line-height:1.5}
.cookie-banner a{color:#fff;text-decoration:underline}
.cookie-actions{display:flex;gap:8px}
.cookie-actions button{
  border:0;
  border-radius:999px;
  padding:9px 13px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
.cookie-accept{background:var(--coral);color:#fff}
.cookie-reject{background:#e8eef2;color:#10283a}
@media(max-width:620px){
  .cookie-banner{grid-template-columns:1fr}
  .cookie-actions{flex-wrap:wrap}
}


/* v55 - homepage hero video replaces only the previous hero photo */
.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}

/* v66 - bilingual language selector */
.lang-switch{display:flex;align-items:center;gap:4px;margin-left:10px;padding:3px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.06);flex:0 0 auto}.lang-switch a{display:flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.08em;color:#dce8ef}.lang-switch a.active{background:#fff;color:#0b2638}.lang-switch a:hover{background:rgba(255,255,255,.16);color:#fff}.lang-switch a.active:hover{background:#fff;color:#0b2638}@media(max-width:980px){.lang-switch{margin-left:auto;margin-right:8px}.header-inner .lang-switch + .header-cta{display:none}}


/* v70 - requested: dark motion hover for white cards + cleaner animated growth note */
.service-card,
.service-card-link,
.service-card-link .service-card-arrow{
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease,color .28s ease;
}

.service-card:hover,
.service-card:focus-within,
.service-card-link:hover,
.service-card-link:focus-visible{
  background:linear-gradient(135deg,#0a273b 0%,#10344c 55%,#0b2232 100%) !important;
  border-color:#21465f;
  box-shadow:0 18px 40px rgba(5,24,38,.18);
  transform:translateY(-5px) scale(1.01);
}
.service-card:hover h3,
.service-card:hover p,
.service-card:hover .service-card-arrow,
.service-card:focus-within h3,
.service-card:focus-within p,
.service-card:focus-within .service-card-arrow,
.service-card-link:hover h3,
.service-card-link:hover p,
.service-card-link:hover .service-card-arrow,
.service-card-link:focus-visible h3,
.service-card-link:focus-visible p,
.service-card-link:focus-visible .service-card-arrow{
  color:#ffffff !important;
}
.service-card:hover .service-icon,
.service-card:focus-within .service-icon,
.service-card-link:hover .service-icon,
.service-card-link:focus-visible .service-icon{
  color:#ffffff;
  border-color:rgba(255,255,255,.92);
}
.service-card:hover .social-icons b,
.service-card:focus-within .social-icons b,
.service-card-link:hover .social-icons b,
.service-card-link:focus-visible .social-icons b{
  box-shadow:0 8px 20px rgba(0,0,0,.20);
}

.growth-note{
  padding-left:55px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-style:italic;
  font-weight:700;
  font-size:31px;
  line-height:.92;
  letter-spacing:-.045em;
  color:#ffffff;
  transform:rotate(-1.3deg) translateZ(0);
  text-shadow:0 2px 10px rgba(0,0,0,.12);
  animation:growthNoteFloat 3.6s ease-in-out infinite;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.growth-note b{
  display:block;
  font-style:normal;
  font-weight:900;
  color:#ffffff;
}
.growth-note i{
  display:block;
  width:102px;
  height:3px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  margin:14px 0 0 10px;
}
@keyframes growthNoteFloat{
  0%,100%{transform:rotate(-1.3deg) translateY(0)}
  50%{transform:rotate(-1.3deg) translateY(-5px)}
}
@media(prefers-reduced-motion:reduce){
  .growth-note{animation:none}
}


/* v75 - demo-derived homepage editorial content */
.home-demo-section{padding:58px 0;background:#fff}
.home-demo-section.home-demo-soft{background:#f4f8fb}
.home-demo-head{max-width:900px;margin-bottom:28px}
.home-demo-head h2{margin:0;font-size:42px;line-height:1.04;letter-spacing:-.038em}
.home-demo-head>p:not(.eyebrow){color:var(--muted);max-width:760px;margin:12px 0 0;line-height:1.7}
.home-demo-grid{display:grid;gap:16px}
.home-demo-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-demo-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-demo-card,.home-demo-case{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease}
.home-demo-card h3,.home-demo-case h3{margin:0 0 9px;font-size:21px;line-height:1.15}
.home-demo-card p,.home-demo-case p,.home-demo-case li{color:var(--muted);line-height:1.68}
.home-demo-card:hover,.home-demo-case:hover{background:#0c293d;color:#fff;border-color:#0c293d;transform:translateY(-5px);box-shadow:0 18px 38px rgba(6,28,44,.13)}
.home-demo-card:hover p,.home-demo-case:hover p,.home-demo-case:hover li,.home-demo-card:hover a,.home-demo-case:hover b,.home-demo-case:hover span{color:#fff}
.home-demo-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px;font-size:13px;font-weight:800}
.home-demo-links a{color:var(--ink)}
.home-demo-split{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}
.home-demo-split h2{margin:0;font-size:44px;line-height:1.03;letter-spacing:-.04em}
.home-demo-prose p{color:var(--muted);line-height:1.75}
.home-demo-quotes{display:grid;gap:8px;margin-bottom:20px;padding:22px;border-left:4px solid var(--coral);background:#fff;border-radius:0 14px 14px 0}
.home-demo-quotes span{font-weight:700}.home-demo-quotes strong{color:var(--coral)}
.home-demo-case span,.home-demo-case b{display:block;color:var(--coral);font-size:14px;font-weight:900;margin:0 0 8px}
.home-demo-case b{margin-top:18px}.home-demo-case ul{padding-left:20px;margin:8px 0 0}
.home-demo-process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;list-style:none;padding:0;margin:0}
.home-demo-process li{border-top:3px solid var(--coral);background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 24px rgba(10,35,52,.05)}
.home-demo-process strong{display:block;color:#a9bdca;font-size:25px}.home-demo-process h3{margin:8px 0;font-size:17px}.home-demo-process p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.home-demo-note{margin:24px 0 0;color:var(--muted);line-height:1.7}
.home-demo-final{background:#0c2232;color:#fff}
.home-demo-final-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.home-demo-final h2{font-size:39px;line-height:1.06;margin:0 0 14px}.home-demo-final p,.home-demo-final li{color:#d7e3ea;line-height:1.7}.home-demo-final ul{padding-left:20px}.home-demo-reassurance{font-size:12px;margin-top:14px}
@media(max-width:980px){.home-demo-grid-3{grid-template-columns:1fr 1fr}.home-demo-process{grid-template-columns:1fr 1fr}.home-demo-split,.home-demo-final-grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:640px){.home-demo-section{padding:42px 0}.home-demo-head h2,.home-demo-split h2,.home-demo-final h2{font-size:31px}.home-demo-grid-2,.home-demo-grid-3,.home-demo-process{grid-template-columns:1fr}}


/* v82 - homepage contact section: text left, form right */
.home-inline-contact{
  padding:62px 0;
  background:linear-gradient(180deg,#f6fafc 0%,#ffffff 100%);
}
.home-inline-contact .section-head.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:end;
  margin-bottom:30px;
}
.home-inline-contact .section-head h2{
  margin:0;
  font-size:42px;
  line-height:1.03;
  letter-spacing:-.035em;
}
.home-inline-contact .section-head h2 em{color:var(--coral);font-style:normal}
.home-inline-contact .intro{color:var(--muted);font-size:15px;line-height:1.65}
.home-inline-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);
  gap:34px;
  align-items:start;
}
.home-inline-contact-copy{display:grid;gap:18px}
.home-inline-points{display:grid;gap:14px}
.home-inline-point{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px 18px 16px;
  box-shadow:0 12px 28px rgba(8,30,44,.05);
}
.home-inline-point strong{display:block;margin:0 0 6px;font-size:15px;color:var(--ink)}
.home-inline-point p{margin:0;color:var(--muted);line-height:1.7}
.home-inline-contact-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home-inline-contact-mini span{
  display:flex;align-items:center;gap:8px;
  padding:12px 14px;border-radius:12px;
  background:#0b2333;color:#fff;
  font-size:13px;font-weight:700;
  box-shadow:0 10px 24px rgba(8,30,44,.1);
}
.home-mini-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  box-shadow:0 18px 50px rgba(10,35,52,.08);
}
.home-mini-form h2{margin:0 0 6px;font-size:28px;line-height:1.1}
.home-mini-form>p{margin:0 0 20px;color:var(--muted);line-height:1.6}
.home-mini-form .contact-grid-v8{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.home-mini-form .contact-grid-v8 label{font-size:12px;font-weight:800;color:var(--ink)}
.home-mini-form .contact-grid-v8 input,
.home-mini-form .contact-grid-v8 select,
.home-mini-form .contact-grid-v8 textarea{
  width:100%;
  border:1px solid #cad9e2;
  border-radius:10px;
  padding:13px 14px;
  font:inherit;
  margin-top:6px;
  background:#fff;
  color:var(--ink);
}
.home-mini-form .contact-grid-v8 textarea{min-height:120px;resize:vertical}
.home-mini-form .contact-grid-v8 .full{grid-column:1/-1}
.home-mini-form .security-box{
  display:grid;
  grid-template-columns:1fr 150px;
  gap:12px;
  align-items:center;
  background:#f2f7fa;
  border:1px solid var(--line);
  padding:14px;
  border-radius:12px;
}
.home-mini-form .security-box strong{color:var(--coral);font-size:22px;letter-spacing:.1em}
.home-mini-form .form-note{margin-top:12px;font-size:12px;color:#7d8e99}
.home-mini-form .form-status{font-size:12px;margin:8px 0 0;min-height:18px;color:var(--muted)}
@media(max-width:980px){
  .home-inline-contact .section-head.split,
  .home-inline-contact-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .home-inline-contact .section-head h2{font-size:32px}
  .home-inline-contact-mini{grid-template-columns:1fr}
  .home-mini-form{padding:20px 18px}
  .home-mini-form .contact-grid-v8{grid-template-columns:1fr}
  .home-mini-form .contact-grid-v8 .full{grid-column:auto}
  .home-mini-form .security-box{grid-template-columns:1fr}
}


/* v122 — header phone on homepage */
.header-phone{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  font-size:12px;
  font-weight:800;
  color:#fff;
  opacity:.96;
}
.header-phone:hover{color:#fff;opacity:1}
.header-phone + .lang-switch{margin-left:8px}
@media(max-width:980px){
  .header-phone{margin-left:auto;font-size:11px}
  .header-phone + .lang-switch{margin-left:0}
}
@media(max-width:640px){
  .header-phone{font-size:0}
  .header-phone::before{content:"☎";font-size:19px;line-height:1}
}


/* v123 — restore CTA and keep phone at far right */
.header-inner .header-cta{
  flex:0 0 auto;
  white-space:nowrap;
}
.header-inner .header-phone{
  margin-left:0 !important;
  margin-right:0;
  flex:0 0 auto;
  white-space:nowrap;
}
.header-inner .header-cta + .header-phone{
  margin-left:0 !important;
}
@media(min-width:981px){
  .header-inner .header-phone{
    order:99;
  }
}


/* v135 - trusted clients logo carousel */
.trusted-clients-section{
  padding:58px 0 62px;
  background:#fff;
  overflow:hidden;
}
.trusted-clients-head{
  text-align:center;
  margin-bottom:26px;
}
.trusted-clients-head h2{
  margin:0;
  color:#0b2638;
  font-size:40px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.trusted-clients-carousel{
  position:relative;
  overflow:hidden;
  width:100%;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);
}
.trusted-clients-track{
  display:flex;
  align-items:center;
  gap:18px;
  width:max-content;
  animation:trustedClientsScroll 132s linear infinite;
}
.trusted-clients-carousel:hover .trusted-clients-track{animation-play-state:paused}
.trusted-logo-card{
  width:190px;
  height:112px;
  flex:0 0 190px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  background:#fff;
  border:1px solid #e2eaf0;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(8,32,48,.055);
}
.trusted-logo-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
@keyframes trustedClientsScroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 9px))}
}
@media(max-width:760px){
  .trusted-clients-section{padding:46px 0 50px}
  .trusted-clients-head h2{font-size:32px}
  .trusted-logo-card{width:160px;height:96px;flex-basis:160px;padding:10px 12px}
  .trusted-clients-track{gap:14px;animation-duration:112s}
}
@media(prefers-reduced-motion:reduce){
  .trusted-clients-track{animation:none;overflow-x:auto}
}

/* v136 - approved Big Digital logos: standard header / white footer */
.live-footer-logo{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-start;margin:0 0 -10px}
.live-footer-logo img{display:block;width:min(280px,70vw);height:auto}
@media(max-width:620px){.live-footer-logo{margin-bottom:0}.live-footer-logo img{width:min(240px,72vw)}}


/* v137 - white navigation header + black menu text */
.site-header{
  background:#fff !important;
  color:#0b2638 !important;
  box-shadow:0 1px 0 rgba(11,38,56,.10),0 8px 26px rgba(11,38,56,.06);
}
.site-header .main-nav a,
.site-header .nav-drop>a,
.site-header .header-phone{
  color:#111 !important;
  opacity:1 !important;
}
.site-header .menu-toggle{color:#111 !important}
.site-header .lang-switch{
  border-color:rgba(11,38,56,.18) !important;
  background:#f4f7f9 !important;
}
.site-header .lang-switch a{color:#0b2638 !important}
.site-header .lang-switch a.active{background:#0b2638 !important;color:#fff !important}
.site-header .drop-menu{background:#fff !important;color:#111 !important}
.site-header .drop-menu a{color:#111 !important}
.site-header .header-cta{color:#fff !important}
@media(max-width:980px){
  .site-header{background:#fff !important}
  .site-header .main-nav.open{background:#fff !important;color:#111 !important;border-top:1px solid #e5ebef}
  .site-header .main-nav.open a,.site-header .main-nav.open .nav-drop>a{color:#111 !important}
}
