@charset "utf-8";
/* Global styles: reset, variables, typography, shared layout, header, footer */

:root{
  --bg-dark:#0d1525;
  --bg-dark-2:#15233b;
  --bg-light:#f5f1ea;
  --bg-light-2:#ffffff;
  --text-dark:#0f1728;
  --text-mid:#42506a;
  --text-light:rgba(255,255,255,.82);
  --line-dark:rgba(15,23,40,.10);
  --line-light:rgba(255,255,255,.12);
  --red:#e94a57;
  --red-dark:#cc3745;
  --red-soft:#ef7a83;
  --dark:#0a0d16;
  --blue:#2f477c;
  --blue-soft:#95b3ff;
  --container:min(92%, 1360px);
  --radius:28px;
  --shadow-soft:0 20px 50px rgba(17,24,39,.08);
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:400;
  src:url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:500;
  src:url("../fonts/inter-v20-latin-500.woff2") format("woff2");
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:600;
  src:url("../fonts/inter-v20-latin-600.woff2") format("woff2");
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:700;
  src:url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:800;
  src:url("../fonts/inter-v20-latin-800.woff2") format("woff2");
}

@font-face{
  font-display:swap;
  font-family:"Inter";
  font-style:normal;
  font-weight:900;
  src:url("../fonts/inter-v20-latin-900.woff2") format("woff2");
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}

body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text-dark);
  background:var(--bg-light-2);
  overflow-x:hidden;
}

body.menu-open,
body.modal-open{
  overflow:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

button{
  font:inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 20px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 999;
}

.skip-link:focus {
  top: 20px;
}

.container{
  width:var(--container);
  margin:0 auto;
  position:relative;
  z-index:2;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 34px;
  border-radius:999px;
  font-weight:760;
  border:none;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  white-space:nowrap;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 14px 30px rgba(233,74,87,.22);
}

.btn-primary:hover{
  background:var(--red-dark);
  box-shadow:0 18px 36px rgba(233,74,87,.28);
}

.btn-outline{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.65);
}

.btn-outline:hover{
  background:rgba(255,255,255,.08);
  border-color:#fff;
}

.reveal-up{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s ease, transform .8s ease;
}

.reveal-up.is-visible{
  opacity:1;
  transform:translateY(0);
}

.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.78);
  font-size:.92rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-left:16px;
}

.lang-btn{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  padding:0;
  margin:0;
  cursor:pointer;
  opacity:.65;
  transition:opacity .24s ease, color .24s ease;
  box-shadow:none;
}

.lang-btn:hover,
.lang-btn.is-active{
  opacity:1;
  color:#fff;
}

.lang-switch-mobile{
  margin-bottom:18px;
}

.header-shell{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:120;
  pointer-events:none;
}

.site-header{
  margin-top:0;
  padding:24px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  border-radius:0;
  background:transparent;
  border:0;
  transition:
    background .28s ease,
    border-color .28s ease,
    backdrop-filter .28s ease,
    box-shadow .28s ease,
    padding .28s ease,
    margin-top .28s ease;
  pointer-events:auto;
}

.site-header.is-scrolled{
  margin-top:0;
  padding:14px 0;
  background:rgba(13,21,37,.80);
  backdrop-filter:blur(18px);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.brand-link{
  display:inline-flex;
  align-items:center;
}

.logo-round{
  width:176px;
  display:block;
  transition:width .28s ease, transform .28s ease;
}

.site-header.is-scrolled .logo-round{
  width:138px;
}

.header-right{
  display:flex;
  align-items:center;
  gap:24px;
}

.site-nav{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:650;
  letter-spacing:.04em;
}

.site-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-size:.97rem;
  color:#fff;
  transition:background-color .28s ease, color .28s ease, transform .28s ease, box-shadow .28s ease, opacity .28s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active{
  background-color:var(--red);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(233,74,87,.24);
  outline:none;
}

.site-nav .nav-cta{
  margin-left:4px;
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 24px rgba(233,74,87,.24);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta.is-active{
  background:#ef5c67;
  color:#fff;
}

.social{
  display:flex;
  gap:10px;
  align-items:center;
}

.social a{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.88;
  transition:transform .28s ease, opacity .28s ease;
}

.social a:hover,
.social a:focus-visible{
  transform:translateY(-1px);
  opacity:1;
  outline:none;
}

.social img{
  width:20px;
  height:20px;
  display:block;
}

.burger{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:0;
}

.burger span{
  width:24px;
  height:2px;
  border-radius:99px;
  background:#fff;
  display:block;
}

.mobile-menu{
  position:fixed;
  inset:0;
  background:rgba(13,21,37,.96);
  backdrop-filter:blur(18px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:18px;
  color:#fff;
  font-size:1.8rem;
  transform:translateY(-100%);
  transition:transform .4s cubic-bezier(.2,.8,.2,1);
  z-index:140;
}

.mobile-menu.open{
  transform:translateY(0);
}

.mobile-menu a{
  padding:8px 18px;
  border-radius:999px;
  transition:background-color .28s ease, color .28s ease, transform .28s ease, opacity .28s ease;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a.is-active{
  background:rgba(233,74,87,.95);
  outline:none;
}

.mobile-close{
  position:absolute;
  top:24px;
  right:24px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.2);
  background:transparent;
  color:#fff;
  font-size:1.5rem;
  cursor:pointer;
}

.site-footer{
  width:100%;
  background:#0b1220;
  border-top:1px solid rgba(255,255,255,.08);
  position:relative;
  z-index:5;
}

.site-footer .footer-inner{
  width:var(--container);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(240px,1fr) minmax(220px,320px);
  gap:32px;
  padding:40px 0 26px;
  align-items:start;
}

.footer-brand img{
  width:120px;
  margin-bottom:14px;
}

.footer-brand p{
  margin:0;
  color:rgba(255,255,255,.7);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.92rem;
}

.footer-links{
  display:grid;
  gap:12px;
  justify-items:end;
  align-content:start;
  text-align:right;
}

.footer-links-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  text-align:right;
}

.footer-links-right > *{
  align-self:flex-end;
}

.footer-toplink{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin:0;
  font-weight:600;
  letter-spacing:.04em;
  text-decoration:none;
  text-align:right;
}

.footer-toplink .arrow-up{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  font-size:14px;
  transition:.25s;
}

.footer-toplink:hover .arrow-up{
  transform:translateY(-3px);
  border-color:#fff;
}

.footer-links a{
  color:rgba(255,255,255,.76);
  transition:color .24s ease, transform .24s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible{
  color:#fff;
  transform:translateX(2px);
  outline:none;
}

.site-footer .footer-bottom{
  width:var(--container);
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 0 24px;
  color:rgba(255,255,255,.48);
  font-size:.9rem;
}

.footer-bottom-inner{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.footer-legal{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}

.footer-copy{
  font-size:14px;
  line-height:1.5;
}

.footer-copy a{
  color:rgba(255,255,255,.92);
}

@media (max-width:1000px){
  .site-nav,
  .social{
    display:none;
  }

  .burger{
    display:flex;
  }

  .logo-round{
    width:134px;
  }

  .site-header.is-scrolled .logo-round{
    width:112px;
  }
}

@media (max-width:640px){
  .btn{
    min-height:52px;
    padding:0 24px;
    font-size:.95rem;
  }

  .site-header{
    margin-top:12px;
    padding:16px 0;
    /*border-radius:22px;*/
  }

  .site-header.is-scrolled{
    padding:12px 14px;
  }

  .logo-round{
    width:112px;
  }

  .mobile-menu{
    font-size:1.6rem;
  }

  .site-footer .footer-inner{
    grid-template-columns:1fr;
  }

  .footer-bottom-inner{
    align-items:flex-start;
  }
}