:root {
  --accent-color: rgb(250 204 21);
  --secondary-color: #2ecc71;
  --text-color: #333;
  --background-color: #f5f5f5;
}

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

#testimonials {
  margin-top: 2rem;
  padding: 0.5rem;
  background: linear-gradient(180deg, #fef9e7 0%, #fff 100%);

  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#testimonials h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #173a5e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

.testimonial-card {
  background: #ffffff;

  border: 1px solid rgba(50, 85, 125, 0.14);
  box-shadow: 0 8px 20px rgba(29, 47, 80, 0.08);
  padding: 1rem;
  margin-bottom: 1rem;
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.testimonial-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: #f1b000 2px solid;

  font-size: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.testimonial-meta {
  flex: 1;
}

.testimonial-meta strong {
  display: block;
  font-size: 1.05rem;
  color: #1d2f4f;
}

.testimonial-date {
  display: block;
  margin-top: 0.2rem;
  color: #6a7a96;
  font-size: 0.9rem;
}

.testimonial-stars {
  margin-top: 0.35rem;
  color: #f1b000;
  font-size: 0.95rem;
}

.testimonial-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #253852;
}

.testimonial-reviews {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.testimonial-reviews img {
  width: 80px;

  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0.8rem;
}

.advantages {
  padding: 20px;
  max-width: 768px;
  background: #f1f1f1;
}

.advantages p {
  display: block;
  width: 300px;

}

@media (min-width: 600px) {
  .advantages p {
    width: 670px;
    
  }
}

.advantages li {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* justify-content: space-between; */
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.checkmark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 30px;
}

.checkmark img {
  width: 100%;

  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

/* Price Block */
.price_block {
  padding: 1.5rem;
  margin: 0 auto;
  color: white;
  background-color: rgb(17 24 39);

  text-align: center;
}

/* Timer */

.price_block h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.price_block--timer {
  display: flex;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 1rem;
  border: 2px dashed var(--accent-color);
}

.timer_items {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0.5rem;
}

.counts {
  position: relative;
  font-size: 2rem;
  color: var(--accent-color);
}

.timer_items .counts_text {
  font-family: "Courier New", Courier, monospace;

  font-weight: 200;
  color: #f1b000;
  margin-top: 0.25rem;
}

.counts::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}

.no-colon::after {
  content: none;
}

.price_block--price h3 {
  color: red;
}

.price_block--promo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.promo_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--accent-color);
  font-size: 1.8rem;
}

.promo_title img {
  width: 1.5rem;
  height: 1.5rem;
}

.price_block--promo p {
  font-weight: bold;
}

.old_price {
  font-size: 1.8rem;
  text-decoration: line-through;
  color: gray;
}

.new_price {
  color: var(--accent-color);
  font-size: 2rem;
}
.price_block--btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(145deg, #fbe45f, #f3c617);
  color: #1a1a1a;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);

  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6),
    0 -1px 1px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.price_block--btn:active {
  transform: translateY(1px);
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.25),
    -2px -2px 6px rgba(255, 255, 255, 0.45);
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.spinner-inner {
  width: 100%;
  height: 100%;
  border: 2px solid #1a1a1a;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#response_message {
  font-weight: bold;
}

#quantity {
  font-weight: bold;
  background-color: var(--accent-color);
  color: var(--text-color);
  padding: 0.25rem 0.5rem;
}

/* Form Styles */

.form {
  max-width: 450px;
  margin: 0 auto 1.5rem;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.input_group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.input_group input,
.input_group select {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.25s ease;
  background-color: #ffffff;
  color: #253852;
}

.input_group input::placeholder {
  color: #9ca3af;
}

.input_group input:focus,
.input_group select:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.1);
  background-color: #fffbf0;
}

.input_group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23253852' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
    color: var(--text-color);
    background-color: rgb(212, 212, 212);
}

.current_year {

  color: var(--text-color);
  margin-right: 0.5rem;
}
.socials {
    margin-top:1rem;
    display: inline-flex;
    gap: 0.5rem;

}
.socials a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

