:root{
  --trx-gold:#d8b24c;
  --trx-gold-2:#f0d37a;
  --trx-navy:#0f2b46;

  --bg:#050a12;
  --bg2:#071120;

  --text:#eaf2ff;
  --muted:rgba(234,242,255,.72);

  --radius:18px;
  --shadow:0 18px 55px rgba(0,0,0,.55);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg),var(--bg2));
}
a{ color:inherit; }
img{ max-width:100%; display:block; }

.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}
.section{ padding:78px 0; }
.section-soft{
  background:linear-gradient(180deg, rgba(15,43,70,.35), rgba(5,10,18,.85));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-contact{ background:linear-gradient(180deg, rgba(5,10,18,.6), rgba(5,10,18,1)); }

.section-top{ margin-bottom:28px; }
.section-top.center{ text-align:center; }
.eyebrow{
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin:0 0 10px;
  color:rgba(240,211,122,.85);
  font-size:12px;
}
.big-title{
  margin:0 0 12px;
  font-size:clamp(30px, 4vw, 46px);
  line-height:1.05;
  font-weight:1000;
  color:var(--text);
}
.lead{
  max-width:75ch;
  margin:0 auto;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

/* Top strip */
.top-strip{
  background:#05070b;
  color:#fff;
  font-size:14px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.top-strip-inner{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
  padding:10px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.top-link{
  text-decoration:none;
  color:var(--trx-gold-2);
  font-weight:800;
}
.top-phone a{
  color:var(--trx-gold-2);
  text-decoration:none;
  font-weight:900;
}

/* Header */
.main-header{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(14px);
  background:rgba(15,43,70,.25);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.main-header.scrolled{
  background:rgba(5,10,18,.75);
  border-bottom:1px solid rgba(240,211,122,.18);
}
.header-inner{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand-logo{ width:44px; height:44px; object-fit:contain; }
.brand-title{ font-weight:1000; color:#fff; display:block; line-height:1.1; }
.brand-subtitle{ display:block; color:rgba(255,255,255,.78); font-size:13px; margin-top:2px; }

.desktop-nav{ display:flex; gap:14px; align-items:center; }
.desktop-nav a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  padding:8px 6px;
  border-radius:10px;
}
.desktop-nav a:hover{ background:rgba(255,255,255,.08); }

.header-right{ display:flex; align-items:center; gap:12px; }

.lang-toggle{
  display:flex;
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:4px 6px;
}
.lang-btn{
  border:0;
  background:transparent;
  color:rgba(255,255,255,.85);
  font-weight:1000;
  cursor:pointer;
  padding:6px 10px;
  border-radius:999px;
}
.lang-btn.active{
  background:linear-gradient(135deg, var(--trx-gold), var(--trx-gold-2));
  color:#111;
}
.lang-separator{ color:rgba(255,255,255,.35); margin:0 2px; }

.nav-toggle{
  display:none;
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  height:2px; width:20px;
  background:#fff;
  margin:5px auto;
  border-radius:2px;
}

.mobile-nav{
  display:none;
  width:min(1200px, calc(100% - 40px));
  margin:0 auto 12px;
  padding:10px;
  border-radius:14px;
  background:rgba(5,10,18,.85);
  border:1px solid rgba(240,211,122,.18);
}
.mobile-nav a{
  display:block;
  padding:10px 10px;
  text-decoration:none;
  color:rgba(255,255,255,.92);
  font-weight:900;
  border-radius:10px;
}
.mobile-nav a:hover{ background:rgba(255,255,255,.08); }
.mobile-nav.open{ display:block; }

/* Hero */
.hero{
  position:relative;
  height:78vh;
  min-height:560px;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#fff;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-image:url("media/background.jpg");
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28));
}
.hero-inner{
  position:relative;
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
  padding-top:60px;
}
.hero-badge{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  font-weight:900;
  font-size:13px;
}
.hero-title{
  margin:18px 0 12px;
  font-size:clamp(34px, 5vw, 64px);
  font-weight:1000;
  letter-spacing:.02em;
}
.hero-subtitle{
  max-width:70ch;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.86);
}
.hero-actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  font-weight:1000;
  letter-spacing:.02em;
}
.btn-primary{
  background:linear-gradient(135deg, var(--trx-gold), var(--trx-gold-2));
  color:#111;
  border:1px solid rgba(0,0,0,.2);
  box-shadow:0 14px 38px rgba(216,178,76,.22);
}
.btn-primary:hover{ filter:brightness(1.05); }
.btn-outline{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.20);
}
.btn-outline:hover{ background:rgba(255,255,255,.12); }

/* Cert strip */
.cert-strip{
  background:rgba(15,43,70,.95);
  color:rgba(255,255,255,.92);
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cert-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  font-weight:900;
  font-size:14px;
}
.cert-dot{
  width:7px; height:7px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--trx-gold), var(--trx-gold-2));
}

/* Split About */
.section-split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  align-items:start;
}
.split-image img{
  width:100%;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  object-fit:cover;
}
.btn-row{ display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }

/* Choice cards */
.choice-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.choice-card{
  background:rgba(255,255,255,.05);
  border-radius:14px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.35);
  border:1px solid rgba(240,211,122,.14);
}
.choice-icon{ font-size:20px; margin-bottom:10px; }
.choice-card h3{ margin:0 0 6px; font-size:16px; font-weight:1000; }
.choice-card p{ margin:0; color:var(--muted); line-height:1.55; font-size:14px; }

/* Services */
.service-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
  padding:36px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow);
  border:1px solid rgba(240,211,122,.14);
}
.service-image img{
  width:100%;
  border-radius:var(--radius);
  box-shadow:0 16px 36px rgba(0,0,0,.55);
  object-fit:cover;
}
.checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:10px;
}
.checklist li{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:10px;
  align-items:start;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}
.check{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:999px;
  font-weight:1000;
  background:linear-gradient(135deg, rgba(216,178,76,.35), rgba(240,211,122,.20));
  border:1px solid rgba(240,211,122,.22);
}

/* Specialties */
.specialty-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:22px;
}
.specialty-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(240,211,122,.14);
  border-radius:16px;
  padding:16px;
  box-shadow:var(--shadow);
}
.specialty-card h3{
  margin:14px 0 10px;
  font-weight:1000;
  color:var(--trx-gold-2);
}
.spec-img{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}
.spec-img img{
  width:100%;
  height:190px;
  object-fit:cover;
  transition:transform .35s ease;
}
.specialty-card:hover .spec-img img{ transform:scale(1.04); }
.specialty-card ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
}

/* ===================================================== */
/* ✅ JOB SLIDESHOW (FULL IMAGE, NEVER CROPPED) */
/* ===================================================== */
.job-slider{
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow);
  border:1px solid rgba(240,211,122,.14);
}

/* Container */
.job-stage{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  max-height: 560px;
  border-radius:14px;
  overflow:hidden;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.06);
}

/* Slide crossfade */
.job-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .85s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.job-slide.active{ opacity:1; }

/* ✅ The important part: no cropping + full height */
.job-slide img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
}

/* Buttons */
.job-control{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:12px;
  background:rgba(5,10,18,.65);
  border:1px solid rgba(240,211,122,.25);
  color:#fff;
  font-size:22px;
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index:5;
}
.job-control:hover{ background:rgba(5,10,18,.82); }
.job-control.prev{ left:14px; }
.job-control.next{ right:14px; }

/* Dots */
.job-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:12px;
  flex-wrap:wrap;
}
.job-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  background:rgba(255,255,255,.25);
}
.job-dot.active{
  background:linear-gradient(135deg, var(--trx-gold), var(--trx-gold-2));
}

@media (max-width: 980px){
  .job-stage{
    aspect-ratio: 4 / 3;
    max-height: 520px;
  }
}

/* Area cards */
.area-cards{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
  margin-top:20px;
}
.soft-card{
  background:rgba(255,255,255,.04);
  border-radius:14px;
  padding:18px;
  border:1px solid rgba(240,211,122,.14);
  box-shadow:0 14px 32px rgba(0,0,0,.45);
}
.soft-card h3{ margin:0 0 8px; font-weight:1000; color:var(--trx-gold-2); }
.soft-card p{ color:var(--muted); }

/* Testimonials */
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:22px;
}
.testimonial-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(240,211,122,.14);
  border-radius:16px;
  padding:22px;
  box-shadow:var(--shadow);
}
.t-stars{ color:var(--trx-gold-2); letter-spacing:.18em; margin-bottom:10px; font-weight:1000; }
.t-text{ color:var(--muted); line-height:1.8; margin:0 0 14px; }
.t-name{ color:var(--trx-gold-2); font-weight:1000; }

/* FAQ */
.faq-clean{ display:grid; gap:12px; margin-top:18px; }
.faq-item{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(0,0,0,.45);
  background:rgba(255,255,255,.03);
}
.faq-question{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:16px 16px;
  cursor:pointer;
  background:transparent;
  border:0;
  font-weight:900;
  font-size:15px;
  text-align:left;
  color:rgba(255,255,255,.92);
}
.faq-icon{ font-size:18px; font-weight:1000; color:var(--trx-gold-2); }
.faq-answer{
  display:none;
  padding:0 16px 16px;
  color:var(--muted);
  line-height:1.7;
}
.faq-item.open .faq-answer{ display:block; }

/* Contact */
.contact-clean{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:22px;
  margin-top:18px;
  align-items:start;
}
.contact-side{ width:100%; }

.contact-form-clean{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(240,211,122,.14);
  box-shadow:var(--shadow);
  border-radius:16px;
  padding:22px;
}
.clean-row{ display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.clean-row.two{ grid-template-columns:1fr 1fr; }

.clean-field label{
  display:block;
  font-size:13px;
  font-weight:900;
  margin-bottom:8px;
  color:rgba(240,211,122,.90);
}
.clean-field input,
.clean-field select,
.clean-field textarea{
  width:100%;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  padding:12px 12px;
  background:rgba(0,0,0,.25);
  color:rgba(255,255,255,.92);
  outline:none;
}
.clean-field textarea{ resize:vertical; }
.center-btn{ margin-top:16px; display:flex; justify-content:center; }

.form-msg{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.80);
  line-height:1.6;
  display:none;
}
.form-msg.show{ display:block; }
.form-msg.ok{
  border-color: rgba(150,255,190,.35);
  color: rgba(150,255,190,.92);
}
.form-msg.err{
  border-color: rgba(255,160,160,.35);
  color: rgba(255,160,160,.92);
}

/* Back to top */
.back-to-top{
  position:fixed;
  right:16px;
  bottom:16px;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(240,211,122,.22);
  background:rgba(5,10,18,.65);
  cursor:pointer;
  display:none;
  font-weight:1000;
  color:#fff;
}
.back-to-top.show{ display:block; }

/* ================================
   FOOTER
================================ */
.footer{
  padding:32px 0;
  background:rgba(5,10,18,1);
  border-top:1px solid rgba(240,211,122,.16);
}

.footer-inner{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

/* Footer text */
.footer p{
  margin:0;
  font-size:14px;
  color:rgba(255,255,255,.70);
  font-weight:700;
  letter-spacing:.02em;
}

/* ================================
   FOOTER SOCIAL ICONS
================================ */
.footer-socials{
  display:flex;
  align-items:center;
  gap:14px;
}

/* Icon container */
.footer-socials a{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(240,211,122,.25);
  transition:all .25s ease;
}

/* SVG icons (TRX gold) */
.footer-socials svg{
  width:22px;
  height:22px;
  fill:var(--trx-gold-2);
  transition:fill .25s ease;
}

/* Hover effect */
.footer-socials a:hover{
  background:rgba(216,178,76,.18);
  transform:translateY(-2px);
  box-shadow:0 0 18px rgba(216,178,76,.35);
}

.footer-socials a:hover svg{
  fill:#ffffff;
}

/* ================================
   MOBILE FOOTER
================================ */
@media (max-width: 680px){
  .footer-inner{
    flex-direction:column;
    text-align:center;
    gap:14px;
  }

  .footer-socials{
    justify-content:center;
  }
}



/* Responsive */
@media (max-width: 980px){
  .desktop-nav{ display:none; }
  .nav-toggle{ display:block; }

  .section-split{ grid-template-columns:1fr; }
  .choice-grid{ grid-template-columns:1fr; }
  .service-split{ grid-template-columns:1fr; padding:22px; }

  .specialty-grid{ grid-template-columns:1fr; }
  .testimonial-grid{ grid-template-columns:1fr; }

  .area-cards{ grid-template-columns:1fr; }
  .contact-clean{ grid-template-columns:1fr; }
  .clean-row{ grid-template-columns:1fr; }
  .clean-row.two{ grid-template-columns:1fr; }

  .hero{ min-height:620px; height:auto; padding-bottom:60px; }
}

.phone-separator{
margin: 0 8px;
color: rgba(255,255,255,.4);
}

.form-msg{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.80);
  line-height:1.6;
  display:none;
}

.form-msg.show{
  display:block;
}

.form-msg.ok{
  border-color: rgba(150,255,190,.35);
  color: rgba(150,255,190,.92);
}

.form-msg.err{
  border-color: rgba(255,160,160,.35);
  color: rgba(255,160,160,.92);
}
