:root{
  --bg:#f7f9fc;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#0b1220;
  --muted:rgba(11,18,32,.72);
  --muted2:rgba(11,18,32,.56);
  --line:rgba(11,18,32,.12);
  --accent1:#0b5fff;
  --accent2:#bf0d3e;
  --accent3:#14b8a6;
  --shadow: 0 18px 55px rgba(11,18,32,.12);
  --radius: 18px;
  --radius2: 26px;
  /* Wider content so hero blocks don't look "half-screen" on large displays */
  --container: min(1320px, calc(100% - 64px));
  --speed: 650ms;
}

*{box-sizing:border-box}
html,body{background:#ffffff;height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: #ffffff;
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
p{line-height:1.65; color:var(--muted); margin:0 0 14px}
small{color:var(--muted2)}
img{max-width:100%; display:block}
button{font:inherit}
::selection{background:rgba(11,95,255,.18)}

.container{width:var(--container); margin:0 auto}
.grid{display:grid; gap:18px}
.row{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.spacer{height:18px}
hr.sep{border:0; height:1px; background:var(--line); margin:22px 0}

.badge{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--line);
  background:#f6f8fb;
  padding:8px 10px;
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
  backdrop-filter: blur(10px);
}

.grad{
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.76);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:10px;
  letter-spacing:.2px;
}
.brand .logo{
  width:34px; height:34px; border-radius:12px;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.16), transparent 45%),
              linear-gradient(140deg, rgba(43,120,255,.95), rgba(255,59,122,.92));
  box-shadow: 0 12px 24px rgba(43,120,255,.12), 0 18px 45px rgba(255,59,122,.08);
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.14);
}
.brand .logo svg{width:18px; height:18px; opacity:.95}
.brand .name{font-weight:780; font-size:16px}
.brand .name span{opacity:.8; font-weight:650}
.menu{
  display:flex; align-items:center; gap:12px;
}
.menu a{
  padding:10px 10px; border-radius:12px; color:var(--muted);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.menu a:hover{background:rgba(255,255,255,.06); color:var(--text); transform:translateY(-1px)}
.menu a.active{color:var(--text); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.08)}
.nav-actions{display:flex; align-items:center; gap:10px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  color:var(--text);
  box-shadow: 0 12px 26px rgba(11,18,32,.10);
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn:hover{transform: translateY(-1px); background:rgba(255,255,255,.92); box-shadow: 0 16px 34px rgba(11,18,32,.12)}
.btn.primary{
  border-color: transparent;
  background:linear-gradient(135deg, rgba(11,95,255,.95), rgba(191,13,62,.92));
  color:#fff;
  box-shadow: 0 18px 38px rgba(11,95,255,.14);
}
.btn.primary:hover{transform:translateY(-2px)}
.btn.ghost{
  background:transparent;
  box-shadow:none;
}
.btn.small{padding:9px 12px; border-radius:12px; font-size:14px}

.lang{
  display:flex; gap:6px;
  padding:6px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.06);
}
.lang button{
  border:0;
  background:transparent;
  color:var(--muted);
  padding:7px 10px;
  border-radius:12px;
  cursor:pointer;
  transition: background .18s ease, color .18s ease;
}
.lang button.active{background:rgba(255,255,255,.12); color:var(--text)}
.lang button:hover{background:rgba(255,255,255,.10); color:var(--text)}

.hero{
  padding:56px 0 26px;
  position:relative;
}
.hero .panel{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius: var(--radius2);
  padding:22px;
  box-shadow: var(--shadow);
}

.hero h1{
  margin:10px 0 10px;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height:1.05;
  letter-spacing:-.9px;
}
.hero .subtitle{font-size:16px; max-width:62ch}
.hero .kpis{margin-top:22px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}
.kpi{
  border:1px solid var(--line);
  background:#ffffff;
  padding:14px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(11,18,32,.06);
}
.kpi b{display:block; font-size:18px}
.kpi span{color:var(--muted2); font-size:13px}
.hero .visual{
  position:absolute; right:-80px; top:14px;
  width:min(520px, 42vw); aspect-ratio:1/1;
  opacity:.8;
  filter: drop-shadow(0 25px 60px rgba(0,0,0,.45));
  pointer-events:none;
}

.section{padding:34px 0}
.section h2{margin:0 0 10px; font-size:28px; letter-spacing:-.4px}
.section .lead{max-width:72ch}

.cards{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px}
.card{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
  position:relative;
  overflow:hidden;
  transform: translateY(8px);
  opacity:0;
}
.card .icon{
  width:38px; height:38px; border-radius:14px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(43,120,255,.92), rgba(255,59,122,.84));
  border:1px solid var(--line);
}
.card h3{margin:12px 0 6px; font-size:17px}
.card p{margin:0; color:var(--muted)}
.card:hover{transform:translateY(-2px)}
.card:before{display:none}
.card > *{position:relative}

.split{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.panel{
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: var(--radius2);
  padding:22px;
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.steps{display:grid; gap:10px; margin:14px 0 0}
.step{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px; border-radius:16px;
  background:rgba(7,10,16,.28);
  border:1px solid rgba(255,255,255,.10);
}
.step .n{
  width:28px; height:28px; border-radius:12px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(55,211,255,.85), rgba(43,120,255,.9));
  border:1px solid rgba(255,255,255,.14);
  font-weight:780;
}
.step b{display:block}
.step span{color:var(--muted2); font-size:13px}

.form{
  display:grid; gap:12px;
}
.field{
  display:grid; gap:6px;
}
.field label{font-size:13px; color:var(--muted2)}
.field input, .field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,10,16,.30);
  color:var(--text);
  outline:none;
}
.field textarea{min-height:120px; resize:vertical}
.field input:focus, .field textarea:focus{border-color: rgba(55,211,255,.45)}
.help{font-size:12px; color:var(--muted2)}

.footer{
  padding:30px 0 40px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.35);
}
.footer .cols{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap:16px;
}
.footer h4{margin:0 0 8px; font-size:14px}
.footer a{color:var(--muted); display:inline-flex; padding:6px 0}
.footer a:hover{color:var(--text)}
.footer .fine{margin-top:18px; color:var(--muted2); font-size:12px}

.breadcrumbs{color:var(--muted2); font-size:13px}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}

.page-head{
  padding:36px 0 12px;
}
.page-head h1{margin:10px 0 6px; font-size:40px; letter-spacing:-.6px}
.page-head p{max-width:78ch}

.faq{display:grid; gap:10px; margin-top:10px}
.qa{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius:16px;
  overflow:hidden;
}
.qa button{
  width:100%;
  text-align:left;
  padding:14px 14px;
  background:transparent;
  border:0;
  color:var(--text);
  cursor:pointer;
  display:flex; justify-content:space-between; gap:14px; align-items:center;
}
.qa button span{color:var(--muted2); font-weight:650}
.qa .a{
  padding:0 14px 14px;
  color:var(--muted);
  display:none;
}
.qa.open .a{display:block}
.chev{
  width:10px; height:10px;
  border-right:2px solid rgba(234,240,255,.75);
  border-bottom:2px solid rgba(234,240,255,.75);
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-right:4px;
}
.qa.open .chev{transform: rotate(-135deg)}

.cookie{
  position:fixed; left:16px; right:16px; bottom:16px;
  max-width: 980px;
  margin:0 auto;
  border-radius: 20px;
  border:1px solid var(--line);
  background: #ffffff;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  padding:14px;
  display:none;
  z-index:90;
}
.cookie .row{justify-content:space-between}
.cookie p{margin:0; font-size:13px; color:var(--muted)}
.cookie .actions{display:flex; gap:10px; flex-wrap:wrap}

.loader{
  position:fixed; inset:0;
  background:#ffffff;
  display:grid;
  place-items:center;
  z-index:999;
  color:#0b0f17;
}
.loader .wrap{
  display:grid; place-items:center; gap:14px;
}
.loader .logo{
  width:76px; height:76px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2b78ff, #ff3b7a);
  display:grid; place-items:center;
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
}
.loader .logo svg{width:38px; height:38px; fill:white}
.dots{display:flex; gap:8px}
.dots i{
  width:10px; height:10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b78ff, #ff3b7a);
  opacity:.65;
  animation: bounce 900ms infinite ease-in-out;
}
.dots i:nth-child(2){animation-delay:120ms}
.dots i:nth-child(3){animation-delay:240ms}
.dots i:nth-child(4){animation-delay:360ms}
@keyframes bounce{
  0%, 100%{transform: translateY(0); opacity:.55}
  50%{transform: translateY(-8px); opacity:1}
}

/* Animations on reveal */
.reveal{transform: translateY(14px); opacity:0}
.reveal.show{
  transform: translateY(0);
  opacity:1;
  transition: transform var(--speed) cubic-bezier(.2,.8,.2,1), opacity var(--speed) cubic-bezier(.2,.8,.2,1);
}
.card.show{
  transform: translateY(0);
  opacity:1;
  transition: transform var(--speed) cubic-bezier(.2,.8,.2,1), opacity var(--speed) cubic-bezier(.2,.8,.2,1);
}

/* Responsive */
.hamburger{display:none}
.mobile-panel{display:none}

@media (max-width: 980px){
  .cards{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .hero .kpis{grid-template-columns:1fr}
  .hero .visual{display:none}
  .footer .cols{grid-template-columns:1fr 1fr}
  .menu{display:none}
  .hamburger{display:inline-flex}
  .mobile-panel{
    display:none;
    border-top:1px solid rgba(255,255,255,.10);
    padding:10px 0 14px;
  }
  .mobile-panel.open{display:block}
  .mobile-panel a{display:block; padding:10px 10px; border-radius:12px; color:var(--muted)}
  .mobile-panel a:hover{background:rgba(255,255,255,.06); color:var(--text)}
}

/* Hero slider (light) */
.hero{
  position:relative;
  padding:110px 0 44px;
  overflow:hidden;
}
.hero .container{
  position:relative;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}
@media (max-width: 920px){
  .hero{padding:92px 0 26px}
  .hero .container{grid-template-columns:1fr; gap:18px}
}

.sf-slider{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  background: var(--card);
  overflow:hidden;
  /* Explicit height is required so inner 100% heights stretch.
     Previously we used only min-height which can leave blank space under the image. */
  height: clamp(420px, 62vh, 640px);
}
@media (max-width: 920px){
  .sf-slider{height: clamp(320px, 46vh, 460px)}
}
.sf-slides{
  display:flex;
  height:100%;
  transform:translateX(0);
  transition:transform 550ms ease;
}
.sf-slide{
  position:relative;
  min-width:100%;
  height:100%;
}
.sf-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.02) contrast(1.02);
  transform: scale(1.02);
}
.sf-slide::after{display:none}
@media (max-width: 920px){
  .sf-slide::after{
    background: linear-gradient(180deg, rgba(247,249,252,.92) 0%, rgba(247,249,252,.68) 46%, rgba(247,249,252,.20) 100%);
  }
}
.sf-slider .controls{
  position:absolute;
  inset:auto 16px 16px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  pointer-events:none;
}
.sf-slider .btnIcon{
  pointer-events:auto;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(11,18,32,.10);
  display:grid; place-items:center;
  transition: transform .18s ease, background .18s ease;
}
.sf-slider .btnIcon:hover{transform: translateY(-1px); background:rgba(255,255,255,.92)}
.sf-slider .btnIcon:active{transform: translateY(0)}
.sf-dots{
  pointer-events:auto;
  display:flex; gap:8px; align-items:center; justify-content:center;
  flex:1;
}
.sf-dot{
  width:8px;height:8px;border-radius:99px;
  background: rgba(11,18,32,.20);
  border:1px solid rgba(11,18,32,.14);
  transition: width .22s ease, background .22s ease;
}
.sf-dot[aria-current="true"]{width:26px;background: linear-gradient(90deg,var(--accent1),var(--accent2)); border-color: transparent;}
/* Place hero panel over the slider on desktop */
.hero .panel{
  position:relative;
  padding:28px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 55px rgba(11,18,32,.10);
}
.hero .panel h1{color:var(--text)}
.hero .visual{display:none}


.brandLogo{height:26px;width:auto;display:block}
.loaderLogo{height:56px}

/* Image grids */
.mediaGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:16px;
  margin-top:18px;
}
.mediaCard{
  grid-column: span 4;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mediaCard.wide{grid-column: span 8;}
.mediaCard img{width:100%; height:220px; object-fit:cover;}
.mediaCard .cap{padding:14px 14px 16px}
.mediaCard .cap b{display:block; margin-bottom:6px}
@media (max-width: 920px){
  .mediaCard, .mediaCard.wide{grid-column: span 12;}
  .mediaCard img{height:210px}
}

.muted{color:var(--muted)}

/* Page photos */
.page-photo{
  margin-top:18px;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow);
}
.page-photo img{
  width:100%;
  height:360px;
  object-fit:cover;
}
@media (max-width: 920px){
  .page-photo img{height:260px}
}

.container.full{max-width:100%; padding-left:0; padding-right:0}

.hero .sf-slider.heroSlider{border-radius:0; border-left:0; border-right:0; box-shadow:none}
.hero .sf-slider.heroSlider .btnIcon{background:rgba(255,255,255,.92)}


/* Full-width hero gallery (homepage) */
.hero.heroGalleryOnly{ padding: 28px 0 14px; }
.hero.heroGalleryOnly .container.heroFull{
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1100px){
  .hero.heroGalleryOnly .container.heroFull{ padding-left: 28px; padding-right: 28px; }
}
.hero.heroGalleryOnly .heroSlider{ border-radius: 28px; overflow: hidden; }


/* v7: HERO slider should be full-screen width/height (no empty side space) */
.hero.heroGalleryOnly{ padding-top: 18px; }
.hero.heroGalleryOnly .container.heroFull{
  max-width:none;
  width:100%;
  padding-left:0;
  padding-right:0;
}
/* break out of centered container to full viewport width */
.hero.heroGalleryOnly .sf-slider.heroSlider{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-radius:0;
  border:0;
  box-shadow:none;
  background:#000;
  height: calc(100vh - 84px);
  min-height: 520px;
  max-height: 860px;
}
/* keep slides at full height */
.hero.heroGalleryOnly .sf-slides,
.hero.heroGalleryOnly .sf-slide{ height:100%; }
.hero.heroGalleryOnly .sf-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
  filter:none;
  background:#000;
}
/* controls */
.hero.heroGalleryOnly .sf-slider .controls{
  left:0; right:0;
  padding: 0 20px 18px;
  justify-content: space-between;
}
@media (max-width: 920px){
  .hero.heroGalleryOnly .sf-slider.heroSlider{
    height: 62vh;
    min-height: 360px;
    max-height: 560px;
  }
}

root{
  --bg:#f7f9fc;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#0b1220;
  --muted:rgba(11,18,32,.72);
  --muted2:rgba(11,18,32,.56);
  --line:rgba(11,18,32,.12);
  --accent1:#0b5fff;
  --accent2:#bf0d3e;
  --accent3:#14b8a6;
  --shadow: 0 18px 55px rgba(11,18,32,.12);
  --radius: 18px;
  --radius2: 26px;
  /* keep in sync with the root tokens above (file previously had a duplicate block) */
  --container: min(1320px, calc(100% - 64px));
  --speed: 650ms;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: #ffffff;
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
p{line-height:1.65; color:var(--muted); margin:0 0 14px}
small{color:var(--muted2)}
img{max-width:100%; display:block}
button{font:inherit}
::selection{background:rgba(11,95,255,.18)}

.container{width:var(--container); margin:0 auto}
.grid{display:grid; gap:18px}
.row{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.spacer{height:18px}
hr.sep{border:0; height:1px; background:var(--line); margin:22px 0}

.badge{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--line);
  background:#f6f8fb;
  padding:8px 10px;
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
  backdrop-filter: blur(10px);
}

.grad{
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.76);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:10px;
  letter-spacing:.2px;
}
.brand .logo{
  width:34px; height:34px; border-radius:12px;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.16), transparent 45%),
              linear-gradient(140deg, rgba(43,120,255,.95), rgba(255,59,122,.92));
  box-shadow: 0 12px 24px rgba(43,120,255,.12), 0 18px 45px rgba(255,59,122,.08);
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.14);
}
.brand .logo svg{width:18px; height:18px; opacity:.95}
.brand .name{font-weight:780; font-size:16px}
.brand .name span{opacity:.8; font-weight:650}
.menu{
  display:flex; align-items:center; gap:12px;
}
.menu a{
  padding:10px 10px; border-radius:12px; color:var(--muted);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.menu a:hover{background:rgba(255,255,255,.06); color:var(--text); transform:translateY(-1px)}
.menu a.active{color:var(--text); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.08)}
.nav-actions{display:flex; align-items:center; gap:10px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  color:var(--text);
  box-shadow: 0 12px 26px rgba(11,18,32,.10);
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn:hover{transform: translateY(-1px); background:rgba(255,255,255,.92); box-shadow: 0 16px 34px rgba(11,18,32,.12)}
.btn.primary{
  border-color: transparent;
  background:linear-gradient(135deg, rgba(11,95,255,.95), rgba(191,13,62,.92));
  color:#fff;
  box-shadow: 0 18px 38px rgba(11,95,255,.14);
}
.btn.primary:hover{transform:translateY(-2px)}
.btn.ghost{
  background:transparent;
  box-shadow:none;
}
.btn.small{padding:9px 12px; border-radius:12px; font-size:14px}

.lang{
  display:flex; gap:6px;
  padding:6px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.06);
}
.lang button{
  border:0;
  background:transparent;
  color:var(--muted);
  padding:7px 10px;
  border-radius:12px;
  cursor:pointer;
  transition: background .18s ease, color .18s ease;
}
.lang button.active{background:rgba(255,255,255,.12); color:var(--text)}
.lang button:hover{background:rgba(255,255,255,.10); color:var(--text)}

.hero{
  padding:56px 0 26px;
  position:relative;
}
.hero .panel{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius: var(--radius2);
  padding:22px;
  box-shadow: var(--shadow);
}

.hero h1{
  margin:10px 0 10px;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height:1.05;
  letter-spacing:-.9px;
}
.hero .subtitle{font-size:16px; max-width:62ch}
.hero .kpis{margin-top:22px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}
.kpi{
  border:1px solid var(--line);
  background:#ffffff;
  padding:14px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(11,18,32,.06);
}
.kpi b{display:block; font-size:18px}
.kpi span{color:var(--muted2); font-size:13px}
.hero .visual{
  position:absolute; right:-80px; top:14px;
  width:min(520px, 42vw); aspect-ratio:1/1;
  opacity:.8;
  filter: drop-shadow(0 25px 60px rgba(0,0,0,.45));
  pointer-events:none;
}

.section{padding:34px 0}
.section h2{margin:0 0 10px; font-size:28px; letter-spacing:-.4px}
.section .lead{max-width:72ch}

.cards{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px}
.card{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
  position:relative;
  overflow:hidden;
  transform: translateY(8px);
  opacity:0;
}
.card .icon{
  width:38px; height:38px; border-radius:14px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(43,120,255,.92), rgba(255,59,122,.84));
  border:1px solid var(--line);
}
.card h3{margin:12px 0 6px; font-size:17px}
.card p{margin:0; color:var(--muted)}
.card:hover{transform:translateY(-2px)}
.card:before{display:none}
.card > *{position:relative}

.split{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.panel{
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: var(--radius2);
  padding:22px;
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.steps{display:grid; gap:10px; margin:14px 0 0}
.step{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px; border-radius:16px;
  background:rgba(7,10,16,.28);
  border:1px solid rgba(255,255,255,.10);
}
.step .n{
  width:28px; height:28px; border-radius:12px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(55,211,255,.85), rgba(43,120,255,.9));
  border:1px solid rgba(255,255,255,.14);
  font-weight:780;
}
.step b{display:block}
.step span{color:var(--muted2); font-size:13px}

.form{
  display:grid; gap:12px;
}
.field{
  display:grid; gap:6px;
}
.field label{font-size:13px; color:var(--muted2)}
.field input, .field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,10,16,.30);
  color:var(--text);
  outline:none;
}
.field textarea{min-height:120px; resize:vertical}
.field input:focus, .field textarea:focus{border-color: rgba(55,211,255,.45)}
.help{font-size:12px; color:var(--muted2)}

.footer{
  padding:30px 0 40px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.35);
}
.footer .cols{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap:16px;
}
.footer h4{margin:0 0 8px; font-size:14px}
.footer a{color:var(--muted); display:inline-flex; padding:6px 0}
.footer a:hover{color:var(--text)}
.footer .fine{margin-top:18px; color:var(--muted2); font-size:12px}

.breadcrumbs{color:var(--muted2); font-size:13px}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}

.page-head{
  padding:36px 0 12px;
}
.page-head h1{margin:10px 0 6px; font-size:40px; letter-spacing:-.6px}
.page-head p{max-width:78ch}

.faq{display:grid; gap:10px; margin-top:10px}
.qa{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius:16px;
  overflow:hidden;
}
.qa button{
  width:100%;
  text-align:left;
  padding:14px 14px;
  background:transparent;
  border:0;
  color:var(--text);
  cursor:pointer;
  display:flex; justify-content:space-between; gap:14px; align-items:center;
}
.qa button span{color:var(--muted2); font-weight:650}
.qa .a{
  padding:0 14px 14px;
  color:var(--muted);
  display:none;
}
.qa.open .a{display:block}
.chev{
  width:10px; height:10px;
  border-right:2px solid rgba(234,240,255,.75);
  border-bottom:2px solid rgba(234,240,255,.75);
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-right:4px;
}
.qa.open .chev{transform: rotate(-135deg)}

.cookie{
  position:fixed; left:16px; right:16px; bottom:16px;
  max-width: 980px;
  margin:0 auto;
  border-radius: 20px;
  border:1px solid var(--line);
  background: #ffffff;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  padding:14px;
  display:none;
  z-index:90;
}
.cookie .row{justify-content:space-between}
.cookie p{margin:0; font-size:13px; color:var(--muted)}
.cookie .actions{display:flex; gap:10px; flex-wrap:wrap}

.loader{
  position:fixed; inset:0;
  background:#ffffff;
  display:grid;
  place-items:center;
  z-index:999;
  color:#0b0f17;
}
.loader .wrap{
  display:grid; place-items:center; gap:14px;
}
.loader .logo{
  width:76px; height:76px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2b78ff, #ff3b7a);
  display:grid; place-items:center;
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
}
.loader .logo svg{width:38px; height:38px; fill:white}
.dots{display:flex; gap:8px}
.dots i{
  width:10px; height:10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b78ff, #ff3b7a);
  opacity:.65;
  animation: bounce 900ms infinite ease-in-out;
}
.dots i:nth-child(2){animation-delay:120ms}
.dots i:nth-child(3){animation-delay:240ms}
.dots i:nth-child(4){animation-delay:360ms}
@keyframes bounce{
  0%, 100%{transform: translateY(0); opacity:.55}
  50%{transform: translateY(-8px); opacity:1}
}

/* Animations on reveal */
.reveal{transform: translateY(14px); opacity:0}
.reveal.show{
  transform: translateY(0);
  opacity:1;
  transition: transform var(--speed) cubic-bezier(.2,.8,.2,1), opacity var(--speed) cubic-bezier(.2,.8,.2,1);
}
.card.show{
  transform: translateY(0);
  opacity:1;
  transition: transform var(--speed) cubic-bezier(.2,.8,.2,1), opacity var(--speed) cubic-bezier(.2,.8,.2,1);
}

/* Responsive */
.hamburger{display:none}
.mobile-panel{display:none}

@media (max-width: 980px){
  .cards{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .hero .kpis{grid-template-columns:1fr}
  .hero .visual{display:none}
  .footer .cols{grid-template-columns:1fr 1fr}
  .menu{display:none}
  .hamburger{display:inline-flex}
  .mobile-panel{
    display:none;
    border-top:1px solid rgba(255,255,255,.10);
    padding:10px 0 14px;
  }
  .mobile-panel.open{display:block}
  .mobile-panel a{display:block; padding:10px 10px; border-radius:12px; color:var(--muted)}
  .mobile-panel a:hover{background:rgba(255,255,255,.06); color:var(--text)}
}

/* Hero slider (light) */
.hero{
  position:relative;
  padding:110px 0 44px;
  overflow:hidden;
}
.hero .container{
  position:relative;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}
@media (max-width: 920px){
  .hero{padding:92px 0 26px}
  .hero .container{grid-template-columns:1fr; gap:18px}
}

.sf-slider{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  background: var(--card);
  overflow:hidden;
  min-height: 420px;
}
@media (max-width: 920px){
  .sf-slider{min-height: 340px}
}
.sf-slides{
  display:flex;
  height:100%;
  transform:translateX(0);
  transition:transform 550ms ease;
}
.sf-slide{
  position:relative;
  min-width:100%;
  height:100%;
}
.sf-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.02) contrast(1.02);
  transform: scale(1.02);
}
.sf-slide::after{display:none}
@media (max-width: 920px){
  .sf-slide::after{
    background: linear-gradient(180deg, rgba(247,249,252,.92) 0%, rgba(247,249,252,.68) 46%, rgba(247,249,252,.20) 100%);
  }
}
.sf-slider .controls{
  position:absolute;
  inset:auto 16px 16px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  pointer-events:none;
}
.sf-slider .btnIcon{
  pointer-events:auto;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(11,18,32,.10);
  display:grid; place-items:center;
  transition: transform .18s ease, background .18s ease;
}
.sf-slider .btnIcon:hover{transform: translateY(-1px); background:rgba(255,255,255,.92)}
.sf-slider .btnIcon:active{transform: translateY(0)}
.sf-dots{
  pointer-events:auto;
  display:flex; gap:8px; align-items:center; justify-content:center;
  flex:1;
}
.sf-dot{
  width:8px;height:8px;border-radius:99px;
  background: rgba(11,18,32,.20);
  border:1px solid rgba(11,18,32,.14);
  transition: width .22s ease, background .22s ease;
}
.sf-dot[aria-current="true"]{width:26px;background: linear-gradient(90deg,var(--accent1),var(--accent2)); border-color: transparent;}
/* Place hero panel over the slider on desktop */
.hero .panel{
  position:relative;
  padding:28px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 55px rgba(11,18,32,.10);
}
.hero .panel h1{color:var(--text)}
.hero .visual{display:none}


.brandLogo{height:26px;width:auto;display:block}
.loaderLogo{height:56px}

/* Image grids */
.mediaGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:16px;
  margin-top:18px;
}
.mediaCard{
  grid-column: span 4;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mediaCard.wide{grid-column: span 8;}
.mediaCard img{width:100%; height:220px; object-fit:cover;}
.mediaCard .cap{padding:14px 14px 16px}
.mediaCard .cap b{display:block; margin-bottom:6px}
@media (max-width: 920px){
  .mediaCard, .mediaCard.wide{grid-column: span 12;}
  .mediaCard img{height:210px}
}

.muted{color:var(--muted)}

/* Page photos */
.page-photo{
  margin-top:18px;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow);
}
.page-photo img{
  width:100%;
  height:360px;
  object-fit:cover;
}
@media (max-width: 920px){
  .page-photo img{height:260px}
}

.container.full{max-width:100%; padding-left:0; padding-right:0}

.hero .sf-slider.heroSlider{border-radius:0; border-left:0; border-right:0; box-shadow:none}
.hero .sf-slider.heroSlider .btnIcon{background:rgba(255,255,255,.92)}


/* Full-width hero gallery (homepage) */
.hero.heroGalleryOnly{ padding: 28px 0 14px; }
.hero.heroGalleryOnly .container.heroFull{
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1100px){
  .hero.heroGalleryOnly .container.heroFull{ padding-left: 28px; padding-right: 28px; }
}
.hero.heroGalleryOnly .heroSlider{ border-radius: 28px; overflow: hidden; }


/* v6 fix: hero slider full-width without cropping AND without empty side space */
.heroGalleryOnly .sf-slider{
  height: auto;
  min-height: 0;
  background:#fff;
}
.heroGalleryOnly .sf-slides{height:auto}
.heroGalleryOnly .sf-slide{height:auto}
.heroGalleryOnly .sf-slide img{
  width: 100%;
  height: auto;
  object-fit: initial;
  transform: none;
  display:block;
  background:#fff;
}

/* ensure hero container uses full viewport width */
.heroGalleryOnly .container.heroFull{
  width:100%;
  max-width:none;
}



/* v12: make hero section span full viewport width (removes empty side space) */
.hero .container.heroFull{
  width: 100%;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 720px){
  .hero .container.heroFull{ padding-left: 16px; padding-right: 16px; }
}

/* ===== Hero: split layout (slider + copy) ===== */
.hero{padding:28px 0 10px;}
.heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:28px;
  align-items:stretch;
}
.heroMedia{border-radius:28px; overflow:hidden; background:#fff; box-shadow:0 18px 50px rgba(15,23,42,.08); border:1px solid rgba(15,23,42,.08);}
.heroMedia .sf-slider{width:100%; height:560px; border-radius:0; box-shadow:none; border:0;}
.heroMedia .sf-slide, .heroMedia .sf-slides{height:100%;}
.heroMedia .sf-slide img{width:100%; height:100%; object-fit:cover; display:block;}
.heroCopy{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:26px 26px 22px;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.heroCopy h1{font-size:44px; line-height:1.08; margin:10px 0 10px;}
.heroCopy .lead{font-size:16px; color:rgba(15,23,42,.8); margin:0 0 18px;}
.kicker{display:inline-flex; align-items:center; gap:10px; font-size:13px; color:rgba(15,23,42,.7);}
.kicker .dot{width:8px; height:8px; border-radius:99px; background:linear-gradient(90deg, #3b82f6, #a855f7, #ef4444);}
.heroBadges{display:grid; grid-template-columns:1fr; gap:12px; margin:8px 0 18px;}
.heroBadges .badge{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(248,250,252,.9);
}
.heroBadges .badge .ic{
  width:26px; height:26px; border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center;
  color:#0f172a; background:rgba(59,130,246,.12);
  font-weight:700;
}
.heroBadges .badge strong{display:block; font-size:14px; margin-bottom:2px;}
.heroBadges .badge span{display:block; font-size:12px; color:rgba(15,23,42,.68);}
.heroActions{display:flex; gap:12px; margin-top:6px;}
.heroCopy .micro{margin:16px 0 0; font-size:12px; color:rgba(15,23,42,.55);}

@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr; }
  .heroMedia .sf-slider{height:420px;}
  .heroCopy{min-height:auto;}
  .heroCopy h1{font-size:34px;}
}

/* =============================
   Hero layout fixes (v10)
   ============================= */
/* On wide screens, the default container can feel too narrow.
   This keeps the site consistent but gives the hero more room. */
.hero .container{
  max-width: 1600px;
}

/* Make the image and text columns feel balanced and avoid excess empty space */
.heroGrid{
  grid-template-columns: 1.15fr 0.85fr;
}

/* Ensure the slider fills the available height (prevents white blank area under the image) */
.sf-slider{
  height: clamp(420px, 60vh, 640px);
}
.sf-slides,
.sf-slide{
  height: 100%;
}


/* Fix: make hero section use a wider container on large screens to avoid large empty space on the right */
.hero .container{
  width: min(1600px, calc(100% - 64px));
}
@media (max-width: 560px){
  .hero .container{ width: calc(100% - 32px); }
}

