:root {
  --color-primary: #BEE5B0;
  --color-primary-dark: #295a39;
  --color-primary-light: #bde4ae6e;
  --color-secondary: #4c9664;
  --color-secondary-light: #73b631;
  --color-dark: #262E23;
  --color-text: #fff;
  --color-text-dark: #484848;
  --primary-gradient: linear-gradient(135deg, #BEE5B0 0%, #73b631 100%);
  --secondary-gradient: linear-gradient(135deg, #125828 0%, #83d29c 100%);
}

* {
  font-family: "Roboto", sans-serif;
  color: var(--color-dark);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f8fafc;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}

#logo-container {
    position:absolute;
    top:50px;
    left:60px;
    z-index:15;
}

#logo-container img {
    width:80px;
    height:auto;
}

h1,h2,h3,h4,h5,h6,
.btn{
font-family: 'Roboto', sans-serif;
}

.btn{
  text-transform:uppercase;
}

textarea {
    width: 100%;
    min-height: 100px;
    resize: vertical;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #beb9ab;
    padding: 5px;
}

.button-primary {
	background: #484848;
	color: #fff;
	padding: 16px 24px;
	font-size: 16px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid var(--color-primary-dark);
	border-radius: 4px;
}

.button-primary:hover {
	background: var(--color-primary-dark);
	color: #fff;
	border-color: var(--color-secondary);
}

.container {
    background-color: rgba(206, 230, 197, 0.85);
    width: 600px;
    margin: auto;
    padding: 40px;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.15);
    margin-top:100px;
    margin-bottom:50px;
    border-radius: 12px;
    }
h2 {
    text-align: center;
    color: var(--color-dark);
    font-size:2.5rem;
    margin-top:10px;
    font-weight:bold;
    margin-bottom:20px;
}

.results-box h2{
  font-size:2rem;
}

.form-group h4,
h4{
  font-size:1.2rem;
  text-transform:uppercase;
  letter-spacing:1px;
}

.container-terms {
    background: linear-gradient(45deg, #ffffff 0%, #f8fafc 100%);
    width: 1000px;
    margin: auto;
    padding: 40px;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.15);
    margin-top:50px;
    margin-bottom:50px;
    border-radius: 12px;
}

.container-terms p {
    width: 100%;
    text-align: left;
}

.p-style {
    padding-left:15px;
}

.p-style-2 {
    padding-left:25px;
    padding-right:20px;
}

.home-button {
    position: fixed;
    top: 20px; 
    left: 20px; 
    width: 50px;
    height: 50px; 
    background: url('home.png') no-repeat center center; 
    background-size: cover;
    z-index: 2;
}

.qht{
  font-size:0.8rem;
  text-transform:uppercase;
  letter-spacing:2px;
  text-align:center;
  width:100%;
  display:block;
}

.form-group {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
}

.form-group-boss > label {
    display: block;
    margin-bottom: 5px;
    font-size:1rem;
}

.form-group-boss {
  margin-bottom:30px;
  display:flex;
}

.form-group-1 {
    margin-bottom: 0;
    display: inline-block;
    flex:1;
    margin-right:10px;
}
.form-group-1 > label {
    display: block;
    margin-bottom: 5px;
    font-size:1rem;
}

.form-group span {
    color: var(--color-dark);
    font-weight:600;
}

.form-group-2 {
    margin-bottom: 0;
    display: inline-block;
    flex:1;
}
.form-group > label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-dark);
}

#ordernumber, #email, #streetAddress, #city, #lastname {
    margin-top: 10px;
}


a.color-link {
    color: var(--color-secondary);
}

.terms-checkbox a {
    font-weight: bold; 
    text-decoration: none;
    color: var(--color-secondary);
}

.terms-checkbox {
    display: flex;
    justify-content: center;
    height: 20px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.company-name {
    height:0.75rem;
}

.company-name-footer {
    height:0.5rem;
}

.terms-checkbox input[type="checkbox"] {
    margin-right: 10px; 
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-tac {
    display:block;
    margin:20 auto 0;
}

.form-tac p {
    margin:0 auto;
    width:100%;
    text-align:left;
    font-size:10px;
    color:#676767;
    display: flex;
    justify-content: flex-start;
    padding-right:10px;
}

.form-tac img {
    width: 15px;
    height: 15px;
}

.form-tac p2 {
    margin:-10px auto 15px;
    text-align:center;
    display:block;
}



/* Gender & Smoker toggle group styles */
.gender-toggle-group,
.smoker-toggle-group {
    border-radius: 4px;
    background: #bfdbb5;
}
.gender-toggle-group button,
.smoker-toggle-group button {
    margin: 0;
    transition: background 0.18s, color 0.18s;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: none;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    height: 60px;
}

.gender-toggle-group button span,
.smoker-toggle-group button span {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: #484848;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gender-toggle-group button span svg,
.smoker-toggle-group button span svg {
    fill: var(--color-secondary-light);
    width: 100%;
    height: 100%;
    display: block;
}
.gender-toggle-group button.selected,
.smoker-toggle-group button.selected {
    color: var(--color-dark);
    box-shadow: none;
    transform: none;
    z-index: 1;
    border: none;
    background: #fff;
}
.gender-toggle-group button.selected span,
.smoker-toggle-group button.selected span {
    background: var(--color-secondary-light);
}
.gender-toggle-group button.selected span svg,
.smoker-toggle-group button.selected span svg {
    fill: #fff;
}
.gender-toggle-group button:not(.selected),
.smoker-toggle-group button:not(.selected) {
    background: transparent;
    color: var(--color-dark);
    opacity: 1;
}
.gender-toggle-group button:not(.selected):hover,
.smoker-toggle-group button:not(.selected):hover {
    background: var(--color-secondary-light);
}
button.gender-left,
button.smoker-left {
    border-right: 1px solid var(--color-secondary-light);
}

/* Button primary (CTA) */
.button-primary {
    background: var(--color-primary-dark);
    color: #fff;
    padding: 16px 24px;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--color-primary-dark);
    border-radius: 4px;
}
.button-primary:hover {
    background: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary-light);
}

/* Hero next button (CTA) */
.hero-next-button {
    padding: 16px;
    border: none;
    color: #fff;
    background: #0584c6;
}
.hero-next-button:hover{
    background: #0584c6;
}
.hero-next-button:disabled:hover {
    background: #0584c6;
}

.hero-next-button-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.hero-next-button-tag {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

/* Price tag styles */
.price-tag {
    display: flex;
    background: none;
    padding: 12px 8px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 19px;
    transition: transform 0.2s ease;
    align-items: center;
}
.price-tag:hover {
    transform: scale(1.1);
}
.price-tag .old-price {
    opacity: 0.7;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
}
.price-tag .old-price .price-tag-crossed {
    text-decoration: line-through;
    color: #fff;
}
.price-tag .current-price {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}

.radio-group {
    display: flex;
}
.radio-button {
    display: flex; 
    color: var(--color-dark);
    align-items: center; 
    border: 1px solid var(--color-secondary);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    justify-content: center;
    flex:1;
    height: 55px;
}
.radio-button input {
    display: none;
}


.radio-button,
select{
  font-size: 17px;
  font-weight: bold;
}


.radio-button.active {
    background-image: linear-gradient(185deg, #4c9664 0%, #295a39 100%);
    color: white;
    border-color: var(--color-primary-dark);
    transition: background-color 0.3s, border-color 0.3s;
}

.stress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.stress-labels span {
    font-size: 0.8em;
    color: gray;
}

.stress-labels span.active {
    color: #2c2c2c;
    font-weight: bold;
}

.btn {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 400;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
  }
  
  @media (min-width: 768px) {
    .btn {
      padding: 19px 32px;
    }
  }

  .btn {
    margin-top:40px;
  }
  
  .btn:before,
  .btn:after {
    border-radius: 0px;
  }
  
  .btn:before {
    background-image: linear-gradient(92.83deg, #ffffff 0, #ffffff 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .btn:after {
    background-color: initial;
    background-image: linear-gradient(var(--color-secondary) 0, var(--color-primary-dark) 40%, var(--color-primary-dark) 60%, var(--color-primary-dark) 100%);
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .btn:hover:not(:disabled):before {
    background: linear-gradient(var(--color-primary) 0, var(--color-primary) 40%, var(--color-primary) 60%, var(--color-primary) 100%);
    text-color: var(--color-dark);
  }
  
  .btn:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  
  .btn:active:not(:disabled) {
    color: #ccc;
  }
  
  .btn:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(var(--color-primary-dark) 0, var(--color-primary-dark) 40%, var(--color-primary-dark) 60%, var(--color-primary-dark) 100%);
  }
  
  .btn:active:not(:disabled):after {
    background-image: linear-gradient(var(--color-primary-dark) 0, #1a3d28 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }
  
  .btn:disabled {
    cursor: default;
    opacity: .24;
  }



.results-box {
    padding: 0;
    margin-top: 20px;
}

.health-report {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

#healthForm {
    transition: opacity 0.5s ease-out;
    opacity: 1;
}


.health-report b {
    color: #007bff;
}

.messagex{
  position:fixed;
  width:100%;
  padding:7px 20px;
  text-align:center;
  color:#FFF;
  background:#C40C10;
  top:0;
}

.messagex span{
  width:100%;
  text-align:center;
  display:block;
  color:#FFFFFF;
  font-size:12px;
}

a.btn{
  text-decoration:none;
  text-align:center;
  margin-top:50px;
}



body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background: #f8fafc;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
  transform: scale(0.8);
}
.landing-page {
  max-width: 960px;
  height: 475px;
  margin: 0;
  box-shadow: 0px 0px 8px 1px #ccc;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
svg {
  width: 50%;
  max-height: 225px;
  height: auto;
}
h1 {
  font-size: 48px;
  margin: 0;
}
p {
  font-size: 16px;
  width: 35%;
  margin: 16px auto 24px;
  text-align: center;
}
button {
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  background: #62AD9B;
  color: #fff;
  border: none;
}


.background-fixed {
    background:url('background.png') center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: -1;
    filter: blur(0px); 
  }


select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f8fafc;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    cursor: pointer;
    transition: border-color 0.3s;
}

select:hover, select:focus {
    border-color: var(--color-secondary); 
}


input[type="text"], input[type="number"], input[type="email"], input[type="date"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.3s;
    background-color: #f8fafc;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    background-color: #f8fafc;
}

input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="date"]:hover,
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="date"]:focus {
    border-color: var(--color-secondary); 
}

input.invalid, select.invalid {
    border: 2px solid red !important;
    transition: border-color 0.3s;
}

.shake.invalid {
    animation: shake 0.5s;
}

.radio-group.invalid label {
    border: 1px solid red; 
}

.gender-toggle-group.invalid,
.smoker-toggle-group.invalid {
    outline: 2px solid red;
    border-radius: 4px;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.iti {
    width: 100% !important; 
    display: block !important; 
    margin-top:10px !important;
}
.country-select {
    width: 100% !important; 
    display: block !important;
    margin-top:10px !important;
}

.intl-tel-input .iti__input {
    width: calc(100% - 24px) !important; 
    padding: 10px !important; 
    margin-top: 5px !important; 
    border: 1px solid #ddd !important; 
    border-radius: 5px !important; 
}


/* Slider Styles */
.slider-container {
    position: relative;
    padding: 40px 0 8px 0;
    width: 100%;
    display: block;
}

.slider-min-max {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 4px;
}

.slider-value-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-secondary);
    color: #fff;
    padding: 8px 8px;
    border-radius: 49px;
    font-weight: 700;
    font-size: 16px;
    height: 38px;
    width: 50px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(76, 150, 100, 0.3);
    transition: left 0.1s ease-out;
    display: inline-block;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 10;
}

.slider-value-badge::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-secondary);
}

sl-range {
    width: 100%;
    display: block !important;
    visibility: visible !important;
    --track-height: 6px;
    --track-color-active: var(--color-secondary);
    --track-color-inactive: #e5e7eb;
    --thumb-size: 24px;
}

sl-range::part(base) {
    padding: 8px 0;
    display: block !important;
}

sl-range::part(input) {
    display: block !important;
}

sl-range::part(thumb) {
    background: var(--color-secondary);
    border: 4px solid #fff;
    box-shadow: 0 3px 12px rgba(76, 150, 100, 0.3);
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
}

sl-range::part(thumb):hover {
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(76, 150, 100, 0.4);
}

sl-range::part(thumb):active {
    transform: scale(1.05);
}

sl-range::part(track) {
    background: #e5e7eb;
    height: 6px;
    border-radius: 10px;
}

sl-range::part(track-active) {
    background: var(--color-secondary);
}

sl-range::part(tooltip) {
    display: none !important;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.slider-labels span {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.slider-container .active-label {
    font-weight: bold;
    color: var(--color-secondary);
}

.qht.text-center{
  margin-bottom: 23px;
  margin-top: -11px;
}

.health-report h4 span{
font-family: 'Smooch Sans', sans-serif;
}

.health-report h4{
  text-align:center;
}

.health-report p{
  width:100%;
  font-size:0.8rem;
  line-height:0.8rem;
  background:#EEEEEE;
  padding:40px;
}

h4.rem2{
  font-size:2rem;
}

.health-report h4.red{
  background:#C40C10;
  color:#FFF;
  text-align:center;
  font-size:2rem;
}

.health-report h4.red span{
  color:#FFFFFF;
}

.legend-line-1 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
}

.legend-line-content {
    margin:0 auto;
    height:190px;
    display:flex;
    max-width: 890px;
    transform: translateY(20%);
}

.zajoba {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
}

.zajoba p {
    height:100%;
    text-align:left;
    width:100%;
    padding-right:30px;
    color: var(--color-dark);
    
}

.zajoba h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    color: var(--color-dark);
}

.legend-line-content-image {
    flex:1;
}

.legend-line-content-image img {
    max-width:100%;
    height:100%;
    display:block;
}

.legend-line-2 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
    background: linear-gradient(45deg, var(--color-primary-dark) 0%, var(--color-secondary) 100%);
}

.legend-line-content2 {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.zajoba2 {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
    order:2;
}

.zajoba2 p {
    height: 100%;
    text-align: right;
    width: 100%;
    padding-right: 0px;
    padding-left: 30px;
    color: #ffffff;
}

.zajoba2 h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    text-align:right;
    color: #ffffff;
}

.legend-line-content-image2 {
    flex:1;
    order:1;
}

.legend-line-content-image2 img {
    max-width:100%;
    height:100%;
    display:block;
}

.legend-line-3 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
    background-color: #f8fafc;
}

.legend-line-content3 {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.zajoba3 {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
    order:1;
}

.zajoba3 p {
    height: 100%;
    text-align: left;
    width: 100%;
    padding-right: 30px;
    color: var(--color-dark);
}

.zajoba3 h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    text-align:left;
    color: var(--color-dark);
}

.legend-line-content-image3 {
    flex:1;
    order:1;
}

.legend-line-content-image3 img {
    max-width:100%;
    height:100%;
    display:block;
}

.highlight {
    width:100%;
    min-height:100px;
    background:#f8fafc;
}    

.highlight-container {
    width:1000px;
    height:auto;
    display:flex;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:80px;
}

.highlight-1 {
    flex:1;
    display:flex;
    background: linear-gradient(45deg, var(--color-primary-dark) 0%, var(--color-secondary) 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius:12px;
    aspect-ratio: 1 / 1;
    margin-right:10px;
    margin-left:10px;
    transition: background-color 0.6s ease;
    align-items: center;
    flex-direction:column;
    padding:20px;
}

.highlight-1:hover {
    background: linear-gradient(45deg, var(--color-secondary) 0%, var(--color-secondary-light) 100%);
}

.highlight-1 img {
    margin:0 auto;
    display:block;
    width:70px;
    height:70px;
}

.highlight-1 h4 {
    display:block;
    text-align:center;
    color: #ffffff;
}

.highlight-1 p {
    margin:0;
    padding:0;
    text-align:center;
    width:100%;
    color: #ffffff;
}
    
.footer {
    width:100%;
    height:auto;
    background: linear-gradient(0deg, var(--color-primary-dark) 0%, var(--color-secondary) 100%);
    margin-top:0;
    margin-right:0px;
    margin-left:0px;
    color:#ffffff;
}

.footer-selection {
    width:800px;
    display:flex;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
}

.footer-copyright {
    width:800px;
    display:flex;
    margin:0 auto;
    padding-top:0px;
    padding-bottom:20px;
}

.footer-copyright p {
    width:100%;
    color:#ffffff;
    font-weight:normal;
    font-size:0.7rem;
    margin:0 auto;
}

.footer-menu {
    display:inline-block;
    color:#ffffff;
    flex:1;
    text-align: center;
}

.footer-menu a {
    color:#ffffff;
    text-decoration: none;
}

.footer-menu a:hover {
    color:#BEE5B0;
}


@media (max-width: 768px) {
  .gender-toggle-group button,
  .smoker-toggle-group button {
    padding: 12px 10px;
    font-size: 14px;
    height: 50px;
  }
  .gender-toggle-group button span,
  .smoker-toggle-group button span {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 7px;
  }
  .hero-next-button {
    padding: 12px;
  }
  .hero-next-button-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .hero-next-button-tag {
    font-size: 11px;
  }
  .price-tag {
    padding: 8px 4px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
  }
  .price-tag .old-price {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .price-tag .current-price {
    font-size: 24px;
  }
  .button-primary {
    padding: 14px 20px;
    font-size: 15px;
  }
  .slider-container {
    padding: 32px 0 4px 0;
  }
  .slider-value-badge {
    font-size: 14px;
    height: 32px;
    width: 44px;
    padding: 6px;
  }
  .slider-min-max span {
    font-size: 10px;
  }
  .container{
    width:95%;
    margin-top:15px;
  }
  .container-terms {
    width:95%;
    margin-top: 15px;
    background: linear-gradient(45deg, #ffffff 0%, #f8fafc 100%);
}

#logo-container {
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
}

.form-tac p2 {
    margin:50px auto 15px;
    text-align:center;
    display:block;
}

.zajoba p {
    padding-right: 0px;
    text-align: center;
}

.form-group {
    margin-bottom:30px;
}

#logo-container img {
    width:60px;
    height:auto;
}
    .footer-selection {
        width:100%;
        flex-direction:column;
    }
    .footer-copyright {
        width:80%;
    }
    .highlight-container {
        flex-direction: column;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding-bottom: 30px;
    }
    .legend-line-content {
    width:90%;
    flex-direction:column;
}

.terms-checkbox {
    margin-top: -10px;
}

.zajoba3 p {
    height: 100%;
    text-align: center;
    width: 100%;
    padding-right: 0px;
    color: var(--color-dark);
    padding-left:0px;
}
    .highlight-1 {
        margin-right:0px;
        margin-left:0px;
        margin-top:10px;
        margin-bottom:10px;
        width: 90%;
    }
    .legend-line-content-image img {
        display: inline-block;
        height: 70px;
        margin-top: 10px;
    }
    .legend-line-1 {
        height:380px;
    }
    .legend-line-content-image {
        display: flex;
        flex: 1;
        justify-content: center;
        margin-top: 20px;
    }
    .zajoba h4 {
        text-align:center;
    }
    .legend-line-content2 {
        width:90%;
        flex-direction:column;
    }
        .highlight-2 {
            margin-right:0px;
            margin-left:0px;
            margin-top:10px;
            margin-bottom:10px;
        }

        .legend-line-content-image2 img {
            display: flex;
            height: 60px;
            width: 70px;
            align-self: center;
        }

        .background-fixed {
            display:none;
        }

        .legend-line-2 {
            height:450px;
        }
        .legend-line-content-image2 {
        display:flex;
        justify-content:center;
    }
        .zajoba2 h4 {
            text-align:center;
        }

        .zajoba2 p {
            height:100%;
            text-align:center;
            width:100%;
            padding-right:0px;
            padding-left:0px;
            
        }

        h2 {
            font-size:1.7rem;
        }

        .legend-line-content3 {
            width:90%;
            flex-direction:column;
        }
            .highlight-3 {
                margin-right:0px;
                margin-left:0px;
                margin-top:10px;
                margin-bottom:10px;
            }
            .legend-line-content-image3 img {
                display: inline-block;
                height: 70px;
                margin-top: 100px;
            }
            .legend-line-3 {
                height:400px;
            }
            .legend-line-content-image3 {
                display: flex;
                flex: 1;
                justify-content: center;
            }
            .zajoba3 h4 {
                text-align:center;
            }
}


input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="tel" i], input[type="date"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.3s;
}

/* Styles from assets/style.css (extracted from index.php) */

/* intl-tel-input country list */
.iti__country {
  padding: 5px 10px;
  outline: none;
  background: #f8fafc;
}
.iti__country.iti__highlight {
  background-color: var(--color-primary);
}

/* Initially hidden message and steps (JS toggles visibility) */
.messagex {
  display: none;
}
.second-step,
.third-step,
.fourth-step,
.fifth-step,
.sixth-step {
  display: none;
}

/* Highlight section heading */
.highlight h2 {
  color: var(--color-dark);
  text-align: center;
}

/* Meta Pixel noscript fallback */
noscript img {
  display: none;
}