:root {
  --blue: #1453A5;
  --blue2: #0064EF;
  --navy: #143b7f;
  --lightSky:#A8CCFF;
  --ice: #FFEFBF;
  --sky: #00C4F9;
  --white: #fff;
  --text: #076aad;
  --muted: #5f6f7c;

}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--blue);
  font-family: "Prompt", "Noto Sans Thai", Tahoma, Arial, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  background: #fff;
}
button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.wrap {
  width: min(100% - 32px, 1140px);
  margin: auto;
}
.d-block-mobile{
  display: block;
}
.section {
  padding: 64px 0;
}
.head {
  text-align: center;
  margin: 0 auto 50px;
}
/*ดีไซต์พี่น้ำ*/
.head .eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.head .sub-head {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 8px;
}
 .head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.head p {
  color: var(--muted);
  line-height: 1.8;
  line-height: 1.4;
}
.topbar {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 58px;
  border-bottom: 1px solid #ffffff26;
  background: #ffffff70;
  color: #fff;
}
.topbar .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  line-height: 0.9;
}
.brand img{
  max-width: 100%;
  height: auto;
}
.brand i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  color: var(--blue);
  font-style: italic;
}
.nav {
  display: none;
  gap: 24px;
}
.nav a {
  color: var(--blue);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.nav a:hover {
  color: var(--blue2);
}
.nav a.active {
  color: var(--blue2);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 1020px;
  padding: 104px 0 70px;
  color: #fff;
  background: url('assets/hero-banner-mobile.png') center center/cover no-repeat;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14px;
  background: url("assets/hero-train-station-background.jpg") 62% center/cover
    no-repeat;
  filter: blur(7px) saturate(0.9);
  opacity: 0.3;
  transform: scale(1.035);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 15px;
  align-items: center;
}
.tag {
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid #ffffff55;
  border-radius: 99px;
  background: #ffffff16;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.hero h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
  background:linear-gradient(180deg, var(--white, #FFF) 0%, var(--border, #A8CCFF) 120.95%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  filter:drop-shadow(0 2px 3px rgba(0, 0, 0, 0.20));
}
.hero .highlight{
  text-align: left;
  margin-bottom: 10px;
}
.hero .highlight .size-big{
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3; 
  word-wrap: break-word;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
}
.hero .highlight .size-small{
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3; 
  word-wrap: break-word;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
}
.hero .support{
  text-align: left;
  color: var(--lightSky);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}

.lead {
  max-width: 620px;
  margin: 0;
  font-size: clamp(18px, 3vw, 23px);
  font-weight: 600;
  line-height: 1.65;
}
.station-hook {
  width: max-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 9px 12px;
  border-left: 3px solid var(--yellow);
  border-radius: 4px 12px 12px 4px;
  background: #143b7f47;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
.station-hook strong {
  margin-right: 8px;
}
.station-hook span {
  color: var(--ice);
  font-weight: 600;
}
.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
}
.btn {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  padding: 12px 22px;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
.btn-yellow {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 12px 28px #002e6f38;
}
.btn-ghost {
  border: 1px solid var(--Light-Blue, #0064EF);
  background: var(--Light-Shade, linear-gradient(180deg, #F4FAFF 0%, #ECF6FF 99.32%));
  color: var(--blue2);
}
/*ปุ่มพี่น้ำ*/
.btn-primary {
  background: var(--blue2);
  color: var(--white);
  outline: 1px rgba(255, 255, 255, 0.20) solid; 
  outline-offset: -1px;
}
.btn-secondary {
  background: var(--sky);
  color: var(--white);
  outline: 1px rgba(255, 255, 255, 0.20) solid; 
  outline-offset: -1px;
}
.scene {
  position: relative;
  min-height: 350px;
  border-radius: 28px;
  overflow: hidden;
  text-align: center;
}
 .scene img,
 .scene .hero-video{
    /* width: 100%; */
    max-width: 100%;
    height: auto;
  }
   /* เพิ่มให้วิ้งๆ */
.scene{ position:relative; }
.scene:before{ display:none; }
.scene .scene-shine{
  position:absolute; inset:0; z-index:6; pointer-events:none; overflow:hidden;
  -webkit-mask:url('assets/hero-banner_1.webp') 0 0 / 100% 100% no-repeat;
          mask:url('assets/hero-banner_1.webp') 0 0 / 100% 100% no-repeat;
}
.scene .scene-shine::before{     
  content:""; position:absolute; top:-30%; bottom:-30%; left:-70%; width:64%;
  background:linear-gradient(90deg, transparent 0%,
              rgba(255,255,255,.10) 32%, rgba(255,255,255,.45) 50%,
              rgba(255,255,255,.10) 68%, transparent 100%);
  filter:blur(6px);                       /* ฟุ้งขอบให้นุ่ม */
  transform:skewX(-16deg);
  animation:shine 4.2s cubic-bezier(.45,0,.55,1) infinite;   /* ช้า ลื่น */
}
@keyframes shine{        /* ซ้าย -> ขวา ต่อเนื่อง */
  0%   { left:-70%; }
  100% { left:140%; }
}

.promo {
  position: absolute;
  z-index: 10;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  gap: 1px;
  padding: 9px 12px;
  border: 2px solid #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--yellow), #ffc338);
  color: var(--navy);
  text-align: center;
  box-shadow: 0 12px 30px #143b7f52, 0 0 0 3px #f4a20f38;
  transform: rotate(-0.7deg);
}
.promo span {
  font-size: 10px;
  font-weight: 800;
}
.promo strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.promo small {
  font-size: 7px;
  font-weight: 500;
  opacity: 0.75;
}
.concept {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 7px;
  background: linear-gradient(#1689ee, #095589);
  box-shadow: 0 0 16px #23a4ef;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.zone {
  position: absolute;
  top: 58px;
  bottom: 24px;
  width: 43%;
  border: 5px solid #fff;
  border-radius: 14px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  box-shadow: 0 0 0 2px #addff7, inset 0 0 28px #23a4ef22;
}
.zone.uht {
  left: 4%;
}
.zone.fresh {
  right: 4%;
  background: linear-gradient(110deg, #ffffffdd, #addff7cc);
  overflow: hidden;
}
.zone.fresh:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 25%,
    #ffffffaa 39%,
    transparent 52%
  );
}
.products {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 55px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 7px;
  border-bottom: 6px solid #fff;
  box-shadow: 0 5px 0 #8faec8;
}
.product {
  position: relative;
  height: 70px;
  border-radius: 5px;
  background: linear-gradient(145deg, #fff 20%, #298df0 21% 68%, #fff 69%);
}
.product:after {
  content: "▦";
  position: absolute;
  left: 50%;
  bottom: -18px;
  translate: -50% 0;
  width: 17px;
  height: 16px;
  border: 1px solid var(--navy);
  background: #fff;
  color: var(--navy);
  font-style: normal;
  font-size: 9px;
  line-height: 15px;
}
.fresh .product {
  border-radius: 10px 10px 5px 5px;
  background: linear-gradient(145deg, #fff 20%, #6cc2fb 21% 70%, #fff 71%);
}
.fresh .product:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 35%;
  width: 30%;
  height: 10px;
  border-radius: 3px;
  background: var(--blue);
}
.person {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -6px;
  translate: -50% 0;
  width: 118px;
  height: 240px;
}
.person .face {
  position: absolute;
  left: 36px;
  width: 52px;
  height: 65px;
  border-radius: 48%;
  background: linear-gradient(140deg, #21191b 0 20%, #edbd9b 21%);
}
.person .body {
  position: absolute;
  inset: 57px 5px 0;
  border-radius: 42px 42px 7px 7px;
  background: linear-gradient(120deg, #1489f4, #143b7f);
}
.phone {
  position: absolute;
  z-index: 2;
  top: 91px;
  left: -4px;
  width: 50px;
  height: 87px;
  border: 4px solid #071a3a;
  border-radius: 10px;
  background: repeating-conic-gradient(#071a3a 0 25%, #fff 0 50%) 9px 20px/8px
    8px;
  background-color: #fff;
  box-shadow: 0 8px 15px #0005;
}
.stores {
  background: #fff;
}
.stores .head .eyebrow{
  font-weight: 500;
}

.store-grid {
  display: grid;
  gap: 22px;
}
.card {
  overflow: hidden;
  border: 1px solid var(--ice);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px #076aad19;
}
.visual {
  position: relative;
  /* padding: 42px 18px 18px; */
  padding: 50px 18px 30px;
  background: url('assets/fridge.svg') center center/100% no-repeat;
  width: 356px;
  margin: 0 auto;
}
.visual-title {
  inset: 12px 10px auto;
  color: var(--blue2);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  padding-top: 10px;
}
.shelves {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.row {
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 7px;
  padding: 10px 15px 60px;
}
.fresh-card .visual {
  padding-bottom: 35px;
}

 .box,
.bottle {
  position: relative;
  width: 56px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box img{
  width: 56px;
}
.box img,
.bottle img{
  max-width: 100%;
  height: auto;
}

.box:hover,
.bottle:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 5px 6px #1453a535);
}
.fridge {
  border: 8px solid #e8f2f9;
  padding-top: 46px;
  background: linear-gradient(145deg, #eaf7ff, #94d9ff);
  box-shadow: inset 0 0 25px #fff;
}
.fridge:after {
  content: "";
  position: absolute;
  inset: 38px 0 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    #ffffff88 36%,
    transparent 50%
  );
  pointer-events: none;
}
.bottle {
  width: 60px;
  height: 45px;
  border-radius: 11px 11px 6px 6px;
}
.bottle img{
  width: 55px;
}
.card-body {
  padding: 20px;
}
.badges {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 99px;
  background: #eaf6ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
}
.card .store-label {
  margin: 18px 0 0;
  color: var(--blue2);
  font-size: 14px;
  font-weight: 600;
}
.card h3 {
  text-align: center;
  margin: 0;
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 600;
}
.card .store-sub {
  text-align: center;
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  background: linear-gradient(180deg, #44C8F1 0%, #0064EF) 99.32%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  margin: 0;
}
.card p {
  color: var(--muted);
  line-height: 1.7;
}
.card ul {
  padding: 0;
  list-style: none;
  color: var(--blue);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 30px;
}
.card li{
  position: relative;
  padding-left: 35px;
}
.card li:before {
  content: '';
  color: var(--blue);
  font-weight: 600;
  background: url('assets/icon-check.svg') center center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
}
.store-btn {
  width: 100%;
  color: #fff;
}
.how {
  background: #EEF8FF;
  padding: 100px 0;
}
.steps {
  display: grid;
  gap: 15px;
}
.step {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 30px #076aad12;
}
.step-image {
  display: block;
  width: 100%;
  border:20px solid var(--white);
  max-width: 100%;
  height: auto;
}
.step-copy {
  padding: 20px 20px 40px 20px;
}
.num {
  width: 70px;
  height: 70px;
  font-size: 30px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  color: #fff;
  font-weight: 400;
}
.step h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.step p {
  margin: 6px 0 0;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.7;
}
.trust-grid {
  display: grid;
  gap: 12px;
}
.trust-item {
  min-height: 145px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding:50px 15px;
  border: 1px solid var(--lightSky);
  border-radius: 18px;
  background:#F4FAFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.final {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  text-align: center;
  color: #fff;
  background: radial-gradient(91.2% 90.64% at 52.24% -11.51%,  #44C8F1 0%, var(--blue, #1453A5) 99.32%);
}
.final .eyebrow{
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
}
.final h2 {
  margin: 7px auto 0;
  /* max-width: 800px; */
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 600;
  line-height: 1.2;
}
.final .intro{
  font-size: clamp(19px, 2vw, 26px);
  color: var(--lightSky);
}
.final p {
  margin-top: 30px;
  color: var(--white);
  font-size: 16px;
}
.final .actions {
  max-width: 720px;
  margin: 30px auto 0;
}
#quality .head h2{
  font-size: 36px;
}
.footer {
  padding: 100px 0 150px;
  background-image: url('assets/footer.svg'); /* ใช้ตัวใหม่แทนของเดิมได้ */
  background-size: cover;
  background-color: var(--blue);
  background-position: bottom center;
  background-repeat: repeat-x;
  color: var(--blue);
  font-size: 14px;
  text-align: center;
  position: relative;
}
.footer:before{
  content: '';
  width: 100%;
  height: 40px;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: -3px;
}
.footer .wrap{
  padding-top: 100px;
}
.footer-grid {
  display: grid;
  gap: 30px;
}
.footer .brand{
  margin: 0 auto;
}
.footer h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.footer a {
  display: block;
  max-width: 100%;
  margin: 8px 0;
  color: var(--blue2);
  text-decoration: none;
  font-weight: 600;
}
.footer .contact div{
  margin: 8px 0;
}
.footer .social-bar{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
  gap: 10px;
}
.disclaimer {
  font-size: 12px;
  line-height: 1.8;
  color: #f3fafe;
}
.sticky {
  position: fixed;
  z-index: 50;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px  10px 30px;
  border-top: 1px solid var(--ice);
  background: #ffffffee;
  box-shadow: 0 -10px 30px #076aad20;
}
.sticky .btn {
  min-height: 50px;
  padding: 7px 5px;
  font-size: 17px;
}
.sticky .btn span {
  display: grid;
  gap: 1px;
}
.sticky .btn small {
  font-size: 9px;
  font-weight: 500;
}
.sticky .fresh-btn {
  background: var(--yellow);
  color: var(--navy);
}
/* CTA trial: white-on-blue plus visible Picton Blue design accents */
.btn-yellow {
  border: 1px solid #fff;
  background: #fff;
  color: var(--blue);
  box-shadow: 0 12px 34px #143b7f38;
}
.btn-yellow:hover {
  background: var(--ice);
}
.badge {
  border: 1px solid #23a4ef;
}
.trust-item .icon {
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.sticky .fresh-btn {
  border: 2px solid #23a4ef;
  background: #fff;
  color: var(--blue);
}
/* Modern motion and micro-interactions */
.topbar {
  position: fixed;
  transition: height 0.28s ease, background 0.28s ease, box-shadow 0.28s ease,
    backdrop-filter 0.28s ease;
}
.topbar.scrolled {
  height: 51px;
  background: #fffffff2;
  box-shadow: 0 10px 30px #143b7f2c;
  backdrop-filter: blur(14px);
}
.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.68s cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 0.68s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--delay, 0ms);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.scene {
  --rx: 0deg;
  --ry: 0deg;
  transform: perspective(1100px) rotateY(var(--rx)) rotateX(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.28s ease-out;
}
.concept {
  animation: concept-pulse 2.8s ease-in-out infinite;
}
.phone {
  animation: phone-float 3.4s ease-in-out infinite;
}
.product:after {
  animation: qr-pulse 2.4s ease-in-out infinite;
}
.card,
.trust-item,
.step {
  transition: transform 0.28s ease, box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.card {
  --sx: 50%;
  --sy: 50%;
  background: radial-gradient(
      320px circle at var(--sx) var(--sy),
      #23a4ef18,
      transparent 68%
    ),
    #ECF6FF;
    border:1px solid var(--lightSky);
}
.card:hover,
.trust-item:hover,
.step:hover {
  transform: translateY(-7px);
  border-color: var(--sky);
  box-shadow: 0 5px 60px 0 rgba(20, 83, 165, 0.20);

}
.row .box,
.row .bottle {
  transition: transform 0.22s ease, filter 0.22s ease;
}
.btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 14px 32px #143b7f30;
}
.btn:active {
  transform: translateY(0);
}
.btn:after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -45%;
  width: 30%;
  transform: rotate(18deg);
  background: #ffffff66;
  transition: left 0.6s ease;
}
.btn:hover:after {
  left: 120%;
}
.d-block-lg-desktop{
  display: none;
}
@keyframes shine {
  0%,
  18% {
    left: -30%;
  }
  58%,
  100% {
    left: 130%;
  }
}
@keyframes concept-pulse {
  0%,
  100% {
    box-shadow: 0 0 12px #23a4ef66;
  }
  50% {
    box-shadow: 0 0 30px #23a4efdd;
  }
}
@keyframes phone-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}
@keyframes qr-pulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
    box-shadow: 0 0 0 3px #f4a20f35;
  }
}
@media (min-width: 576px) {
  /* .visual {
    margin: auto;
     width: 540px;
    height: 530px; 
  } */
}
@media (min-width: 640px) {
  .actions {
    flex-direction: row;
  }
  .actions .btn{
        flex: 1 1;
  }
  .d-block-mobile{
    display: none;
  }
  .products {
    grid-template-columns: repeat(4, 1fr);
  }
  .scene{
    width: 60%;
    margin: auto;
    min-height: 470px;
  }
  .head h2 {
    font-size: 52px;
  }
  .head .eyebrow,
  .final .eyebrow{
     font-size: 24px;
  }
  .head .sub-head{
    font-size: 25px;
  
  }
  .hero h1{
    font-size: 55px;
  }
  .hero .highlight .size-big{
    font-size: 36px;
  }
  .hero .highlight .size-small{
    font-size: 30px;
  }
  .card{
    display: flex;
    flex-direction: column;
  }
  .card-body {
    padding: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .card-body .store-btn{
    margin-top: auto;
  }
  .card ul {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .card li{
    padding-left: 39px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .final .actions .btn {
    flex: 1;
  }
  .footer {
    display: flex;
  }
  .footer .copyright{
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
    .d-block-desktop{
      display: block;
    }
    .nav {
      display: flex;
    }
   .hero {
    min-height: 1400px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    background: url('assets/hero-banner-ipad.svg') center center/cover no-repeat;
  }
  .hero h1{
    font-size: 55px;
  }
  .hero .highlight .size-big{
    font-size: 49px;
  }
  .hero .highlight .size-small{
    font-size: 36px;
  }
  .hero .support{
    margin-bottom: 55px;
  }
  .scene{
      width: 100%;
  }
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero h1{
    margin: 20px 0 10px;
    font-size: 65px;
  }
  .hero .highlight{
    margin-bottom: 20px;
  }
  .hero .highlight .size-big{
    font-size: 36px;
  }
  .hero .highlight .size-small{
    font-size: 25px;
  }
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .step {
    min-height: 100%;
  }
  .num{
    margin-bottom: 30px;
  }
  .final .actions {
        margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .d-block-lg-desktop{
    display: block;
  }
  .nav {
    gap: 56px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
  }
  .hero-intro{
    order: 2;
  }
  .hero .highlight{
    margin-bottom: 20px;
  }

  .hero .support{
    margin-bottom: 65px;
  }
  .hero {
    min-height: 920px;
    padding: 104px 0 40px;
    background: url('assets/hero-banner-desktop.png') center center/cover no-repeat;
    order: 1;
  }
  .hero .support{
    display: block;
    font-size: 22px;
    margin-bottom: 65px;
  }
  .scene {
    width: auto;
    margin: inherit;
  }
  .scene img,
  .scene .hero-video{
    min-width: 100%;
  }
  .hero-grid {
    min-height: 580px;
  }
  .head .eyebrow,
  .final .eyebrow{
     font-size: 30px;
  }
  .visual {
    margin: 0;
    width: auto;
    height: 520px;
  }
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .card li:before {
    width: 24px;
    height: 24px;
  }
  .card ul{
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .person {
    width: 175px;
    height: 360px;
  }
  .person .face {
    left: 52px;
    width: 76px;
    height: 92px;
  }
  .person .body {
    top: 82px;
  }
  .phone {
    top: 132px;
    width: 70px;
    height: 122px;
  }
  .product {
    height: 95px;
  }
  /*section2*/
  .uht-card .shelves .row{
    padding-bottom: 100px;
  }
  .uht-card .shelves .row + .row{
    padding-bottom: 125px;
  }

  .fresh-card .shelves .row{
    padding-bottom: 95px;
  }
  .fresh-card .shelves .row + .row{
    padding-bottom: 120px;
  }
  
  .box img, .bottle img{
    width: 100%;
  }
  .bottle, .box {
    width: 90px;
    height: 70px;
  }
  .trust-grid{
    gap: 25px;
  }
  #quality .head h2{
    font-size: 52px;
  }
    .sticky {
    display: none;
  }
  .footer {
    text-align: left;
    padding-bottom: 50px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    margin-bottom: 30px;
  }
  .footer .social-bar{
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer .copyright{
    text-align: left;
    width: 80%;
    margin: 0;
  }

}

@media (min-width: 1600px) {
  .footer {
    min-height: 830px;
    background-position: 50% 0;
  }
}
