body {
  margin: 0;
  padding: 0;

  background-color: #f3e9dc;

  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;


   -webkit-user-select: none; 
      -moz-user-select: none;    
      -ms-user-select: none;    
      user-select: none;         
}

.modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  max-width: 420px;
  width: 100%;
  z-index: 1000;
  animation: slideIn 0.5s ease-out;
  display: none;
  gap: 15px;
}

@media (max-width: 600px) {
  .modal {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
    right: 10%;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.buyer-name {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 6px 0;
}

.buyer-pack {
  color: #7a0d0d;
  font-size: 16px;
  margin: 0 0 4px 0;
}

.buyer-location {
  font-size: 15px;
  color: #444;
  margin: 0 0 4px 0;
}

.buyer-time {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  color: #9b3f06;
  cursor: pointer;
}

.header-section {
  background-color: #f3e8df;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  margin-bottom: 10%;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.offer-text {
  font-size: 15px;
  font-weight: bold;
  color: #9b3f06;
  letter-spacing: 0.5px;
  text-align: left;
  flex: 1 1 60%;
}

.separator {
  border-top: 2px solid #9b3f06;
  width: 100%;
  margin: 5px 0;
}

.menu-links {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.menu-links a {
  color: #9b3f06;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 8px;
}

.menu-links a:hover {
  color: #7a2c1b;
}

@media (max-width: 600px) {
  .header-container {
    flex-direction: column;
    text-align: center;
  }

  .offer-text {
    flex: 1 1 100%;
  }

  .menu-links {
    width: 100%;
    justify-content: center;
  }

  .menu-links a {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    text-align: center;
  }

  .offer-text {
    flex: 1 1 100%;
    font-size: 2px;
  }

  .header-section {
    margin-bottom: 0%;
  }

  .header-section {
    margin-bottom: 70%;
  }

  .menu-links {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .menu-links a {
    padding: 2px;
  }
}

@media (max-width: 480px) {
  .offer-text {
    font-size: 10px;
  }

  .menu-links a {
    font-size: 8px;
    padding: 2px;
  }
}

.top-offer {
  background-color: #f3e9dc;
  text-align: center;
  color: #184d47;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
  border-bottom: 2px solid #7a0000;
  line-height: 1.5;
}

.top-offer span {
  color: #7a0000;
}

.nav-bar {
  background-color: #f3e9dc;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 10px 0;
  border-bottom: 2px solid #7a0000;
}

.nav-bar a {
  text-decoration: none;
  color: #7a0000;
  font-weight: bold;
  font-size: 15px;
  transition: color 0.3s;
}

.nav-bar a:hover {
  color: #184d47;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

:root {
  --bg: #f4eae0;
  --ink: #0f4a43;
  --red: #b8332b;
  --white: #fff;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  --radius: 22px;
  --special: #f3e9dc;
}

.hp-hero {
  padding: 40px 0;
  margin-top: 10%;
}

.hp-container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hp-eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.hp-title {
  margin: 0 0 24px;
  line-height: 1.1;
  color: var(--ink);
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.3px;
}

.accent-red {
  color: var(--red);
}

.hp-btn {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.hp-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.hp-visual {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background-color: #f3e8df;
}

.hp-img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.hp-cert {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: var(--white);
  color: #7a2222;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  box-shadow: var(--shadow);
  backdrop-filter: saturate(1.2);
}

.hp-cert__label {
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 10px;
  white-space: nowrap;
  padding: 5px;
}

.hp-cert__seal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hp-cert__seal img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
}

.hp-cert__code {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .hp-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .hp-visual,
  .hp-copy {
    width: 100%;
  }

  .hp-btn {
    margin: 0 auto;
  }

  .hp-cert {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .hp-container {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
  }

  .hp-cert__label {
    width: 43%;
    font-size: 5px;
  }

  .hp-title {
    font-size: 28px;
  }

  .hp-eyebrow {
    font-size: 14px;
  }

  .hp-btn {
    font-size: 16px;
    padding: 10px 24px;
  }

  .hp-cert__seal img {
    width: 45px;
    height: 45px;
  }

  .hp-cert__label {
    font-size: 14px;
  }

  .hp-cert__code {
    font-size: 9px;
  }

  .hp-hero {
    margin-top: 15%;
  }
}

.wrap {
  max-width: var(--maxw);
  margin: clamp(16px, 4vw, 48px) auto;
  padding: 0 clamp(14px, 3vw, 28px);
  background-color: #ffffff;
  padding: 60px 8%;
}

.hp-container {
  width: min(1200px, 92%);
  margin-inline: auto;

  display: flex;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.headline-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.headline {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  font-size: clamp(34px, 6.8vw, 82px);
  line-height: 1.05;
  letter-spacing: 2px;
  color: var(--heading);
  text-align: center;
  position: relative;
  margin: 0;
  display: inline-block;
}

.ron {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(1200px, 92%);
}

.header-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}

.header {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 64px;

  letter-spacing: 3px;
  color: #9b3f06;
  margin: 0;
}

.header-wrapper::after,
.header-wrapper::before {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #9b3f06;
  border-radius: 999px;
  animation: wave 2s ease-in-out infinite;
}

.header-wrapper::after {
  bottom: -8px;
  animation-delay: 0.5s;
  width: 70%;
  left: 15%;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.header-wrapper::before {
  bottom: -14px;
  animation-delay: 2s;
  width: 85%;
  left: 7%;
}

@keyframes wave {
  0% {
    transform: translateX(0) scaleY(1) skewX(0deg);
  }
  50% {
    transform: translateX(10px) scaleY(1.1) skewX(-5deg);
  }
  100% {
    transform: translateX(0) scaleY(1) skewX(0deg);
  }
}

@media (max-width: 768px) {
  .header {
    font-size: 48px;
  }

  .header-wrapper::after,
  .header-wrapper::before {
    width: 90%;
    left: 5%;
  }

  .header-wrapper::after {
    bottom: -6px;
  }

  .header-wrapper::before {
    bottom: -12px;
  }
}

@keyframes underline-draw {
  0% {
    transform: scaleX(0);
  }
  72% {
    transform: scaleX(1.02);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes sweep {
  0% {
    opacity: 1;
    transform: translateX(-110%);
  }
  100% {
    opacity: 1;
    transform: translateX(110%);
  }
}

@keyframes sweep-repeat {
  0% {
    opacity: 1;
    transform: translateX(-110%);
  }
  100% {
    opacity: 1;
    transform: translateX(110%);
  }
}

.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.copy {
  text-align: center;
  font-size: clamp(20px, 2.6vw, 40px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.2px;
  width: 50%;
  padding-right: 12%;
}

.copy .accent {
  color: var(--accent);
}

.faces {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}
.faces img {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: clamp(24px, 4vw, 40px) 0 0;
}

@media (max-width: 600px) {
  .faces {
    flex-direction: column;
  }
  .copy {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .faces {
    gap: 12px;
  }
  .headline::after,
  .headline::before {
    bottom: -6px;
    height: 5px;
  }

  .wrap {
    max-width: var(--maxw);
    margin: clamp(16px, 4vw, 48px) auto;
    padding: 0 clamp(14px, 3vw, 28px);
    background: var(--bg);
    padding: 10px 0.2%;
  }
}

@media (max-width: 600px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    max-width: 100%;
  }

  .copy {
    width: 100%;
    padding-right: 0%;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-image {
    margin-top: 40px;
  }

  .certification {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .hero {
    flex-direction: column;
  }
  .all h1 {
    font-size: 25px;
    padding-bottom: 1rem;
    margin-top: 0;
  }
}

.all {
  background: var(--bg);
}

:root {
  --ink: #184f48;
  --red: #8f1714;
  --bg: #ffffff;
  --line: #d0d6d3;
  --radius: 28px;
}

.divider {
  width: 420px;
  height: 3px;
  background-color: #9b3f06;
  margin: 40px auto;
  border-radius: 5px;
}

.yu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  background-color: var(--bg);
}

.tc p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 52px);
}

.tc {
  margin-right: 1rem;
  max-width: 50%;
}

.ct-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media (max-width: 640px) {
  .yu {
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .tc {
    margin-right: 1rem;
    max-width: 70%;
  }

  .tc,
  .wrap,
  .worry-block {
    max-width: 90%;
  }

  .ct-img {
    margin-top: 2rem;
  }

  .divider {
    width: 220px;
  }

  .ct-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .hp > .sp > {
    font-size: 14px;
    font-weight: 900;
  }

  .hp > .sp > .i {
    font-size: 20px;
  }
}

.hp {
  background-color: var(--bg);
}

.sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-right: 3rem;
  padding-left: 3rem;
}

.sp div {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hp > .sp > .i,
.ii {
  text-align: center;
  text-transform: uppercase;
}

.hp > .sp > .i {
  color: var(--red);
  margin: 0;
  color: var(--red);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 52px);
  padding-top: 3rem;
}

.hp > .sp > .ii {
  color: var(--ink);

  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 52px);
  padding-top: 3rem;
}

.sp-img {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 20px;
}

.sp-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media (max-width: 768px) {
  .sp-img {
    justify-content: space-between;
  }

  .sp-img img {
    max-width: 48%;
  }

  .sp div img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .sp-img img {
    max-width: 100%;
  }
}

.hp .h-bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h-bl .t {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 50px);
  width: 60%;
}

.h-bl .t span {
  color: var(--red);
}

.h-bl .it {
  width: 70%;
  background-color: var(--special);
  font-size: 2rem;
  text-align: center;
}

.h-bl p:nth-child(3) {
  text-align: center;
  text-transform: capitalize;
}

.ti {
  text-transform: uppercase;
  color: var(--red);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 30px);
  width: 50%;
  font-style: italic;
}

@media (max-width: 458px) {
  .h-bl {
    margin-bottom: 1rem;
  }
  .h-bl .t {
    padding: 2px;
    font-size: 15px;
    width: 100%;
  }

  .h-bl .it {
    width: 90%;
    background-color: var(--special);
    padding: 4px;
    font-size: 1.3rem;
    text-align: center;
  }

  .ti {
    width: 90%;
  }
  .h-bl h1 .t {
    width: 100%;
    padding: 3px;
  }
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding: 20px;
  box-sizing: border-box;

  background-color: var(--white);
}

.video-container iframe {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 450px;
  border: none;
  border-radius: 10px;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  .video-container iframe {
    max-width: 100%;
    max-height: 300px;
  }
}

.t {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(22px, 4.2vw, 40px);

  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.tii {
  color: var(--red);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(18px, 3.2vw, 30px);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3rem;
  font-style: italic;
}

.frm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.frm .frm-img img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.frm-txt p {
  text-align: center;
  font-size: clamp(22px, 4.2vw, 40px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.2px;
  padding-right: 0%;
  color: var(--red);
}

.frm-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  display: block;
}

@media (max-width: 450px) {
  .frm-txt p {
    width: 100%;
  }
}

.flex-container img {
  max-width: 100%;
}
.cta-btn {
  display: flex;
  justify-content: center;
  background-color: #b3362d;
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 60px;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(179, 54, 45, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

.cta-btn:hover {
  background-color: #9f2e26;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(179, 54, 45, 0.4);
}

.cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(179, 54, 45, 0.3);
}

.btn-cnt {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cta-btn {
    font-size: 20px;
    padding: 14px 40px;
  }
}

@media (max-width: 480px) {
  .cta-btn {
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 14px;
  }
}

@media (max-width: 768px) {
  .frm {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .frm img {
    max-width: 100%;
  }
}

.st-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 16px;
  margin-bottom: 4rem;
}

.st-img img {
  width: 100%;
  max-width: 500px;
  height: 500px;
  border-radius: 8px;
  display: block;
  padding: 3rem;
}

.features-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.feature h3 {
  color: #184f48;
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature li i {
  color: #c0392b;
  font-size: 18px;
  min-width: 20px;
}

@media (max-width: 450px) {
  .features-container {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    width: 95%;
    gap: 5px;
  }

  .feature h3 {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .st-img img {
    width: 90%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    display: block;
    padding: 0.2rem;
  }

  .st-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.wt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.wt p {
  text-align: center;
  font-size: clamp(22px, 4.2vw, 40px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.1px;
  width: 90%;
  padding-right: 0%;
  color: var(--red);
}

.wt h2 {
  padding-top: 3rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 64px;

  letter-spacing: 3px;
  color: var(--ink);
  margin: 0;
}

@media (max-width: 450px) {
  .wt p {
    width: 90%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    display: block;
    text-align: left;
  }

  .wt h2 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 34px;
    text-align: center;
    padding-top: 2rem;

    letter-spacing: 3px;
    color: var(--ink);
    margin: 0;
  }
}

:root {
  --ink: #1f3632;
  --muted: #6b7a78;
  --card: #ffffff;
  --bg: #f4f6f6;
  --accent: #c0392b;
  --ring: #e7eded;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.review-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.avatar {
  width: 56px;
  height: 56px;
  max-width: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ring);
}
.cust {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.cust-name {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cust-name i {
  color: var(--accent);
}
.cust-meta {
  color: var(--muted);
  font-size: 13px;
}

.quote {
  margin: 10px 0 14px;
  font-size: 15px;
  color: #223b37;
}
.quote i {
  color: var(--accent);
  margin-right: 6px;
}

.stars {
  margin-top: auto;
  color: var(--accent);
  font-size: 16px;
}

@media (max-width: 900px) {
  .review-card {
    max-width: 340px;
    width: 80%;
  }
}
@media (max-width: 640px) {
  .reviews {
    gap: 16px;
  }
  .review-card {
    max-width: 100%;
  }

  .review-card {
    max-width: 340px;
    width: 95%;
  }
}

:root {
  --ink: #1f3632;
  --muted: #6b7a78;
  --bg: #f6f7f7;
  --card: #ffffff;
  --ring: #e8eded;
  --accent: #b3362d;
  --accent-dark: #9f2e26;
  --ok: #1aa66a;
}

.pw {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.heading {
  text-align: center;
  margin-bottom: 24px;
}
.heading h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.heading p {
  color: var(--muted);
  margin-top: 8px;
}

.price-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.price-card {
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 16px;
  width: 100%;
  max-width: 270px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card .ribbon {
  text-align: center;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1);
}

.prod-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  border-radius: 12px;
}

.pack {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  margin: 6px 0 8px;
}
.pack small {
  color: var(--muted);
  font-weight: 600;
}

.price {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin: 8px 0 14px;
}
.price del {
  color: #9aa7a6;
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}

.bullets {
  list-style: none;
  margin: 0 0 16px;
}
.bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #26433f;
  padding: 6px 0;
}
.bullets i {
  color: var(--ok);
  min-width: 18px;
}

.btn {
  display: inline-block;
  text-align: center;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(179, 54, 45, 0.25);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(179, 54, 45, 0.32);
}

.badges {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  color: #2a4743;
}
.badge i {
  color: var(--accent);
}

@media (max-width: 900px) {
  .price-card {
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  .price-card {
    max-width: 100%;
  }

  .price-card .ribbon {
    text-align: center;
  }
}

:root {
  --ink: #174b44;
  --alert: #8f3b13;
  --btn: #b3362d;
  --btn-dark: #9f2e26;
  --line: #e8e0d6;
  --bg: #efe6db;
  --white: #fff;
}

#order-page {
  margin-top: 3rem;
}

:root {
  --ink: #174b44;
  --alert: #8f3b13;
  --btn: #b3362d;
  --btn-dark: #9f2e26;
  --bg: #efe6db;
  --line: #e8e0d6;
  --white: #fff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bg);
  border-top: 2px solid var(--line);
  z-index: 0;
}

.footer-row {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.notice {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.notice .strong {
  color: var(--alert);
}

.cta-btn {
  display: inline-block;
  background: var(--btn);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 900;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 16px;
  border: 3px solid #d8d8d8;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(179, 54, 45, 0.15);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.cta-btn:hover {
  background: var(--btn-dark);
  transform: translateY(-1px);
}

.countdown {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-left: 2px solid var(--line);
  padding-left: 12px;
}
.time {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}
.value {
  color: #b63e33;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
}
.label {
  color: #9a3e34;
  font-weight: 700;
  font-size: 14px;
  margin-top: 6px;
}

.back-top {
  position: fixed;
  right: 12px;
  bottom: 90px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
  cursor: pointer;
  user-select: none;
}
.back-top:hover {
  filter: brightness(0.95);
}

@media (max-width: 900px) {
  .notice {
    font-size: 14px;
  }
  .cta-btn {
    font-size: 16px;
    padding: 10px 16px;
  }
  .value {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .footer-row {
    gap: 10px;
    padding: 8px 10px;
  }
  .notice {
    font-size: 13px;
  }
  .cta-btn {
    font-size: 15px;
    padding: 9px 14px;
  }
  .countdown {
    gap: 12px;
  }
  .time {
    min-width: 58px;
  }
  .value {
    font-size: 26px;
  }
  .label {
    font-size: 12px;
  }
}
