@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
  --bg: #0d1117;
  --surface: #161b22;
  --surface2: #F2F9FF;
  --surface3: #D6EBFF;
  --border: #30363d;
  --border-accent: #3d444d;
  --text: #0063BE;
  --text-muted: #7d8590;
  --text-dim: #F2F9FF;
  --accent: #58a6ff;
  --accent-dim: #1f3a5a;
  --green: #1a7a1a;
  --green-dim: #1a3829;
  --yellow: #c8860a;
  --yellow-dim: #3d2e0a;
  --red: #c82828;
  --red-dim: #3d1a1a;
  --sans: 'Open Sans', sans-serif;
  --must-pill-h: 52px;
}
#app *{font-family: var(--sans);}
* { box-sizing: border-box; margin: 0; padding: 0; }
#app { color: var(--text); font-family: var(--sans); font-size: 14px; line-height: 1.6; min-height: 100vh; }
[v-cloak] { display: none; }
.container { max-width: 1155px; margin: 0 auto; /*! position: relative; */ z-index: 1; }
.calc-header { padding-bottom: 0; background-image: url('../img/top-bg.png'); background-repeat: no-repeat; background-size: 100% 100%; background-position: 100% bottom; margin: 0 auto; max-width: 1388px; position: relative; z-index: 0; margin-bottom: -84px; /*! background-color: #2e71bd; */margin-top: 48px;}
.calc-header .container{ max-width: 1177px; }
#app h1 { font-size: 52px; font-weight: 600; color: #fff; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.3em; }
.h1-desc { color: #fff; font-size: 17px; line-height: 1.45; margin-bottom: 2.3em; max-width: 560px; }
#app h3{font-size:24px;}
.top-text-wrapper { max-width: 560px; width: 50%; padding: 80px 0 165px 22px; }
.top-img-wrapper { width: 50%; position: absolute;right: 0;top: 0;height: 100%;}
.top-wrapper { display: flex; align-items: flex-end; }
.top-img { width: auto;max-width: inherit; margin-left: 0; position: absolute;height: 100%;right: 0;pointer-events: none;}

.top-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-btn { border: none; font-weight: bold; font-size: 17px; padding: 24px 32px; cursor: pointer; border-radius: 8px; transition: opacity .15s, background .15s, border-color .15s; text-decoration: none;}
.hero-btn-primary { background: #fff; color: var(--text); }
.hero-btn-primary:hover { opacity: .88; }
.hero-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,1); }
.hero-btn-outline:hover { border-color: #fff; }

.h2-desc { text-align: center; max-width: 427px; margin-bottom: 1.9em; }
.icon-select:before { content:""; position: absolute; right: 10px; background-image: url(../img/icon-arr.svg); width: 8px; height: 19px; background-size: cover; z-index: 2; top: 18px; pointer-events: none; }

.section { border-radius: 8px; margin-bottom: 20px; /*! overflow: hidden; */ }
.section-blue-wrapper { background: var(--surface2); padding-top: 72px; margin-bottom: 54px; position: relative;}
.section-blue-wrapper:after{content:"";position: absolute;width: 50px;height: 50px;background-color: #f2f9ff;transform: rotate(45deg);bottom: -11px;left: calc(50% - 25px);}

.section-header { padding: 0 50px 19px 50px; display: flex; align-items: center; gap: 10px; flex-direction: column; }
.section-title { font-size: 34px; font-weight: 600; color: var(--text); max-width: 490px; text-align: center; line-height: 1.1; margin-bottom: 0.3em; }
.section-body { padding: 0 93px 0 93px; }

/* Patient parameters grid (4 fields: gender / weight / height / BMI) */
.params-grid { display: flex; gap: 24px; margin-bottom: 37px; }
.field { display: flex; flex-direction: column; gap: 6px; position: relative; padding-left: 39px; width: 25%; }
.field label { font-size: 14px; text-align: center; font-weight: bold; padding-left: 21px; }
.field input, .field select { background: #fff; border: none; border-radius: 5px; color: var(--text); font-size: 17px; padding: 16px 0 16px 36px; outline: none; transition: border-color 0.15s, box-shadow 0.15s; width: 100%; text-align: center; font-weight: bold; cursor: pointer; }
.field select { -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}
.field input:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(88,166,255,0.12); }
.field select option { background: var(--surface2);text-align: center; }
.field-input-wrapper { overflow: hidden; border: 1px solid var(--surface3); position: relative; cursor: pointer; border-radius: 6px;}
.field-input-wrapper input, .field-input-wrapper select { width: calc(100% + 27px); text-indent: -40px; }

.field-input-wrapper.icon-select { position: relative; }
.field-input-wrapper.icon-select select { color: transparent; }
.field-input-wrapper.icon-select select option { color: var(--text); }
.select-display {  position: absolute;  inset: 0;  display: flex;  align-items: center;  justify-content: center;  font-size: 17px;  font-weight: bold;  color: var(--text);  pointer-events: none;}

.field-imt{padding-left: 0;}

.icon-circle { position: absolute; width: 68px; height: 68px; left: 0; bottom: -7px; z-index: 1; }
.computed-val { font-family: var(--sans); color: var(--accent); font-weight: bold; font-size: 15px; width: 100%;height: 54px;/*! background: linear-gradient(99.37deg, #5EB9FF 2.24%, #01387C 118.64%), #D6EBFF; */border-radius: 6px;display: flex;justify-content: space-around;align-items: center;background-color: #fff;border: 1px solid var(--surface3);}
.computed-val.ok{}

/* Read-only BMI field */
.field-static {  display: flex; align-items: center; justify-content: center; padding: 0; cursor: default; border: none;}
.field-static .computed-val.warn { color: var(--red); }
.field-static .computed-val.caution { color: var(--yellow); }
.field-static .computed-val.ok { color: #0063be; }

.results-title { font-size: 24px; font-weight: bold; text-align: center; max-width: 470px; line-height: 1.2; margin: 0 auto 0 auto; }

.buttons-header {}
.buttons-wrapper{display: flex;gap: 24px;}
.buttons-body {  position: relative;padding: 28px 32px;background: #FFF;border: 1px solid #D6EBFF;border-radius: 16px;flex: 1 1 auto;}
.buttons-title { font-weight: bold; text-align: center; margin-bottom: 16px; font-size: 14px;line-height: 1.2;}

.buttons-wrapper-left{ width: 68%;display: flex;  flex-direction: column;}
.buttons-wrapper-right{ width: 32%;}


/* Weight-loss percentage pills (reuses the visual language of phase pills) */
.must-pills { display: flex;  border-radius: 40px; position: relative;   justify-content: space-between; background-color: #f2f9ff;padding: 4px;width: calc(100% - 40px);margin-left: 40px;}
.must-pills::before { /*! content:""; */ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 96px; height: 96px; background: url(../img/icon-2.svg) no-repeat center / 56% auto; }
.must-pill { flex: 1; padding: 18px 20px; border-radius: 31px; border: 1px solid #fff; background: transparent; color: var(--text); font-size: 20px; cursor: pointer; transition: all 0.15s; /*! opacity: 0.4; */ font-weight: bold; font-size: 17px;}
.must-pill:hover { border-color: #fff; color: var(--accent); }
.must-pill.active { background: var(--text); border-color: var(--text); color: #fff; opacity: 1; }

/* Acute disease checkbox */
.checkbox-row {  padding: 28px 32px;background: #d6ebff;border: 1px solid #8CC5FB;border-radius: 16px;}
.must-checkbox { display: flex; align-items: flex-start; gap: 11px; cursor: pointer;   border-radius: 8px;  }
.must-checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }
.must-checkbox-box { flex-shrink: 0; width: 20px; height: 20px; border: 2px solid #8CC5FB; border-radius: 5px; position: relative; margin-top: 2px; transition: background .15s, border-color .15s; }
.must-checkbox input:checked + .must-checkbox-box { background: var(--text); border-color: var(--text); }
.must-checkbox input:checked + .must-checkbox-box::after { content:""; position: absolute; left: 6px; top: 0px; width: 4px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.must-checkbox-label { font-size: 14px; line-height: 1.4; /*! font-weight: 600; */ }
.must-checkbox-title{font-weight: 600;margin-bottom: 10px;display: inline-block;}

/* Calculate / export results action row */
.action-btn-wrapper { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 39px 96px 70px 96px; }
.pdf-export-btn {border-radius: 8px; display: inline-flex; align-items: center; gap: 10px; background: #0063BE; color: #fff; border: none; /*! border-radius: 8px; */ padding: 23px 32px; font-size: 17px; font-weight: 600; cursor: pointer; transition: background 0.2s, opacity 0.2s; }
.pdf-export-btn:hover:not(:disabled) { background: #0052a0; }
.pdf-export-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.pdf-export-btn-outline { background: #fff; color: var(--text); border: 2px solid var(--text); }
.pdf-export-btn-outline:hover:not(:disabled) { background: var(--surface2); }

/* Results reveal animation (same mechanism as the source calculator) */
.calculated { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.7s ease, opacity 0.5s ease; pointer-events: none; }
.calculated.is-visible { max-height: 6000px; opacity: 1; pointer-events: auto; }

.selected-params { display: flex; gap: 16px; margin-bottom: 0; justify-content: center; flex-wrap: wrap; }
.selected-item { background: var(--surface3); display: flex; gap: 10px; padding: 10px 17px 10px 12px; border-radius: 7px; font-weight: bold; font-size: 17px; white-space: nowrap; align-items: center; }
.selected-item img { width: 28px; height: 28px; }

/* Score summary card */
.score-result { max-width: 580px; margin: 0 auto 32px auto; text-align: center; /*! background: var(--surface2); */ /*! border: 1px solid var(--surface3); */ /*! border-radius: 12px; */ padding: 32px 24px 7px 24px; }
.score-value { font-size: 34px; font-weight: 800; margin-bottom: 0; color: var(--text); line-height: 1.5;}
.score-value.risk-medium { /*! color: var(--yellow); */ }
.score-comment { font-size: 17px; font-weight: 700; margin-bottom: 14px; max-width: 263px;margin: 0 auto 16px auto;line-height: 1.4;}
.score-comment2 { font-size: 17px; color: var(--text); line-height: 1.45; }

#calculator-section{position: relative;z-index: 15;}
.calc-again-wrapper { display: flex; justify-content: center;  }
.calc-again-btn {border-radius: 8px; background: var(--text); border: 1px solid var(--text); color: #fff; font-weight: bold; /*! border-radius: 4px; */ padding: 24px 32px; font-size: 17px; cursor: pointer; transition: background 0.15s; }
.calc-again-btn:hover { background: #0052a0; }
.calculated-header-products{padding-top: 50px;}

.result-wrapper{background-color: #e5f3ff;padding-top: 70px;position: relative;padding: 70px 20px;}
#results-section{margin-top: 72px;}


.fresubin-overflow{overflow-x: auto}
.fresubin-wrapper { display: flex; gap: 32px; justify-content: center; margin-bottom: 52px; flex-wrap: nowrap; overflow-x: auto;width: 1155px;}
.fresubin-btn { border-radius: 8px;color: #fff; font-weight: bold; background-color: var(--text); text-decoration: none; padding: 22px 41px; }
.fresubin-desc { margin-bottom: 0.8em; }
.fresubin-doze { font-size: 11px; color: #333; opacity: 0.5; font-style: italic; }
.fresubin-img { width: 100%; max-width: 257px; margin-bottom: 20px; }
.fresubin-item { display: flex; flex-direction: column; text-align: center; gap: 10px; justify-content: center; align-items: center; width: 355px; border: 1px solid var(--surface3); padding: 30px 14px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='355' height='116' fill='none'%3E%3Cpath fill='%23f2f9ff' d='M355 0C231.16 57.23 66.74 77.16 0 79.97V174h355z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: bottom center; background-size: 100% auto; position: relative;}
.fresubin-item-title { font-weight: bold; font-size: 24px; margin-bottom: 0.4em; }
.product-card-types{display: flex;flex-direction: column;position: absolute;right: -14px;top: 62px;gap: 7px;}
.product-card-type-item{color: var(--text);background-color: #F2F9FF;border: none;border-radius: 20px;padding: 13px 23px;cursor: pointer;font-size: 14px;}
.product-card-type-item.active{background-color: #D6EBFF;}
.footnote { font-size: 12px; color: var(--text-muted); text-align: center; max-width: 640px; margin: 0 auto 40px auto; }

.no-data { text-align: center; padding: 32px; color: var(--text-muted); font-family: var(--sans); font-size: 12px; }

.result-icon{position: absolute;z-index: 0;}
.result-icon-1{top: 46.5%;left: 8.8%;}
.result-icon-2{top: 36.8%;left: 87.1%;}
.result-icon-3{top: 61.5%;left: 81%;}

.hero-banner{display: flex;flex-wrap: wrap;gap: 10px;}
.hero-banner-btn{background: transparent;border: solid 2px #fff;color: #fff;border-radius: 36px;padding: 11px 20px;font-size: 24px;}
.hero-banner-img{height: 100%;transition:transform 0.3s;position: absolute;bottom: 0;right: 0;z-index: -1;width: 100%;object-fit: cover;object-position: right bottom;}
.hero-banner-item{width: calc(50% - 10px);position: relative;overflow: hidden;height: 0;padding: 20px 20px 24% 30px;text-decoration: none;}
.hero-banner-item:before{transition:transform 0.3s;content:"";background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 36 36'%3E%3Cpath d='M35.68 17.85a17.75 17.75 0 1 0-35.51 0 17.75 17.75 0 0 0 35.5 0m-14.9.59-4.54 4.54a.82.82 0 1 1-1.16-1.17l3.95-3.96-3.95-3.95a.83.83 0 0 1 1.16-1.17l4.55 4.54c.32.32.32.85 0 1.17' style='fill:%23fff;fill-rule:nonzero'/%3E%3C/svg%3E");position: absolute;width: 54px;height: 54px;bottom: 25px;left: 30px;}
.hero-banner-title{text-decoration: none;color: #0F69B4;max-width: 50%;font-size: 32px;line-height: 1.1;margin-bottom: 0.6em;}
.hero-banner-item:hover .hero-banner-img{transform:scale(1.05); }
.hero-banner-item:hover:before{transform: translateX(10px)}

.in-favorite path{fill: #fff;} 


@media (max-width: 1200px) {
  #app h1{font-size: 48px}
  .h1-desc{font-size: 14px;max-width: 400px;}
  .hero-btn{padding: 18px 22px;font-size: 14px;}
}

@media (max-width: 1150px) {
	.hero-banner {gap: 0.87vw;}
	.hero-banner-btn {border: solid 2px #fff; border-radius: 36px; padding: 0.957vw 1.739vw; font-size: 2.087vw;}
	.hero-banner-item {width: calc(50% - 0.87vw); padding: 1.739vw 1.739vw 24% 2.609vw;}
	.hero-banner-item:before {width: 4.696vw; height: 4.696vw; bottom: 2.174vw; left: 2.609vw;}
	.hero-banner-title {font-size: 2.783vw;}
}


@media (max-width: 1120px) {
  .section-body { padding: 0 20px }
  .action-btn-wrapper { padding: 22px 20px 54px 20px; }
  .fresubin-wrapper { padding: 0 20px; gap: 20px; }

}

@media (max-width:1024px) {
  .calc-header { max-width: 135.547vw; margin-bottom: -8.203vw; }
 
  #app h3{font-size:20px}
  .top-text-wrapper { max-width: 47.07vw; padding: 0 0 16.113vw 2.148vw; }
  .h1-desc { font-size: 1.66vw; }
  .params-grid { gap: 10px;  }
  .icon-circle { }
  .field input, .field select {  font-size: 14px }
  .buttons-wrapper{gap:10px}
  .field-input-wrapper input, .field-input-wrapper select {  }
  .must-pill { padding: 1.4vw 1.6vw; font-size: 1.7vw; }
  .must-pills::before { width: 9.375vw; height: 9.375vw; }
  .result-icon-1{top: 34.5%;left: 2.8%;}
  .result-icon-2{top: 4.8%;left: 83.1%;}
  .result-icon-3{top: 79.5%;left: 88%;}
  .checkbox-row{padding: 24px;}
  .buttons-body{padding: 24px}
  #app h1 {font-size: 4.688vw;}
  .h1-desc {font-size: 1.367vw; max-width: 39.063vw;}
  .hero-btn {padding: 1.758vw 2.148vw; font-size: 1.367vw;}
  .top-text-wrapper {padding: 7.813vw 0 16.113vw 2.148vw;}
}

@media (max-width: 768px) {
  .calc-header { margin: 0; background-position: top center; overflow: hidden; position: relative;}
  .container { padding: 0 16px; }
  .calc-header .container { padding: 38px 16px 0px 16px; }
  #app h1 { text-align: center; font-size: 31px; margin-bottom: 0.4em; }
  #app h3{font-size: 16px; margin: 26px 0 0 0;    text-align: center;}
  .h1-desc { text-align: center; max-width: 320px; margin: 0 auto 1.6em auto; font-size: 14px; }
  .top-wrapper { flex-direction: column; }
  .top-text-wrapper { width: 100%; left: 0; max-width: 100%; padding: 0; }
  .top-img-wrapper { width: 100%; margin: 0; position: static;height: auto;margin-right: -15px;}
  .top-img { width: 100%; margin: 0; margin-bottom: 0; margin-left: 0; position: static;}
  .top-buttons { flex-direction: column; width: 100%; align-items: center;margin-bottom: 21px;}
  .hero-btn { width: 188px; text-align: center; font-size: 14px;padding: 19px;}

  .section-title { font-size: 24px; margin-bottom: 0; line-height: 1.2; max-width: 300px;}
  .section-header { padding: 0 16px 16px 16px; position: relative;}
  .section-body {padding: 0 20px; }
  .section-blue-wrapper { padding-top: 40px; padding-bottom: 12px; margin-bottom: 23px; z-index: 11;margin-top: -40px;}

  .params-grid { flex-direction: column; gap: 16px; margin-bottom: 0; }
  .field { width: 100%; padding-left: 0; align-items: center; }

  .field label { font-size: 12px; font-weight: 400; padding-left: 28px; width: 100%;}
  .icon-circle {  width: 72px;height: 72px;left: 0;}
  .field input, .field select { padding: 19px 10px 19px 21px; font-size: 14px; }
  .field-input-wrapper input, .field-input-wrapper select { width: calc(100% + 30px); text-indent: -26px;  }

  .buttons-header { margin: 15px 0 5px 0; padding-left: 20px;}
  .buttons-body { padding: 0 16px 16px 16px; }
  .buttons-title { font-weight: 400; font-size: 12px; }
  
  #results-section{margin-top: 48px;}

  .must-pills {  position: relative;  height: var(--must-pill-h);  flex-direction: column;  padding: 0;  border-radius: 6px;  background: transparent;}
  .must-pills:before {  content: "";  width: 72px; height: 72px;  position: absolute;  border-radius: 50%;  background-image: url(../img/icon-fall.svg);  background-repeat: no-repeat;  background-size: 38px auto;  background-color: #d6ebff;  background-position: center;  left: -40px; top: 50%;  transform: translateY(-50%);  z-index: 3;}
  .must-pill {  display: none;  position: absolute;  left: 0; right: 0;  font-size: 14px;  padding: 14px 16px;  border-radius: 6px;  text-align: left;  background: #fff;  border: 1px solid var(--surface3);  text-align: center;}
  .must-pill.active {  display: block;  top: 0;  padding-right: 36px; z-index: 2;}
  .must-pill.active:after {   /*! content: ""; */   position: absolute;  right: 14px; top: 50%;  transform: translateY(-50%);  background-image: url(../img/icon-arr.svg);  width: 8px; height: 19px;  background-size: cover;  transition: transform 0.15s;}
  .must-pills.open { z-index: 30; }
  .must-pills.open .must-pill { display: block; box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
  .must-pills.open .must-pill:nth-child(1) { top: calc(var(--must-pill-h) * 0); }
  .must-pills.open .must-pill:nth-child(2) { top: calc(var(--must-pill-h) * 1); }
  .must-pills.open .must-pill:nth-child(3) { top: calc(var(--must-pill-h) * 2); }
  .must-pills.open .must-pill.active:after { transform: translateY(-50%) rotate(180deg); }

  .checkbox-row { padding: 15px 0 16px 0; position: relative;}
  .action-btn-wrapper { flex-direction: column; padding: 43px 16px 40px 16px; }
  .result-wrapper{padding: 40px 20px 20px 20px;}
  .results-title { font-size: 20px; }
  .selected-item { padding: 7px 17px; font-size: 14px; }
  .selected-item img { width: 18px; height: 18px; }
  .selected-params { gap: 7px; }
  .select-display { font-size: 14px; }
  .score-value { font-size: 24px; }
  .score-comment{font-size: 14px;}
  .score-comment2{font-size: 14px;}
  .score-result { padding: 24px 18px; position: relative;}
  .calculated-header-products{padding: 35px 16px 24px 16px;}
  .fresubin-item { width: 100%; max-width: 280px; }
  .buttons-wrapper{flex-direction: column;}
  .buttons-body{width: 100%;border: none;background: none;padding: 0;}
  .checkbox-row{width: calc(100% - 47px);margin-left: 47px;border-radius: 5px;background: transparent;border: none;}
  .checkbox-row:before{content:"";width: 72px;height: 72px;position: absolute;border-radius: 50%;background-image: url(../img/icon-food.svg);background-repeat: no-repeat;background-size: 38px auto;background-color: #d6ebff;background-position: center;left: -47px;top: 35px;}
  .must-checkbox-title{padding-left: 66px;font-weight: 400;font-size: 12px;margin-bottom: 5px;}
  .must-checkbox{background: #FFFFFF;border: 1px solid #D6EBFF;border-radius: 5px;padding: 16px 10px 15px 39px;}
  .must-checkbox-label{font-size: 12px;line-height: 1.35;}
  .field-static{width: 100%}
  .field-input-wrapper{width: calc(100% - 11px);margin-left: 11px;} 
  .action-btn-wrapper{align-items: center;}
  .pdf-export-btn{display: flex;justify-content: center;width: 202px;text-align: center;font-size: 14px;padding: 19px;}
  .pdf-export-btn-outline{}
  .fresubin-wrapper{gap: 10px;width: 860px;}
  .result-icon{width: 52px;}
  .result-icon-1{top: 4%;left: 5.8%;}
  .result-icon-2{top: 39.1%;left: 81.7%;width: 54px;}
  .result-icon-3{top: 45.9%;left: 6.3%;width: 44px;}
  .calc-again-btn{width: 202px; font-size: 14px;  padding: 19px;}
  
  .fresubin-item-title{font-size: 20px;line-height: 1.33;}
  .fresubin-desc{font-size: 12px;}
  .fresubin-btn{padding: 16px 30px;font-size: 12px;}
  .product-card-types{right: -7px;}
  .product-card-type-item{border-radius: 20px;padding: 6px 14px;cursor: pointer;font-size: 12px;}
  
  .buttons-wrapper-left{ width: 100%;}
  .buttons-wrapper-right{ width: 100%;}
  
  .hero-banner {gap: 0.87vw;}
  .hero-banner-btn {border: solid 2px #fff; border-radius: 36px; padding: 0.957vw 1.739vw; font-size: 2vw;}
  .hero-banner-item {width: calc(50% - 0.87vw); padding: 1.739vw 1.739vw 24% 2.609vw;}
  .hero-banner-item:before {width: 4.696vw; height: 4.696vw; bottom: 2.174vw; left: 2.609vw;}
  .hero-banner-title {font-size: 2.5vw;display:block}
  .footnote{padding: 0 15px;}
  
}







/* Login modal */
.login-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.login-modal {
  background: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  max-width: 420px;
  width: calc(100% - 32px);
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.login-modal-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #1a2540;
  margin-bottom: 28px;
  line-height: 1.5;
}
.login-modal-btn {
  display: inline-block;
  background: #0063BE;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 10px;
  transition: background 0.2s;
}
.login-modal-btn:hover {
  background: #0052a0;
}
