/* INDUSTRIAL MODERN STYLE SHEET for UmzugsMeister */
/* ==================== CSS RESET ==================== */
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, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header,
hgroup, 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;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  background: #23272F;
  color: #E4E4E4;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}

li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
ul li:before, ol li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #71A13B;
}
ol li:before {
  background: #999;
  border-radius: 50%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
h1 { font-size: 2.2rem; margin-bottom: 18px; }
h2 { font-size: 1.6rem; margin-bottom: 16px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; font-weight: 600; color: #ADC7E5; }
h4 { font-size: 1.05rem; margin-bottom: 7px; font-weight: 500; color: #B0B0B0 }

p {
  font-size: 1rem;
  margin-bottom: 14px;
  color: #DEDEDE;
}
a {
  color: #71A13B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #93CF5F;
  text-decoration: underline;
}

strong {
  font-weight: 700;
  color: #EEE;
  letter-spacing: 0.02em;
}

address {
  font-style: normal;
  color: #B0B0B0;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* ============ CONTAINERS & LAYOUT FLEX ============ */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-section {
  margin-bottom: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* Feature grids (no grid! Only flex) */
.feature-grid,
.product-grid,
.included-services,
.service-list,
.pricing-tables,
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
  justify-content: flex-start;
}

.product-grid { gap: 32px; }

.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  background: #292D34;
  border-radius: 11px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(16,24,48,0.10);
  position: relative;
  width: 100%;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 20px 0 rgba(38,43,52,0.18);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 12px;
}

.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;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #21242A;
  border: 1.5px solid #31353C;
  border-radius: 9px;
  padding: 22px 20px 18px 20px;
  gap: 15px;
  width: 280px;
  box-shadow: 0 2px 8px rgba(38,43,52,0.09);
  min-width: 240px;
  transition: border 0.2s, box-shadow 0.2s;
}
.feature-item img {
  width: 40px;
  height: 40px;
  filter: grayscale(0.2) contrast(1.1);
}
.feature-item:hover {
  border: 1.5px solid #71A13B;
  box-shadow: 0 6px 24px 0 rgba(38,43,52,0.14),0 1.5px 0 #71A13B inset;
}

/* Pricing tables & FAQ accordion */
.pricing-tables {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pricing-item {
  background: #24272D;
  border: 1px solid #363B44;
  border-radius: 11px;
  padding: 26px 24px;
  min-width: 220px;
  width: 300px;
  flex: 1 1 280px;
  box-shadow: 0 3px 13px rgba(16,18,20,0.10);
  transition: border 0.2s;
}
.pricing-item h3 {
  color: #71A13B;
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 700;
}
.pricing-item ul {
  margin: 0;
  color: #D5FFE0;
}
.pricing-item:hover {
  border: 1.5px solid #71A13B;
}

/* ================= BUTTONS / CTA ================== */
.cta, .cta.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #1A3764;
  color: #FFF;
  border-radius: 7px;
  border: none;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 13px 32px;
  box-shadow: 0 2px 7px rgba(36,55,100,0.14);
  cursor: pointer;
  min-width: 180px;
  letter-spacing: 0.045em;
  margin-top: 16px;
  margin-bottom: 6px;
  transition: background 0.14s, color 0.22s, transform 0.14s, box-shadow 0.22s;
  text-align: center;
}
.cta.primary:hover, .cta.primary:focus {
  background: #212B39;
  color: #71A13B;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 5px 20px 0 rgba(119,161,59,0.16);
}
.cta.secondary {
  background: transparent;
  color: #1A3764;
  border: 2px solid #1A3764;
}
.cta.secondary:hover {
  background: #1A3764;
  color: #FFF;
}

/* For small cta section */
.cta-section {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* ================= HEADER & NAVIGATION ============ */
header {
  width: 100%;
  background: #161821;
  box-shadow: 0 2px 8px rgba(15,23,36,0.13);
  position: relative;
  z-index: 12;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  justify-content: space-between;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
  filter: grayscale(0.09) brightness(1.14) contrast(1.02);
}
nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav a {
  color: #E4E4E4;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 7px;
  border-radius: 2.5px;
  letter-spacing: 0.03em;
  transition: color 0.16s, background 0.12s;
}
nav a:hover, nav a:focus {
  background: #1A3764;
  color: #71A13B;
}

/* Hide burger for desktop */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #71A13B;
  cursor: pointer;
  margin-left: 10px;
  z-index: 18;
  transition: color 0.22s, transform 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #E5FFCF;
  transform: scale(1.1);
}

/* ================== MOBILE MENU =================== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(26,55,100,0.98);
  transform: translateX(110vw);
  transition: transform .36s cubic-bezier(.48,.08,.25,1);
  display: flex;
  flex-direction: column;
  z-index: 99;
  opacity: 1;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #FFF;
  font-size: 2.3rem;
  position: absolute;
  top: 22px;
  right: 32px;
  z-index: 102;
  cursor: pointer;
  line-height: 1;
  transition: color 0.14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #ADC7E5;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  padding: 80px 36px 20px 36px;
}
.mobile-nav a {
  color: #FFF;
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 14px 0;
  width: 100%;
  border-radius: 2.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.17s, background 0.14s, padding 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #71A13B;
  background: rgba(18,28,44,0.6);
  padding-left: 12px;
}

/* =================== FOOTER ======================= */
footer {
  background: #181A1F;
  color: #B8B8B8;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  padding: 34px 0 18px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.footer-menu a {
  color: #8FAACD;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  transition: color 0.17s;
}
.footer-menu a:hover {
  color: #71A13B;
}
.social-links {
  display: flex;
  gap: 14px;
}
.copyright {
  margin-top: 6px;
  font-size: 0.93rem;
  color: #58595F;
}

/* ================== TESTIMONIALS ================== */
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFF;
  color: #31353C;
  border-radius: 9px;
  min-width: 260px;
  max-width: 350px;
  flex: 1 1 310px;
  box-shadow: 0 3px 20px 0 rgba(26,55,100,0.12);
  position: relative;
  margin-bottom: 20px;
  border-left: 4px solid #1A3764;
}
.testimonial-rating {
  font-size: 1.2rem;
  color: #71A13B;
  letter-spacing: 0.14em;
  font-weight: bold;
}
.testimonial-name {
  font-size: 1rem;
  color: #1A3764;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ================ FAQ ACCORDION =================== */
.faq-accordion, .faq-short {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #21242A;
  border-left: 4px solid #71A13B;
  border-radius: 6px;
  padding: 18px 18px 14px 18px;
  color: #E0E3E6;
  box-shadow: 0 2px 6px rgba(36,55,100,0.06);
}
.faq-item h3 {
  color: #D2FFB2;
  font-size: 1.07rem;
  margin-bottom: 6px;
}
.faq-item p {
  color: #E4E4E4;
}

/* ======== PRODUCT HIGHLIGHT / INFO BOXES ========= */
.product-highlight {
  margin: 20px 0 14px 0;
  font-weight: bold;
  color: #71A13B;
  background: #242A35;
  border-left: 5px solid #ADC7E5;
  padding: 12px 20px;
  border-radius: 5px;
  letter-spacing: 0.01em;
  font-size: 1.01rem;
}
.delivery-info {
  background: #202427;
  border-left: 3px solid #71A13B;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ACFFA2;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* ======= COOKIE CONSENT BANNER & MODAL ============ */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  background: #1A3764;
  color: #FFF;
  width: 100vw;
  z-index: 11000;
  padding: 20px 12px 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -2px 24px 0 rgba(17,27,25,0.13);
  animation: cookiebanner-in .5s cubic-bezier(.57,.19,.22,1);
}
@keyframes cookiebanner-in {
  from { transform: translateY(72px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #FFF;
  margin-bottom: 12px;
  font-size: 0.98rem;
  text-align: center;
}
.cookie-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.cookie-btn, .cookie-settings-btn {
  background: #71A13B;
  color: #181A1F;
  border-radius: 6px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 9px 22px;
  margin: 0 4px;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(23,31,39,0.06);
  transition: background 0.13s, color 0.14s, transform 0.12s;
}
.cookie-btn.reject {
  background: #DA3F36;
  color: #F3F8FF;
}
.cookie-btn:hover, .cookie-settings-btn:hover {
  background: #96D85F;
  color: #21242A;
  transform: scale(1.05);
}
.cookie-btn.reject:hover {
  background: #B8342D;
  color: #FFF;
}

/* COOKIE MODAL POPUP */
.cookie-modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -54%) scale(0.96);
  background: #202427;
  color: #FFF;
  padding: 32px 28px 26px 28px;
  border-radius: 14px;
  box-shadow: 0 8px 40px 0 rgba(26,55,100,0.20);
  z-index: 11101;
  width: 90vw;
  max-width: 410px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  opacity: 1;
  animation: cookiemodal-in .5s cubic-bezier(.57,.19,.22,1);
}
@keyframes cookiemodal-in {
  from { opacity: 0; transform: translate(-50%,-20%) scale(0.88); }
  to { opacity: 1; transform: translate(-50%,-54%) scale(1); }
}
.cookie-modal h3 {
  color: #D2FFB2;
  margin-bottom: 8px;
}
.cookie-modal .cookie-category {
  background: #181A1F;
  border-radius: 7px;
  padding: 10px 13px 8px 13px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 14px;
}
.cookie-modal .cookie-switch {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.cookie-modal .cookie-switch input[type="checkbox"] {
  appearance: none;
  background: #363B44;
  width: 38px;
  height: 22px;
  border-radius: 16px;
  outline: none;
  cursor: pointer;
  transition: background 0.18s;
  position: relative;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked {
  background: #71A13B;
}
.cookie-modal .cookie-switch input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 2.5px;
  top: 2px;
  transition: left 0.14s, background 0.16s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked::before {
  left: 17.5px;
  background: #E5FFE2;
}
.cookie-modal .cookie-switch label {
  margin-left: 12px;
  font-size: 0.98rem;
  color: #F1F7F5;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 16px;
  right: 21px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #FFF;
  cursor: pointer;
  z-index: 11102;
  transition: color 0.15s;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  color: #71A13B;
}

/* ============== UTILS ============== */
.hidden { display: none !important; }
.text-center { text-align: center; }
.flex { display: flex; }
.align-center { align-items: center; }
.gap-16 { gap: 16px; }

/* ========== RESPONSIVE DESIGN ========= */
@media (max-width: 1100px) {
  .feature-grid,
  .product-grid,
  .included-services,
  .pricing-tables,
  .testimonial-grid {
    gap: 18px;
    justify-content: flex-start;
  }
  .feature-item, .pricing-item { min-width: 180px; width: 220px; }
}

@media (max-width: 880px) {
  .container { max-width: 98vw; padding-left: 14px; padding-right: 14px; }
  .feature-grid,
  .product-grid,
  .included-services,
  .pricing-tables,
  .testimonial-grid {
    gap: 14px;
  }
  .feature-item, .pricing-item { flex: 1 1 170px; width: 170px; }
  .testimonial-card, .pricing-item {
    min-width: 190px;
    max-width: 98vw;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
    min-width: 100vw;
  }
  header .container, footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .feature-grid, .product-grid, .included-services, .pricing-tables, .testimonial-grid {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .card-container, .card-grid {
    flex-direction: column;
    gap: 14px;
  }
  .footer-menu {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 2px;
  }
  .text-image-section,.content-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .content-wrapper {
    max-width: 98vw;
    gap: 13px;
  }
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.1rem; }
}

@media (max-width: 600px) {
  header .container { padding: 7px 5px 7px 8px; }
  .logo img { height: 34px; }
  .feature-item, .pricing-item {
    min-width: 100px; width: 100vw;
    max-width: 97vw;
    padding: 14px 8px;
  }
  .testimonial-card {
    min-width: 140px;
    max-width: 95vw;
    padding: 14px 7px;
  }
  .cookie-modal { padding: 16px 7px; min-width: 140px; }
}

/* =========== SCROLLBAR =========== */
::-webkit-scrollbar {
  width: 10px;
  background: #202427;
}
::-webkit-scrollbar-thumb {
  background: #31353C;
  border-radius: 8px;
}

/* ============== ANIMATIONS & MICRO-INTERACTIONS =============== */
section, .section {
  animation: fadeInUp .6s cubic-bezier(.32,.66,.09,1);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px);}
  to { opacity: 1; transform: translateY(0);}
}

.card, .feature-item, .pricing-item, .testimonial-card {
  transition: transform 0.18s cubic-bezier(.64,.43,.15,1), box-shadow 0.14s;
}
.card:hover, .feature-item:hover, .pricing-item:hover, .testimonial-card:hover {
  transform: translateY(-3px) scale(1.022);
  box-shadow: 0 6px 24px 0 rgba(38,43,52,0.13), 0 1.5px 0 #ADC7E5 inset;
}

/* =========== SHADOWS & BORDERS ============ */
/* Used throughout button/cards/sections */

/* =========== INDUSTRIAL FONT FALLBACKS ============ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:400,500,700&display=swap');

/* =========== ACCESSIBILITY ============ */
:focus {
  outline: 2px solid #71A13B;
  outline-offset: 2px;
}

/* =========== OVERRIDES FOR INDUSTRIAL FEEL ============ */
body {
  background: #23272F;
}

h1, h2, h3, h4 {
  text-shadow: 0 2px 2px rgba(30,40,60,0.07);
  letter-spacing: 0.02em;
  font-variant-ligatures: none;
}
.cta, .cta.primary {
  box-shadow: 0 3px 13px rgba(26,55,100,0.12), 0 1.5px 0 #E5E5E5 inset;
  border: 1.5px solid #ADC7E5;
}
.cta.primary:hover {
  border-color: #71A13B;
}
.card, .feature-item, .pricing-item, .testimonial-card {
  border-radius: 9px;
  /* metallic accent - faint border */
  border-right: 2.5px solid #2D3642;
}

/* Metallic accent for icons */
.feature-item img, .card img, .testimonial-card img {
  filter: grayscale(0.3) contrast(1.25) brightness(1.09) drop-shadow(0 0 1px #E5E5E558);
}

/* Decorative: No absolute for cards/blocks, only for icons. */

/* =========== END =========== */
