
:root{
  --ink:#0b1417;
  --ink2:#1b292f;
  --green:#63b63d;
  --green-dark:#4ca532;
  --green-soft:#f4f8f1;
  --blue:#2f6fd6;
  --blue-dark:#215cc1;
  --blue-soft:#f5f8fe;
  --line:#dde5df;
  --muted:#657077;
  --page:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
svg{width:1em;height:1em;fill:currentColor}
.container{width:min(1320px,calc(100% - 48px));margin-inline:auto}

.topbar{background:#0a1317;color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.nav-wrap{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:166px;height:auto}
.nav{display:flex;align-items:center;gap:38px;font-size:15px;font-weight:700}
.nav a{padding:23px 0;transition:.2s}
.nav a:hover,.nav a.active{color:#68c153}
.menu-toggle{display:none;background:transparent;border:0;padding:10px;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

.hero{background:#fff;padding:20px 0 10px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:48px;background:linear-gradient(90deg,#fbfcfa 0%,#f6f8f3 52%,#edf1eb 100%);border:1px solid #dce4dc;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(16,29,20,.07)}
.hero-copy{padding:30px 0 30px 46px}
.eyebrow{font-weight:800;color:var(--green-dark);font-size:17px;margin-bottom:8px;letter-spacing:.02em}
h1{font-size:62px;line-height:.97;letter-spacing:-.04em;margin:0 0 20px;font-weight:860}
.lead{font-size:19px;line-height:1.45;margin:0;color:#202c31}
.hero-media{align-self:stretch;display:flex;align-items:stretch}
.hero-media img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center;border-radius:0}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:16px;padding:0;background:linear-gradient(180deg,#081117 0%,#0d171e 100%);border-radius:14px;box-shadow:0 12px 30px rgba(10,19,23,.14);overflow:hidden}
.benefit{display:flex;align-items:center;gap:14px;padding:18px 24px;color:#fff}
.benefit:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}
.benefit .round{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:rgba(0,0,0,.18);border:2px solid rgba(105,193,74,.72)}
.benefit .round svg{font-size:30px}
.green{color:#7ed957}
.benefit strong{display:block;font-size:17px;line-height:1.1;margin-bottom:2px}
.benefit small{display:block;color:rgba(255,255,255,.88);font-size:13px;line-height:1.3;margin-top:2px}

.services{padding:16px 0 28px;background:#fff}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.service-card{border-radius:16px;padding:28px 32px 22px;box-shadow:0 12px 28px rgba(23,39,31,.07);border:1px solid}
.service-card.meeting{background:linear-gradient(135deg,#fdfefb,#f6fbf2);border-color:#dbe9d3}
.service-card.remote{background:linear-gradient(135deg,#fcfdff,#f5f8fe);border-color:#cfe0f5}
.service-head{display:flex;align-items:center;gap:20px;margin-bottom:12px}
.service-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff}
.service-icon svg{font-size:31px}
.green-bg{background:linear-gradient(180deg,#72c44c,#56ae32)}
.blue-bg{background:linear-gradient(180deg,#4b86e9,#2c68d0)}
.service-card h2{font-size:31px;line-height:1.05;margin:0 0 5px;letter-spacing:-.025em}
.subtitle{font-weight:700;margin:0!important;font-size:15px}
.green-text{color:#4ca234}
.blue-text{color:#2b68cb}
.service-card>p{font-size:16px;color:#26333a;margin:16px 0 14px;max-width:610px}
.feature-list{list-style:none;padding:0;margin:0 0 20px}
.feature-list li{display:flex;align-items:center;gap:8px;margin:7px 0;font-size:15px}
.feature-list svg{font-size:17px;flex:0 0 auto}
.green-list svg{color:var(--green-dark)}
.blue-list svg{color:var(--blue)}

.btn{display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-weight:800;font-size:15px;min-height:48px;border-radius:8px;padding:11px 18px;transition:.2s;letter-spacing:.01em}
.btn:hover{transform:translateY(-1px);filter:brightness(.96)}
.btn svg{font-size:19px}
.btn-green{background:linear-gradient(180deg,#68bc43,#54aa35)}
.btn-blue{background:linear-gradient(180deg,#3f7ee2,#2b67d1)}
.btn-dark{background:linear-gradient(180deg,#19262e,#0d161b)}
.download-row{display:grid;grid-template-columns:1.1fr .8fr;gap:12px}
.note{font-size:12px!important;color:#5d686e!important;margin:10px 0 0!important}

.meeting-callout,.mobile-support{display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;border-radius:10px;border:1px solid;background:#fff}
.meeting-callout{border-color:#d7e5ce;background:linear-gradient(180deg,#fbfef9,#f5faef)}
.meeting-callout svg{width:22px;height:22px;flex:0 0 22px;color:#74b64b;margin-top:1px}
.meeting-callout strong{display:block;font-size:14px;margin-bottom:1px;color:#162127}
.meeting-callout p{margin:0;color:#2b383f;font-size:13px;line-height:1.45}

.mobile-support{border-color:#c9d9f0;background:linear-gradient(180deg,#ffffff,#f7faff)}
.mobile-support svg{width:22px;height:22px;flex:0 0 22px;color:#2b67d1;margin-top:1px}
.mobile-support strong{display:block;font-size:14px;margin-bottom:1px;color:#162127}
.mobile-support p{margin:0;color:#2b383f;font-size:13px;line-height:1.45}

.footer{background:#0a1317;color:#d9e2e4;padding:17px 0}
.footer-grid{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:30px}
.footer-logo{width:150px}
.footer-tagline{font-size:12px}
.footer-links{display:flex;align-items:center;gap:28px}
.footer-links a{font-size:13px;display:flex;align-items:center;gap:8px;white-space:nowrap}
.footer-links svg{font-size:19px;color:#fff}

@media (max-width: 1050px){
  h1{font-size:50px}
  .nav{gap:20px;font-size:14px}
  .hero-grid{gap:28px}
  .hero-copy{padding-left:32px}
  .service-card h2{font-size:28px}
  .benefit{padding:18px 16px}
}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:26px 24px 8px}
  .hero-media img{min-height:280px;max-height:420px}
  .benefits{grid-template-columns:1fr 1fr}
  .benefit:nth-child(2){border-right:0}
  .benefit:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
}

@media (max-width: 820px){
  .container{width:min(100% - 30px,1320px)}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:67px;background:#0a1317;flex-direction:column;gap:0;padding:8px 20px 18px;border-top:1px solid rgba(255,255,255,.08)}
  .nav.open{display:flex}
  .nav a{width:100%;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.07)}
  h1{font-size:44px}
  .lead br{display:none}
  .cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center;justify-items:center}
}

@media (max-width: 520px){
  .container{width:min(100% - 22px,1320px)}
  .brand img{width:150px}
  .hero{padding-top:10px}
  h1{font-size:38px;line-height:1.03}
  .lead{font-size:17px}
  .hero-copy{padding:24px 18px 8px}
  .hero-media img{min-height:220px}
  .benefits{grid-template-columns:1fr;gap:0}
  .benefit{gap:10px;padding:16px 14px}
  .benefit:not(:last-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .benefit .round{width:48px;height:48px}
  .benefit strong{font-size:15px}
  .benefit small{font-size:12px}
  .service-card{padding:22px 18px 18px}
  .service-head{align-items:flex-start;gap:14px}
  .service-icon{width:52px;height:52px}
  .service-card h2{font-size:26px}
  .download-row{grid-template-columns:1fr}
  .footer-links{flex-direction:column;gap:10px}
}


/* --- AV-SG finalisations --- */
.nav-external::after{
  content:"↗";
  font-size:.82em;
  margin-left:5px;
  opacity:.9;
}
.lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  padding-left:20px;
  margin-left:2px;
  border-left:1px solid rgba(255,255,255,.16);
}
.lang-switch a{
  padding:23px 0;
}
.lang-switch .active{
  color:#68c153;
}
.lang-divider{
  color:rgba(255,255,255,.5);
  font-weight:400;
}

@media (max-width: 820px){
  .lang-switch{
    width:100%;
    padding:10px 4px 3px;
    margin-left:0;
    border-left:0;
    justify-content:flex-start;
  }
  .lang-switch a{
    width:auto;
    padding:6px 0;
    border-bottom:0;
  }
}
