/* RESET & BASE ------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, textarea, input, button, select, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1.6;
  background: #23272c;
  color: #f5f5f5;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  border: none;
}

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

ul, ol {
  padding-left: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
h1 { font-size: 2.4rem; line-height: 1.15; }
h2 { font-size: 1.8rem; margin-top: 24px; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4, h5, h6 { font-size: 1.1rem; }

p {
  font-size: 1rem;
  margin-bottom: 14px;
}

b, strong { color: #f4cb5f; letter-spacing: 0.3px; }

a {
  color: #e8b43a;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #fff3c2;
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px solid #444952;
  margin: 30px 0;
}

/* CONTAINER & LAYOUT ------------------ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
/* SPACING SECTION RULES (MANDATORY) */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  background: #252a31;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(20,24,28,0.13);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 24px;
  min-width: 260px;
  flex: 1 1 280px;
  border: 1.5px solid #333a43;
  transition: box-shadow 0.25s, border 0.25s, background 0.2s;
}
.card:hover {
  box-shadow: 0 4px 20px 0 rgba(232,180,58,0.18);
  border-color: #e8b43a;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fafaf9;
  color: #23272c;
  border-radius: 11px;
  padding: 20px;
  margin-bottom: 22px;
  box-shadow: 0 2px 9px 0 rgba(47,56,63,0.09);
  border-left: 5px solid #e8b43a;
  transition: box-shadow 0.24s, border-color 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 28px 0 rgba(46,64,83,0.13);
  border-color: #2e4053;
}
.testimonial-details {
  font-size: 0.98rem; 
  font-weight: 500;
  letter-spacing: 0.2px;
}
.testimonial-details span {
  color: #e8b43a; 
  font-size: 1.08rem;
  letter-spacing: 1px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* PAGE SECTIONS ---------------------- */
.hero {
  background: linear-gradient(120deg, #222931 80%, #e8b43a 180%);
  padding: 72px 0 48px 0;
  border-bottom: 2px solid #2e4053;
}
.hero h1 {
  color: #e8b43a;
  font-size: 2.8rem;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
.hero p {
  color: #f0f0ee;
  font-size: 1.15rem;
  margin-bottom: 24px;
}
.features {
  background: #27313c;
  border-bottom: 1px solid #363c45;
}
.features h2 {
  color: #e8b43a;
  margin-bottom: 18px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 15px;
}
.feature {
  background: #252a31;
  border-radius: 11px;
  box-shadow: 0 1px 7px 0 rgba(32,36,54,0.10);
  padding: 24px 18px 20px 18px;
  min-width: 230px;
  flex: 1 1 220px;
  border: 1px solid #373e49;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, border 0.2s;
}
.feature img {
  width: 32px; height: 32px; margin-bottom: 10px;
  filter: grayscale(75%) brightness(1.1);
}
.feature h3 {
  color: #f5f5f5;
  font-size: 1.12rem;
  margin-bottom: 8px;
}
.feature p {
  color: #cacaca;
  font-size: 1rem;
}

.cta {
  background: #23272c;
  text-align: left;
}
.cta h2 {
  color: #e8b43a;
}
.cta-btn {
  background: #e8b43a;
  color: #23272c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 14px 34px;
  margin-top: 10px;
  box-shadow: 0 1px 7px rgba(232,180,58,0.11);
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.13s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #2e4053;
  color: #e8b43a;
  box-shadow: 0 4px 20px 0 rgba(232,180,58,0.15);
  transform: translateY(-2px) scale(1.03);
}

/* FOOTER ----------------------------- */
footer {
  background: #23272c;
  border-top: 2.5px solid #2e4053;
  padding: 48px 0 20px 0;
  color: #c1c1c1;
  font-size: 0.97rem;
}
footer .container {flex-direction: row; align-items: flex-start; gap: 8vw;}
footer .logo { display: block; margin-right: 28px; }
footer .logo img { width: 44px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a {
  color: #e8b43a;
  font-size: 0.98rem;
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}
.footer-nav a:hover {
  color: #fff3c2;
}
.footer-contact {
  color: #ededed;
  font-size: 0.99rem;
  max-width: 310px;
  line-height: 1.45;
}

/* HEADER NAVIGATION ------------------- */
header {
  background: #23272c;
  box-shadow: 0 3px 16px 0 rgba(46,64,83,0.09);
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1.5px solid #2e4053;
}
header .container {
  flex-direction: row;
  align-items: center;
  gap: 32px;
  height: 90px;
}
.logo { display: flex; align-items: center; }
.logo img { height: 44px; width: auto; }
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-left: 36px;
  flex: 1 1 auto;
  align-items: center;
}
.main-nav a {
  color: #e8b43a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 1.04rem;
  padding: 7px 0 5px 0;
  border-bottom: 2.5px solid transparent;
  transition: border 0.18s, color 0.18s;
}
.main-nav a:hover, .main-nav a.active {
  color: #fff3c2;
  border-bottom: 2.5px solid #e8b43a;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #e8b43a;
  font-size: 2rem;
  display: none;
  position: absolute;
  top: 32px;
  right: 30px;
  cursor: pointer;
  z-index: 105;
  padding: 6px 9px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #2e4053;
  color: #e8b43a;
}

/* MOBILE MENU OVERLAY ----------------- */
.mobile-menu {
  display: flex;
  flex-direction: column;
  background: #23272c;
  position: fixed;
  top: 0; left: 0; height: 100vh; width: 100vw;
  z-index: 120;
  transform: translateX(-100vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.65,0,0.25,1), opacity 0.22s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #e8b43a;
  font-size: 2.1rem;
  padding: 18px 22px;
  align-self: flex-end;
  margin-right: 8px; margin-top: 10px;
  cursor: pointer;
  transition: color 0.18s, background 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #232c33;
  color: #fff3c2;
  border-radius: 7px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0 0 36px;
}
.mobile-nav a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #e8b43a;
  font-size: 1.25rem;
  letter-spacing: 1.2px;
  padding: 13px 0;
  border-bottom: 1px solid #32374b;
  transition: color 0.16s;
  width: fit-content;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #fff3c2;
}

/* FAQ ACCORDION ----------------------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 15px;
}
.faq-item {
  background: #23272c;
  border: 1px solid #393f47;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 8px;
  display: flex; flex-direction: column; gap: 12px;
  transition: border-color 0.18s, box-shadow 0.19s;
}
.faq-item h3 {
  color: #e8b43a;
  margin-bottom: 6px;
  font-size: 1.16rem;
}
.faq-item p {
  color: #ededed;
}
.faq-item:hover {
  border-color: #e8b43a;
  box-shadow: 0 2px 12px 0 rgba(232,180,58,0.10);
}

/* CASE STUDY ------------------------- */
.case-study {
  background: #292f35;
  color: #fffcf4;
  border-radius: 9px;
  margin-bottom: 24px;
  padding: 22px 18px 16px 18px;
  box-shadow: 0 1px 7px 0 rgba(32,36,54,0.07);
  border-left: 4px solid #e8b43a;
  transition: box-shadow 0.19s, border-left 0.15s;
}
.case-study h3 {
  font-size: 1.13rem;
  color: #e8b43a;
  margin-bottom: 4px;
}
.case-study p {
  color: #fafafa;
}
.case-study:hover {
  box-shadow: 0 4px 20px 0 rgba(232,180,58,0.13);
  border-left: 4px solid #2e4053;
}

/* LEGAL SECTIONS -------------------- */
.legal {
  background: #23272c;
  color: #ececec;
  margin-bottom: 60px;
  padding: 40px 20px;
  border-top: 3px solid #e8b43a;
  border-radius: 0 0 15px 15px;
}
.legal h1, .legal h2 {
  color: #e8b43a;
}

/* THANK YOU PAGE -------------------- */
.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.thank-you h1 {
  color: #e8b43a;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.thank-you p {
  color: #fafafa;
}

/* RESPONSIVE DESIGN ------------------- */
@media (max-width: 1100px) {
  .container { max-width: 970px; }
  .footer-nav { gap: 6px; }
}
@media (max-width: 900px) {
  .container { max-width: 750px; }
  footer .container {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  header .container { flex-direction: row; gap:18px;}
}
@media (max-width: 768px) {
  .container { max-width: 100%; padding: 0 10px; }
  footer .container { flex-direction: column; gap: 30px; }
  .main-nav, .cta-btn { display: none; }
  .mobile-menu-toggle { display: block; }
  .feature-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .hero {
    padding: 42px 0 32px 0;
    text-align: left;
  }
  .section {
    padding: 28px 8px;
    margin-bottom: 38px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .cta-btn { display: inline-block; }
  .faq-accordion { gap: 17px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.6rem; }
  h1 { font-size: 1.35rem; }
  h2 { font-size: 1.15rem; }
  h3 { font-size: 1rem; }
  .cta-btn { padding: 11px 18px; font-size: 0.98rem; }
  .footer-contact { font-size: 0.94rem; }
  .feature, .card { min-width: 0; padding: 18px 8px; }
}

/* TRANSITIONS & HIERARCHY ------------- */
.section, .card, .feature, .testimonial-card, .cta, .case-study {
  transition: box-shadow 0.19s, border-color 0.15s, background 0.2s;
}

/* COOKIES CONSENT BANNER ------------- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; width: 100vw;
  background: #23272c;
  color: #f5f5f5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px 18px 18px;
  z-index: 220;
  box-shadow: 0 -2px 16px 0 rgba(46,64,83,0.12);
  gap: 22px;
  font-size: 1.02rem;
  transition: transform 0.28s cubic-bezier(0.86,0,0.07,1), opacity 0.18s;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-btn {
  background: #e8b43a;
  color: #23272c;
  font-family: "Montserrat",Arial,sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 7px;
  padding: 9px 17px;
  border: none;
  margin-left: 0;
  cursor: pointer;
  transition: background 0.15s, color 0.16s, transform 0.13s;
  box-shadow: 0 1px 7px 0 rgba(232,180,58,0.12);
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #2e4053;
  color: #e8b43a;
  transform:translateY(-1.5px) scale(1.04);
}
.cookie-btn.settings {
  background: #23272c;
  color: #e8b43a;
  border: 1px solid #e8b43a;
  box-shadow: none;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #252a31;
}


/* COOKIE MODAL ----------------------- */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(34, 40, 44, 0.85);
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .26s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #23272c;
  color: #f5f5f5;
  border-radius: 13px;
  box-shadow: 0 10px 40px 0 rgba(46,64,83,0.22);
  padding: 32px 28px 25px 28px;
  max-width: 430px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 262;
  position: relative;
}
.cookie-modal h2 {
  color: #e8b43a;
  font-size: 1.28rem;
}
.cookie-modal-close {
  position: absolute;
  right: 12px; top: 11px;
  background: none;
  border: none;
  color: #e8b43a;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 263;
  padding: 7px 10px;
  border-radius: 6px;
  transition: background 0.14s, color 0.14s;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
  background: #2e4053;
  color: #fff3c2;
}

.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  margin-bottom: 11px;
  padding: 10px 0;
  border-bottom: 1px solid #333a43;
}
.cookie-category:last-child { border: none; }
.cookie-category label {
  flex: 1 1 auto;
  color: #e8b43a;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.cookie-category input[type="checkbox"] {
  appearance: none;
  width: 28px; height: 18px;
  border-radius: 12px;
  background: #2e4053;
  vertical-align: middle;
  margin: 0 6px 0 0;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background 0.15s;
}
.cookie-category input[type="checkbox"]:checked {
  background: #e8b43a;
}
.cookie-category input[type="checkbox"]::after {
  content: '';
  display: block;
  width: 12px; height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px; top: 3px;
  transition: transform 0.18s cubic-bezier(0.7,0,0.3,1);
}
.cookie-category input[type="checkbox"]:checked::after {
  transform: translateX(10px);
}
.cookie-category input[type="checkbox"]:disabled,
.cookie-category input[type="checkbox"][disabled] {
  background: #444952;
  cursor: not-allowed;
}

.cookie-modal__footer {
  margin-top: 13px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 520px) {
  .cookie-modal { padding: 22px 8px 16px 8px;}
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 10px; padding:13px 10px; }
  .cookie-banner__buttons { flex-wrap: wrap; gap: 10px; }
}

/* HELPER CLASSES ---------------------- */
.text-center { text-align: center; }
.mt-4 { margin-top: 24px !important; }
.mb-3 { margin-bottom: 18px !important; }
.mb-5 { margin-bottom: 32px !important; }
.rounded { border-radius: 12px; }
.flex-row { display: flex; flex-direction: row; gap: 20px; }
.flex-col { display: flex; flex-direction: column; gap: 16px; }

/* SCROLLBAR (Industrial Feel) --------- */
::-webkit-scrollbar { width: 12px; background: #252a31; }
::-webkit-scrollbar-thumb {
  background: #2e4053;
  border-radius: 7px;
  border: 3px solid #23272c;
}
::-webkit-scrollbar-thumb:hover { background: #e8b43a; }

/* SELECTION STYLE --------------------- */
::selection {
  background: #e8b43a;
  color: #23272c;
}

/* METALLIC ICON ACCENTS --------------- */
[class*="icon-"], .feature img, .contact-details img {
  filter: grayscale(70%) contrast(1.1) brightness(1.15) drop-shadow(0 0 1px #ffd40055);
}

/* ADDITIONAL INDUSTRIAL STYLES -------- */
.card, .feature, .testimonial-card, .case-study {
  border: 1.2px solid #313337;
  box-shadow: 0 1px 7px 0 rgba(50, 54, 58, 0.12);
}

/* FOCUS STATES ----------------------- */
input, button, a, .cta-btn {
  outline: none;
}
a:focus, button:focus, .cta-btn:focus, input:focus {
  outline: 2px solid #e8b43a;
  outline-offset: 2px;
  z-index: 2;
}

/*--- END ---*/
