/* --- Fonts --- */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* --- Placeholder images --- */
.placeholder-img {
  background: linear-gradient(135deg, #85D5F6 0%, #BCFB89 100%);
  min-height: 150px;
  display: block;
}
.placeholder-img[src$=".jpg"],
.placeholder-img[src$=".png"] {
  /* if image fails, the placeholder bg shows through */
}

/* --- Reset --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #383a3e;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { vertical-align: middle; }
a { color: inherit; transition: 0.3s ease-in-out; }
a:hover { color: #094542; text-decoration: underline; }

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1em;
  font-family: "Urbanist", sans-serif;
}
h1 {
  font-size: 4.375em;
  margin-bottom: 0.7em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.1;
}
h2 {
  font-size: 3.125em;
  margin-bottom: 1em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 800;
}
h3 {
  letter-spacing: -0.01em;
  font-size: 1.375em;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 1em;
}
h4 { font-size: 1.5em; margin-bottom: 1em; }
p { font-size: 1em; line-height: 1.6; margin-bottom: 1em; }
.p_mid { font-size: 1.125em; }
.p_big { font-size: 1.375em; }

/* --- Container --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.container-fluid { width: 100%; }

/* --- Buttons --- */
.btn, .btn_outline {
  padding: 10px 40px;
  line-height: 1;
  border-radius: 5px;
  background: #05C274;
  color: #FFFFFF;
  border: 0;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
.btn:hover, .btn_outline:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #4750DD;
  border-color: #4750DD;
}
.btn_outline {
  background-color: transparent;
  border: 1px solid #094542;
  color: #094542;
  font-weight: 800;
  font-size: 0.9375em;
  padding: 13px 40px;
}
.btn_outline:hover {
  background: #4750DD;
  color: #FFFFFF;
  text-decoration: none;
}
.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #383a3e;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.underline_link:hover {
  color: #094542;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

/* --- Navbar --- */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 18px 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.navbar.scrolled {
  padding: 12px 0;
  box-shadow: 0 1px 20px rgba(33,33,97,0.08);
}
.navbar .container { display: flex; justify-content: space-between; align-items: center; }
.navbar .logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #212161;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  letter-spacing: -0.02em;
}
.navbar .logo:hover { color: #094542; text-decoration: none; }
.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-link {
  text-decoration: none;
  color: #212161;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.25s ease;
  position: relative;
}
.nav-link:hover {
  color: #094542;
  background: rgba(9,69,66,0.08);
}
.nav-link.active {
  color: #094542;
  background: rgba(9,69,66,0.12);
}
.lang-switcher {
  display: flex;
  gap: 2px;
  background-color: rgba(133,213,246,0.2);
  border-radius: 8px;
  padding: 3px;
  margin-left: 8px;
}
.lang-switcher .lang-btn {
  padding: 6px 12px;
  color: #094542;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
}
.lang-switcher .lang-btn:hover { color: #212161; }
.lang-switcher .lang-btn.active {
  background-color: #094542;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(9,69,66,0.3);
}

/* --- Hero Slider --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}
.hero-slideshow {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -2;
}
.hero-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.hero-slide.active { opacity: 1; }
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(33,33,97,0.82) 0%, rgba(9,69,66,0.75) 100%);
  z-index: -1;
}
.hero-content { max-width: 800px; padding: 0 20px; }
.hero-content h1 { margin-bottom: 42px; }
.hero-content p {
  font-size: 1.375em;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 513px;
  margin: 0 auto 42px;
}
.hero-content .cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.hero-content .btn {
  background: #FFFFFF;
  color: #212161;
  border: 2px solid #FFFFFF;
}
.hero-content .btn:hover {
  background: #BCFB89;
  color: #212161;
  border-color: #BCFB89;
}
.hero-content .btn_outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.hero-content .btn_outline:hover {
  background: rgba(255,255,255,0.15);
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
}
.scroll-down-indicator::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 2px;
  animation: scroll-anim 2s infinite;
}
@keyframes scroll-anim {
  0% { transform: translate(-50%, 0); opacity: 1; }
  50% { transform: translate(-50%, 20px); opacity: 0; }
  100% { transform: translate(-50%, 0); opacity: 1; }
}

/* --- About Us --- */
.about_us {
  padding: 100px 0 80px;
  text-align: center;
}
.section-label {
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #094542;
  background: rgba(9,69,66,0.1);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.about-header h2 {
  font-size: 2.8rem;
  color: #212161;
  margin-bottom: 60px;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}
.about-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(33,33,97,0.06);
  border: 1px solid rgba(133,213,246,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(33,33,97,0.12);
}
.about-card .card-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1;
}
.about-card h3 {
  color: #212161;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.about-card p {
  color: #094542;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* --- Company Info --- */
.company-info {
  background: linear-gradient(135deg, #BCFB89 0%, #85D5F6 100%);
  padding: 80px 0;
}
.info-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.info-header {
  margin-bottom: 30px;
  text-align: left;
}
.info-header h3 {
  color: #212161;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.info-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(33,33,97,0.08);
  text-align: left;
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(133,213,246,0.3);
}
.info-row:last-child {
  border-bottom: none;
}
.info-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #094542;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.info-value {
  color: #212161;
  font-weight: 600;
}
.info-value a {
  color: #212161;
  text-decoration: none;
  transition: color 0.2s;
}
.info-value a:hover {
  color: #094542;
}

/* --- Products Grid --- */
.ds_products {
  padding-bottom: 100px;
  margin-top: -60px;
  background: linear-gradient(180deg, #BCFB89 0%, #FFFFFF 40px);
}
.ds_products .ds_products_pack .ds_box_prod {
  margin-bottom: 24px;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(33,33,97,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(33,33,97,0.15);
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #85D5F6;
  flex-shrink: 0;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_text {
  padding: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_text h3 {
  font-size: 1.2em;
  font-weight: 800;
  color: #212161;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_text p {
  font-size: 0.9em;
  color: #094542;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: 1;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_text .btn_outline {
  opacity: 1;
  background: #212161;
  color: #fff;
  border: 2px solid #212161;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85em;
  transition: all 0.2s;
  display: inline-block;
}
.ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_text .btn_outline:hover {
  background: #05C274;
  border-color: #094542;
}

/* --- Contact Section --- */
.ds_contact_main {
  padding-top: 176px;
  padding-bottom: 191px;
  background: linear-gradient(135deg, #212161 0%, #094542 100%);
}
.ds_contact_main .ds_contact_main_pack {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}
.ds_contact_main .ds_left_wrapper .ds_content {
  max-width: 440px;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_title {
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_title h2 {
  margin-bottom: 17px;
  color: #FFFFFF;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_title p {
  color: rgba(255,255,255,0.75);
  font-size: 1.0625em;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 0;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack h3 {
  font-size: 1.5625em;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #BCFB89;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row .ds_icon {
  margin-right: 26px;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row .ds_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row .ds_icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row a {
  font-family: "Urbanist", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 1.6;
  text-decoration: none;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row a:hover {
  color: #F0313C;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row a strong {
  font-weight: 800;
}
.ds_contact_main .ds_left_wrapper .ds_content .ds_info_pack .ds_adress_row div {
  color: #FFFFFF;
  line-height: 1.6;
}

/* --- Contact Form --- */
.ds_contact_main .ds_right_wrapper .ds_content_form {
  max-width: 540px;
}
.ds_pack_form .form-group {
  margin-bottom: 20px;
}
.ds_pack_form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.ds_pack_form .form-group input,
.ds_pack_form .form-group textarea {
  width: 100%;
  padding: 12px;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  transition: border-color 0.3s;
}
.ds_pack_form .form-group input:focus,
.ds_pack_form .form-group textarea:focus {
  outline: none;
  border-color: #BCFB89;
}
.ds_pack_form .form-group input::placeholder,
.ds_pack_form .form-group textarea::placeholder {
  color: rgba(255,255,255,0.4);
}
.ds_podminky {
  margin-bottom: 20px;
}
.ds_podminky label {
  color: #9BB3DF;
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.ds_podminky input[type="checkbox"] {
  margin-top: 4px;
  accent-color: #BCFB89;
}
.ds_pack_form .btn {
  width: 100%;
  font-size: 1.125em;
  padding: 14px 40px;
}

/* --- Footer --- */
footer {
  background: #FFFFFF;
  padding-top: 40px;
}
footer .ds_footer_wrapper {
  padding-bottom: 20px;
}
footer .ds_footer_wrapper .ds_footer_col {
  margin-bottom: 1em;
  position: relative;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
  font-family: "Urbanist", sans-serif;
  font-size: 1.5625em;
  margin-bottom: 30px;
  color: #212161;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_logo_footer {
  margin-bottom: 30px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_logo_footer a img {
  width: 100%;
  max-width: 236px;
  object-fit: cover;
}
footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_logo_footer .logo-placeholder {
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #212161;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: inline-block;
  border: 2px dashed #85D5F6;
  padding: 8px 20px;
  border-radius: 6px;
  background: rgba(133,213,246,0.15);
}
footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_text_footer p {
  max-width: 283px;
  font-size: 1.125em;
  color: #094542;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul {
  list-style: none;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
  margin-bottom: 15px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0.3px;
  color: #094542;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
  text-decoration: underline;
  color: #212161;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row:last-of-type {
  margin-bottom: 0;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row .ds_icon {
  margin-right: 16px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row .ds_icon img {
  width: 20px;
  height: 20px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row a {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 1.6;
  text-decoration: none;
  color: #212161;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row a:hover {
  color: #094542;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row a strong {
  font-weight: 800;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_adress_row div {
  color: #094542;
  line-height: 1.6;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_social_pack {
  margin-top: 27px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_social_pack h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 1.5625em;
  margin-bottom: 15px;
  color: #212161;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_social_pack .ds_pack_icon {
  display: flex;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_social_pack .ds_pack_icon a {
  margin-right: 14px;
  display: inline-block;
}
footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_social_pack .ds_pack_icon a img {
  width: 24px;
  height: 24px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_qr_code img {
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
}
footer .ds_footer_wrapper .ds_footer_col .ds_qr_code p {
  text-align: center;
  margin-top: 10px;
  color: #094542;
}
.ds_footer_bottom_line {
  background: #85D5F6;
  margin-right: -15px;
  margin-left: -15px;
  padding: 23px 0;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright span {
  color: #212161;
  letter-spacing: 0.3px;
  font-size: 1em;
  font-weight: 500;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
  color: #212161;
  letter-spacing: 0.3px;
  font-size: 1em;
  font-weight: 500;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a {
  text-decoration: none;
}
.ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a:hover {
  text-decoration: underline;
}

/* --- Cookie Banner --- */
.cookie-banner {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    background: #212161;
    color: #FFFFFF;
    padding: 24px 16px;
    z-index: 9999;
    transition: bottom 0.5s ease-in-out;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}
.cookie-banner.visible {
    bottom: 0;
}
.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-banner p {
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
    min-width: 300px;
}
.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.cookie-buttons .btn_outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #FFFFFF;
    padding: 10px 24px;
    font-size: 0.9rem;
}
.cookie-buttons .btn_outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.cookie-buttons .btn {
    padding: 10px 24px;
    font-size: 0.9rem;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .about-split {
    grid-template-columns: 1fr;
  }
  .ds_contact_main .ds_contact_main_pack {
    grid-template-columns: 1fr;
  }
  .ds_contact_main .ds_left_wrapper .ds_content {
    max-width: 100%;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_qr_code {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  .about-header h2 { font-size: 2rem; }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-content p { font-size: 1.1em; }
  .hero-content .cta-buttons { flex-direction: column; align-items: center; }
  .navbar .container { flex-direction: column; gap: 10px; }
  .nav-right { width: 100%; justify-content: center; flex-wrap: wrap; }
  .ds_products .ds_products_pack .ds_box_prod .ds_content .ds_content_img {
    height: 160px;
  }
  .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 575px) {
  footer { padding-top: 4em; padding-bottom: 0; }
  footer .ds_footer_wrapper { padding-bottom: 0; }
  footer .ds_footer_wrapper .ds_footer_col { margin-bottom: 2em; }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title { margin-bottom: 1em; }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li { margin-bottom: 0; }
  .ds_footer_bottom_line { font-size: 1.125em; margin-top: 0; padding-top: 2em; }
  .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
    gap: 10px;
  }
}
