:root{
  --turquoise:#049ac2;
  --turquoise-dark:#047fa0;
  --ink:#112838;
  --muted:#5f707b;
  --line:#dfe8ed;
  --paper:#ffffff;
  --soft:#f4f8fa;
  --blue-soft:#eaf6fa;
  --dark:#0b2432;
  --shadow:0 18px 50px rgba(17,40,56,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%; display:block}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid rgba(223,232,237,.9);
}
.header-inner{height:86px; display:flex; align-items:center; justify-content:space-between; gap:24px}
.brand-logo{width:190px; max-width:42vw}
.site-nav{display:flex; align-items:center; gap:24px}
.site-nav a{
  text-decoration:none; font-weight:650; font-size:15px; color:#26404e;
}
.site-nav a:not(.btn):hover{color:var(--turquoise)}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 22px; border-radius:999px;
  background:var(--turquoise); color:white!important; text-decoration:none;
  font-weight:750; border:1px solid var(--turquoise);
  box-shadow:0 12px 30px rgba(4,154,194,.20);
  transition:.2s ease;
}
.btn:hover{background:var(--turquoise-dark); transform:translateY(-1px)}
.btn-secondary{background:white; color:var(--ink)!important; border-color:var(--line); box-shadow:none}
.btn-secondary:hover{background:var(--soft)}
.btn-small{min-height:40px; padding:0 16px; font-size:14px}
.nav-toggle{display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:12px; background:white}
.nav-toggle span{display:block; height:2px; width:20px; background:var(--ink); margin:5px auto; border-radius:2px}

.hero{
  padding:90px 0 74px;
  background:
    radial-gradient(circle at 88% 12%, rgba(4,154,194,.14), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f5f9fb 100%);
}
.hero-grid{display:grid; grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr); gap:58px; align-items:center}
.eyebrow{
  margin:0 0 14px; text-transform:uppercase; letter-spacing:.12em;
  color:var(--turquoise); font-size:13px; font-weight:850;
}
.eyebrow.inverted{color:#bdeefa}
h1,h2,h3{line-height:1.1; margin:0 0 18px}
h1{font-size:clamp(42px,7vw,76px); letter-spacing:-.055em}
h2{font-size:clamp(28px,4vw,46px); letter-spacing:-.035em}
h3{font-size:21px; letter-spacing:-.02em}
.lead{font-size:20px; color:#40535f; max-width:760px; margin:0 0 28px}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap}
.hero-visual{position:relative}
.hero-image{
  height:610px; width:100%; object-fit:cover; object-position:center;
  border-radius:34px; box-shadow:var(--shadow);
}
.floating-card{
  position:absolute; left:-26px; bottom:34px; width:min(385px,calc(100% - 24px));
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(14px);
  border:1px solid rgba(223,232,237,.95);
  border-radius:26px;
  padding:24px;
  box-shadow:0 22px 55px rgba(17,40,56,.18);
  color:var(--ink);
}
.floating-card.modern:before{
  content:"";
  position:absolute;
  left:24px;
  top:-3px;
  width:78px;
  height:6px;
  border-radius:999px;
  background:var(--turquoise);
}
.floating-label{
  display:block;
  color:var(--turquoise);
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:12px;
  font-weight:850;
  margin-bottom:10px;
}
.floating-card strong{
  display:block;
  font-size:24px;
  line-height:1.18;
}
.section{padding:86px 0}
.section-light{background:var(--soft)}
.intro-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:center}
.intro-text{font-size:18px; color:var(--muted)}
.intro-text p:first-child{margin-top:0}
.section-heading{max-width:760px; margin-bottom:34px}
.section-heading p:last-child{font-size:18px; color:var(--muted)}

.clients-section{
  background:
    radial-gradient(circle at 82% 18%, rgba(4,154,194,.24), transparent 26%),
    linear-gradient(135deg,#0b2432 0%,#103546 55%,#0a2a39 100%);
  color:white;
  padding:82px 0;
}
.clients-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:56px;
  align-items:start;
}
.clients-grid h2{color:white}
.clients-lead{
  color:#d7e5eb;
  font-size:18px;
  margin:0;
}
.clients-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  padding:30px;
  box-shadow:0 18px 50px rgba(0,0,0,.16);
}
.clients-panel p{
  color:#e4eff3;
  font-size:18px;
}
.clients-panel p:first-child{margin-top:0}
.industry-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.industry-tags span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:white;
  font-size:14px;
  font-weight:700;
}

.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.service-card{
  background:white; border:1px solid var(--line); border-radius:var(--radius);
  padding:28px; box-shadow:0 10px 28px rgba(17,40,56,.05);
}
.service-card p{color:var(--muted); margin-bottom:0}

.method-section{
  background:
    radial-gradient(circle at 86% 12%, rgba(4,154,194,.14), transparent 28%),
    linear-gradient(180deg,#eef7fa 0%,#f8fbfc 100%);
}
.method-intro{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:56px;
  align-items:center;
  margin-bottom:34px;
}
.method-intro > div:last-child{
  background:rgba(255,255,255,.72);
  border:1px solid #cfe1e8;
  border-radius:24px;
  padding:26px 30px;
  box-shadow:0 10px 28px rgba(17,40,56,.05);
}
.method-intro p:not(.eyebrow){
  font-size:18px;
  color:var(--muted);
  margin:0;
}
.method-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.method-item{
  padding:24px;
  border-radius:22px;
  border:1px solid #cfe1e8;
  background:white;
  box-shadow:0 10px 28px rgba(17,40,56,.05);
}
.method-item span{display:block; color:var(--turquoise); font-weight:900; margin-bottom:14px}
.method-item p{color:var(--muted); margin-bottom:0}

.about-grid{display:grid; grid-template-columns:1fr .85fr; gap:54px; align-items:center}
.about-grid p{font-size:18px; color:var(--muted)}
.about-visual img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:30px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.people-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:28px;
}
.person-row{
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px 26px;
  background:linear-gradient(180deg,#ffffff,#f7fbfd);
}
.person-row h3{margin-bottom:6px}
.person-row p{margin:0; color:var(--muted); font-size:16px}

.contact-section{background:linear-gradient(180deg,#f7fbfd,#ffffff)}
.contact-grid{display:grid; grid-template-columns:1fr .9fr; gap:54px; align-items:start}
.contact-section p{font-size:18px; color:var(--muted)}
.contact-card{
  background:white; border:1px solid var(--line); border-radius:30px; padding:34px;
  box-shadow:var(--shadow);
}
.contact-card p{font-size:17px}
.legal-hero{padding:74px 0 30px; background:linear-gradient(180deg,#fff,#f5f9fb)}
.legal-content{max-width:820px}
.legal-content h2{font-size:26px; margin-top:34px}
.legal-content p,.legal-content li{color:#40535f; font-size:17px}
.legal-nav{gap:0}

.site-footer{padding:44px 0 24px; background:#071b26; color:white}
.footer-simple{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  align-items:start;
}
.footer-logo{width:180px; filter:brightness(0) invert(1); opacity:.95; margin-bottom:12px}
.site-footer p,.site-footer a{color:#ccdae0; text-decoration:none}
.site-footer a:hover{color:white; text-decoration:underline}
.footer-details{text-align:right}
.footer-details p{margin:0 0 8px}
.footer-legal{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px!important;
}
.footer-legal a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:white;
  font-size:14px;
  font-weight:700;
}
.footer-legal a:hover{
  background:rgba(255,255,255,.14);
  text-decoration:none;
}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12); margin-top:24px; padding-top:18px; display:flex; justify-content:space-between; color:#8ea5b0; font-size:14px}

@media (max-width: 980px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .method-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 860px){
  .header-inner{height:76px}
  .nav-toggle{display:block}
  .site-nav{
    position:absolute; left:20px; right:20px; top:78px; flex-direction:column; align-items:stretch;
    background:white; border:1px solid var(--line); border-radius:18px; padding:18px;
    box-shadow:var(--shadow); display:none;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:8px}
  .hero-grid,.intro-grid,.clients-grid,.method-intro,.about-grid,.contact-grid,.footer-simple{grid-template-columns:1fr}
  .hero{padding:64px 0}
  .hero-image{height:520px}
  .floating-card{left:18px; bottom:18px}
  .footer-details{text-align:left}
  .footer-legal{justify-content:flex-start}
}
@media (max-width: 620px){
  .container{width:min(100% - 28px,1120px)}
  .brand-logo{width:152px}
  h1{font-size:40px}
  .lead{font-size:18px}
  .section{padding:56px 0}
  .clients-section{padding:56px 0}
  .clients-panel{padding:24px}
  .services-grid,.method-grid,.people-list{grid-template-columns:1fr}
  .hero-image{height:460px}
  .about-visual img{height:280px}
  .footer-bottom{flex-direction:column; gap:8px}
  .method-item{padding:20px}
  .intro-grid,.method-intro{gap:24px}
  .method-intro > div:last-child{padding:22px}
}
