:root {
  --blue-deep: #0e0f3b;
  --blue-main: #07407b;
  --blue-light: #7fcdee;
  --orange: #f7931e;
  --orange-dark: #d87813;
  --white: #ffffff;

  --bg-body: var(--white);
  --bg-alt: #f4f7fb;
  --text-main: #111827;
  --text-muted: #4b5563;
  --border-subtle: #e5e7eb;

  --accent: var(--orange);
  --accent-hover: var(--orange-dark);
  --link-color: var(--blue-main);
  --link-hover: #052d5f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-body);
  color: var(--text-main);
}

.container {
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

/* =======================
   TOP SECTION (no fixed)
======================= */

.site-header .container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 1rem;  
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 16px 0;
  background: transparent;
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto; 
}

.logo {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}


@media (min-width: 1200px) {
  .header-inner {
    position: relative;
  }

  .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-550px); 
  }
}


.logo img {
  height: 100px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
  transition: color 0.3s ease;
}

.nav a:visited,
.nav a:active {
  color: #ffffff;
}

.nav a:hover {
  color: var(--accent);
}

.lang-switcher {
  position: relative;
  font-size: 0.9rem;
  margin-left: 0rem;;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  cursor: pointer;
  color: inherit;
}

.lang-toggle:hover {
  background: rgba(253, 144, 42, 0.58);
}

.lang-chevron {
  font-size: 0.7rem;
}

.lang-menu {
  position: absolute;
  top: 120%;
  right: 0;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: #ffffff;
  color: #111827;
  border-radius: 0.6rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
  min-width: 170px;
  display: none;
  z-index: 20;
}

.lang-switcher.is-open .lang-menu {
  display: block;
}

.lang-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
}

.lang-menu li a:hover {
  background: #f3f4f6;
}


.lang-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.lang-flag-img {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  display: inline-block;
  flex-shrink: 0;
}


.flag-en {
  background-image: url("assets/img/united-kingdom.png");
}

.flag-lt {
  background-image: url("..img/lithuania.png");
}



/* =======================
   HERO
======================= */

.hero {
  position: relative;
  min-height: 640px;        
  padding: 120px 0 220px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
  animation: heroZoom 22s linear infinite;
}

.hero-bg-image.is-active {
  opacity: 1;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.7),
    rgba(15, 23, 42, 0.3),
    rgba(15, 23, 42, 0.85)
  );
  z-index: -1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.hero-panel {
  position: relative;

  flex: 0 0 50%;
  max-width: 720px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  background: linear-gradient(
    135deg,
    rgba(7, 64, 123, 0.5),
    rgba(14, 15, 59, 0.55)
  );
  color: var(--white);

  padding: 10rem 3rem 2.8rem;

  margin-top: -7.5rem;   

  box-shadow: 0 26px 60px rgba(6, 16, 38, 0.45);
  backdrop-filter: blur(4px);
}

.hero-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;                 
  width: 4px;
  height: 60px;
  border-radius: 999px;
  background: var(--orange);
}

.hero-panel h1 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin: 0 0 1.1rem;
}

.hero-panel .hero-lead {
  margin: 0 0 1.6rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.hero-panel .eyebrow {
  color: var(--blue-light);
  letter-spacing: 0.14em;
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 820px;         
    padding: 120px 0 260px;     
    align-items: flex-start;
  }

  .hero-inner {
    justify-content: center;    
  }

  .hero-panel {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 8rem 1.6rem 3rem;  
    margin-top: 0;             
  }

  .key-highlights {
    margin-top: 0;              
  }
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.hero-panel .btn-primary {
  align-self: flex-start;
  border-radius: 8px;
  padding: 0.65rem 1.4rem;
  font-size: 0.9rem;
  display: inline-flex;
  margin-top: 1.4rem;
}

/* =======================
   KEY HIGHLIGHTS CARD
======================= */

.key-highlights {
  margin-top: -140px;
  margin-bottom: 80px;
}

.key-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  padding: 40px 48px 44px;
  width: 120%;
  margin-left: -10%;  
}

.key-card-title {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 28px;
}

.key-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.key-item h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.key-item p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.key-item {
  text-align: left;
}

.key-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin: 0 auto 10px; 
}

.key-icon img {
  max-width: 50px;     
  max-height: 50px;
  display: block;
}

/* =======================
   ABOUT LAYOUT
======================= */

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 2rem;
}

.about-media {
  position: relative;
}

.about-media-inner {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.about-img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.35);
}

.about-img--back {
  position: relative;
  bottom: 10px;
  right: 100px;
  z-index: 1;
}

.about-img--front {
  position: absolute;
  width: 78%;
  bottom: -20px;
  right: -100px;
  z-index: 1;
}

.about-content {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 2.4rem 2.8rem 2.6rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.about-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4rem;
  width: 4px;
  height: 60px;
  border-radius: 999px;
  background: var(--orange);
}

.about-content .eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.about-content h2 {
  font-size: 1.9rem;
  margin: 0 0 1.1rem;
}

.about-content p {
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0 0 0.75rem;
}

.about-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-list li {
  color: var(--text-muted);
  line-height: 1.7;
}

.about-list li strong {
  color: var(--blue-main);
}

#about {
  padding-bottom: 6rem;
}

@media (max-width: 900px) {
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-media-inner {
    margin: 0 auto 3.5rem;
  }

  .about-img--front {
    bottom: -40px;
    right: -20px;
  }

  #about {
    padding-bottom: 5rem;
  }
}

/* =======================
   CTA STRIP
======================= */

.section-cta {
  background: linear-gradient(120deg, var(--blue-deep), var(--blue-main));
  color: var(--white);
  padding: 4rem 0;
}

.cta-inner {
  text-align: center;
  max-width: 820px;
}

.cta-title {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  margin: 0 0 0.75rem;
}

.cta-text {
  margin: 0 0 1.8rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.cta-btn {
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
}

/* =======================
   WHY US
======================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}

.why-card {
  background: var(--white);
  border-radius: 18px;
  padding: 1.8rem 1.8rem 2rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  
}

.why-title-center {
  text-align: center;
  margin: 0 auto 4rem;   
  padding-bottom: 50px;
}

.why-icon {
  width: 64px;        
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;   
}

.why-icon img {
  max-width: 50px;      
  max-height: 50px;
  display: block;
}

.why-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.why-strip {
  width: 4px;
  height: 32px;
  border-radius: 999px;
  background: var(--orange);
}

.why-card h3 {
  font-size: 1.05rem;
  margin: 0;
}

.why-card p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  transition: all 0.22s ease;
}

@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}


/* =======================
   SECTIONS
======================= */

.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section h2 {
  font-size: 1.7rem;
  margin: 0 0 1.25rem;
}

.section-intro,
.section p {
  color: var(--text-muted);
  line-height: 1.7;
}

.section-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-text {
  max-width: 720px;
}

/* =======================
   GRID CARDS
======================= */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.card {
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 1.5rem;
  border: 1px solid var(--border-subtle);
}

.card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

/* =============== CONTACT =============== */

.section-contact {
  padding: 72px 0 88px;
  position: relative;
  color: var(--white);
  background: radial-gradient(circle at top left, #12355a 0%, #0b1729 40%, #050914 100%);
}

.contact-overlay {
  position: relative;
}

.contact-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.contact-copy {
  max-width: 460px;
}

.contact-copy h2 {
  margin: 0 0 1rem;
}

.contact-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-row p {
  margin: 0;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.contact-icon {
  width: 20px;  
  height: 20px;
  flex-shrink: 0;
}


.contact-card {
  flex: 0 0 360px;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;          
  border-radius: 20px;
  padding: 1.8rem 2rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.contact-row + .contact-row {
  margin-top: 1.4rem;
}

.contact-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7); 
  margin-bottom: 0.2rem;
}

.contact-card p {
  margin: 0;
  color: #ffffff;                
}

.contact-card a {
  color: var(--blue-main);
  text-decoration: none;
  font-weight: 500;
}

.contact-card a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-inner {
    flex-direction: column;
    gap: 2.2rem;
  }

  .contact-card {
    width: 100%;
    flex: 1 1 auto;
    padding: 1.6rem 1.4rem;
  }
}


/* =======================
   FOOTER
======================= */

.site-footer {
  padding: 1.75rem 0;
  background: #111827;
  color: #d1d5db;
  text-align: center;
  font-size: 0.85rem;
}

/* =======================
   RESPONSIVE
======================= */

@media (max-width: 1024px) {
  .key-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 380px;
    padding: 40px 0 80px;
  }

  .hero-inner {
    justify-content: center;
  }

  .hero-panel {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 1.7rem 1.4rem 2rem;
    margin: 2rem auto 0;  
  }

  .key-card {
    padding: 28px 20px 32px;
  }

  .key-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .key-card-title {
    font-size: 1.3rem;
  }
}

/* =======================
   HERO ANIMATION
======================= */

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}


@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 380px;
    padding: 40px 0 80px;
  }

  .hero-inner {
    justify-content: center;
  }

  .hero-panel {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 1.7rem 1.4rem 2rem;
    margin: 2rem auto 0;
  }

  .key-card {
    padding: 28px 20px 32px;
  }

  .key-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .key-card-title {
    font-size: 1.3rem;
  }
}


@media (max-width: 768px) {
  .site-header {
    padding: 8px 0;
  }

  .logo img {
    height: 64px;     
  }

  .nav {
    display: none;   
  }

  .hero {
    min-height: 720px;        
    padding: 110px 0 100px;   
    align-items: flex-start;
  }

  .hero-inner {
    justify-content: center;
  }

  .hero-panel {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 6rem 1.6rem 2.8rem;
    margin-top: 0;         
  }

  .hero-panel h1 {
    font-size: 2rem;          
  }

  .key-highlights {
    margin-top: 1.5rem;      
    margin-bottom: 3rem;
  }

  .key-card {
    padding: 24px 18px 28px;
  }

  .key-card-grid {
    grid-template-columns: 1fr; 
    gap: 20px;
  }

  .key-card-title {
    font-size: 1.35rem;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-media-inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 2.5rem;    
  }

  .about-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.25);
  }

.about-img--back,
  .about-img--front {
    position: static;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #about {
    padding-bottom: 3.5rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .contact-inner {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-card {
    width: 100%;
    flex: 1 1 auto;
    padding: 1.6rem 1.4rem;
  }

  .section {
    padding: 2.8rem 0;
  }

   .about-img--back {
    display: none;
   }
}


.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}