:root {
  --ink: #07182d;
  --muted: #667383;
  --blue: #27a9df;
  --blue2: #23508c;
  --pale: #eefaff;
  --line: #e4eef4;
  --white: #fff;
  --shadow: 0 18px 45px rgba(18, 48, 75, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

/* =========================
   GLOBAL
========================= */

.container {
  width: min(1210px, 90%);
  margin: auto;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e9edf0;
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BRAND */

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
}

.brand strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
}

/* NAVIGATION */

.nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
  color: #4e5963;
  font-size: 13px;
}

.nav-links a {
  transition: 0.2s ease;
}

.nav-links a:hover {
  color: #209bd3;
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
  color: #17221d;
  cursor: pointer;
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f7f2 0%, #edf2ed 100%);
  padding: 78px 0 72px;
}

.hero:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  right: -120px;
  top: -150px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: center;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #718078;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.hero-label i {
  width: 6px;
  height: 6px;
  background: #209bd3;
  border-radius: 50%;
}

.hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  max-width: 720px;
  margin: 17px 0;
}

.hero h1 span {
  color: #209bd3;
}

.hero p {
  color: #68736e;
  max-width: 640px;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #209bd3;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s;
}

.btn-primary {
  background: #209bd3;
  color: #fff;
  border-color: #209bd3;
}

.btn-outline {
  background: transparent;
  color: #209bd3;
}

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

.hero-stats {
  display: flex;
  gap: 38px;
  margin-top: 34px;
}

.hero-stats > div {
  display: flex;
  flex-direction: column;
}

.hero-stats strong {
  font-size: 17px;
  line-height: 1.2;
}

.hero-stats small {
  font-size: 10px;
  color: #68736e;
}

/* =========================
   HERO VISUAL
========================= */

.hero-visual {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orb {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #edf1eb;
  top: 5px;
  right: 0;
}

.hero-salt-image {
  position: relative;
  z-index: 2;
  width: 455px;
  height: 355px;
  background: #fff;
  border: 1px solid #e5e4dc;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(23, 34, 29, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-salt-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.hero-salt-image:hover img {
  transform: scale(1.04);
}

.hero-quality {
  position: absolute;
  right: -4px;
  bottom: 20px;
  z-index: 4;
  background: #fff;
  padding: 12px 16px;
  border-radius: 13px;
  box-shadow: 0 20px 45px rgba(18, 48, 75, 0.11);
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
}

.hero-quality > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f9ee;
  color: #1baf68;
  font-size: 15px;
}

.hero-quality strong,
.hero-quality small {
  display: block;
}

.hero-note {
  display: none;
}

/* =========================
   PRODUCTS
========================= */

.products-section {
  padding: 70px 0 75px;
  background: #fff;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 12px 0;
}

.section-heading h2 span {
  color: var(--blue);
}

.section-heading p {
  font-size: 13px;
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card-modern {
  border: 1px solid #e8eef2;
  border-radius: 19px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 52, 76, 0.08);
  transition: 0.25s;
}

.product-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(20, 52, 76, 0.13);
}

.product-photo {
  height: 220px;
  background: #f0f8fb;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  width: 78%;
  height: 80%;
  background: linear-gradient(135deg, #fff, #eaf5fa);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #17508d;
  border: 1px solid #dcecf4;
}

.product-placeholder strong {
  font-size: 42px;
}

.product-placeholder span {
  font-size: 9px;
  letter-spacing: 0.16em;
}

.product-tag {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #fff;
  color: #2873a5;
  border-radius: 10px;
  padding: 5px 9px;
  font-size: 9px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-info {
  padding: 15px 18px 17px;
}

.stars,
.testimonial-stars {
  color: #ffc400;
  letter-spacing: 2px;
  font-size: 13px;
}

.product-info h3 {
  font-size: 15px;
  margin: 4px 0;
  font-weight: 800;
  line-height: 1.3;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #687783;
  margin-bottom: 7px;
}

.product-meta .available {
  color: #1d9ce0;
}

.product-info p {
  font-size: 10px;
  color: #75818b;
  margin: 0;
  min-height: 30px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

.product-pack {
  font-size: 14px;
  color: #24a7dd;
}

.cart-btn {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf7fc;
  color: #28628b;
  font-size: 13px;
}

.slider-dots {
  text-align: center;
  margin-top: 15px;
}

.slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3dde3;
  margin: 0 3px;
}

.slider-dots span.active {
  background: #219fe0;
  width: 20px;
  border-radius: 8px;
}

/* =========================
   ABOUT
========================= */

.about-section {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}

.about-container {
  width: min(1210px, 90%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
  padding: 20px 0 35px;
}

.about-circle {
  position: absolute;
  width: 75px;
  height: 75px;
  left: -18px;
  top: 0;
  border: 3px solid #d5effa;
  border-radius: 50%;
}

.about-image-box {
  position: relative;
  height: 400px;
  width: 92%;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 25px 45px rgba(18, 48, 75, 0.15);
}

.about-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  right: 0;
  bottom: 75px;
  width: 185px;
  padding: 14px 17px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);
  display: flex;
  gap: 12px;
  align-items: center;
}

.badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #27a9df, #24528f);
  color: #fff;
}

.badge-text strong,
.badge-text span {
  display: block;
}

.badge-text strong {
  font-size: 21px;
}

.badge-text span {
  font-size: 10px;
  color: #777;
}

.about-content {
  max-width: 590px;
}

.about-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf8fd;
  color: #168fc8;
  padding: 7px 13px;
  border-radius: 30px;
  font-size: 11px;
}

.about-content h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 14px 0 20px;
}

.about-content h2 span {
  color: #248fc5;
}

.about-content > p {
  font-size: 13px;
  color: #68737d;
  line-height: 1.8;
  margin: 0 0 14px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f7fd;
  color: #24a5dc;
  font-size: 12px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-top: 24px;
  border: 1px solid #27a9df;
  border-radius: 25px;
  color: #1598d1;
  padding: 10px 16px 10px 24px;
  font-size: 12px;
}

.about-button span {
  font-size: 20px;
}

/* =========================
   TESTIMONIAL
========================= */

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
  background: linear-gradient(120deg, #f0fbff, #e9f8fd);
}

.testimonials-section:before,
.testimonials-section:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(36, 167, 220, 0.08);
}

.testimonials-section:before {
  width: 300px;
  height: 300px;
  left: -170px;
  top: -80px;
}

.testimonials-section:after {
  width: 380px;
  height: 380px;
  right: -220px;
  bottom: -180px;
}

.testimonial-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.testimonial-wrap {
  position: relative;
  z-index: 2;
  width: min(720px, 90%);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-card {
  width: 100%;
  min-height: 220px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 17px 35px rgba(23, 71, 100, 0.12);
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  padding: 38px 45px;
}

.testimonial-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f0a36c, #76452e);
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  border: 4px solid #e9f8fd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.testimonial-stars {
  margin-top: 10px;
}

.testimonial-content {
  position: relative;
  padding-top: 4px;
}

.quote {
  font-size: 55px;
  color: #9edff6;
  font-family: Georgia;
  line-height: 0.7;
}

.testimonial-content p {
  font-size: 13px;
  font-style: italic;
  color: #68727c;
  margin: 12px 0 16px;
}

.testimonial-content strong,
.testimonial-content span {
  display: block;
}

.testimonial-content strong {
  font-size: 14px;
}

.testimonial-content span {
  font-size: 10px;
  color: #209fda;
  margin-top: 2px;
}

.testimonial-arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 27px;
  color: #23394b;
  cursor: pointer;
}

.testimonial-arrow:hover {
  transform: translateY(-2px);
}

.testimonial-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.testimonial-dots button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #dceef5;
  background: linear-gradient(145deg, #f0a36c, #76452e);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.testimonial-dots button.active {
  border-color: #24a9df;
  box-shadow: 0 0 0 4px rgba(36, 169, 223, 0.12);
}

/* =========================
   CONTACT
========================= */

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0 75px;
  background: #fff;
}

.contact-bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(41, 169, 222, 0.07);
  pointer-events: none;
}

.contact-bg-circle.left {
  width: 260px;
  height: 260px;
  left: -150px;
  top: -20px;
}

.contact-bg-circle.right {
  width: 300px;
  height: 300px;
  right: -150px;
  bottom: -100px;
}

.contact-heading {
  margin-bottom: 35px;
}

.contact-heading h2 {
  font-size: 37px;
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.contact-form-modern {
  background: #fff;
  border: 1px solid #e2edf3;
  border-radius: 15px;
  padding: 24px 28px;
  box-shadow: 0 13px 30px rgba(20, 52, 76, 0.1);
  min-height: 365px;
}

.contact-form-modern h3 {
  margin: 0 0 17px;
  font-size: 17px;
}

.contact-form-modern label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-form-modern input,
.contact-form-modern textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid #dbeaf2;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 11px;
  outline: none;
  background: #fff;
  transition: 0.2s;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
  border-color: #2ca9df;
  box-shadow: 0 0 0 3px rgba(44, 169, 223, 0.08);
}

.send-btn {
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: 10px;
  background: linear-gradient(100deg, #28a9df, #274d87);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 0 7px 15px rgba(37, 126, 184, 0.18);
  transition: 0.2s;
}

.send-btn:hover {
  transform: translateY(-2px);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.info-card {
  min-height: 76px;
  background: #fff;
  border: 1px solid #e5edf2;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  box-shadow: 0 7px 18px rgba(20, 52, 76, 0.08);
}

.info-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #29a9df, #2470ad);
  font-size: 18px;
}

.info-icon.navy {
  background: #243d78;
}

.info-card strong {
  font-size: 11px;
}

.info-card p {
  font-size: 8px;
  line-height: 1.45;
  color: #68737d;
  margin: 3px 0 0;
}

.contact-map {
  height: 205px !important;
  margin-top: 10px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 7px 18px rgba(20, 52, 76, 0.08);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   FOOTER
========================= */

footer {
  padding: 20px 0;
  border-top: 1px solid #e6edf1;
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  color: #6c7880;
  font-size: 10px;
}

.footer-inner div {
  display: flex;
  gap: 14px;
}

/* =========================
   FLOATING WHATSAPP
========================= */

.floating-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  background: #20b86b;
  color: #fff;
  padding: 12px 17px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  font-size: 11px;
  font-weight: 800;
  transition: 0.2s;
}

.floating-wa:hover {
  transform: translateY(-3px);
}
/* =========================
   LOGO LOGIN
========================= */

.login-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.logo-image {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.logo-image img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.logo-text strong {
  font-size: 19px;
  font-weight: 800;
  color: #17221d;
  letter-spacing: -0.03em;
}

.logo-text span {
  font-size: 11px;
  color: #7a8580;
  margin-top: 4px;
}
/* =========================
   ADMIN
========================= */

.admin-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f7fafc;
}

.auth-card {
  width: min(430px, 92%);
  background: #fff;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.auth-card h1 {
  margin: 30px 0 5px;
}

.auth-card p {
  color: var(--muted);
  margin-top: 0;
}

.full {
  width: 100%;
}

.alert {
  padding: 12px 14px;
  background: #f9e6e3;
  color: #8b3429;
  border-radius: 9px;
  margin: 15px 0;
  font-size: 13px;
}

.back-link {
  font-size: 13px;
  color: var(--blue);
  font-weight: 700;
  display: inline-block;
  margin-top: 18px;
}

.admin-layout {
  min-height: 100vh;
  display: flex;
  background: #f7fafb;
}

.sidebar {
  width: 245px;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 28px 20px;
}

.admin-logo {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  padding-bottom: 5px;
}

.admin-logo-image {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.admin-logo strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: var(--ink);
}

.admin-logo small {
  display: block;
  color: #888;
  font-size: 10px;
  margin-top: 3px;
}

.side-label {
  font-size: 10px;
  color: #999;
  margin: 45px 10px 10px;
  letter-spacing: 0.14em;
}

.side-link {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 13px;
  margin: 4px 0;
  color: #66706b;
}

.side-link.active,
.side-link:hover {
  background: #eaf6fb;
  color: var(--blue);
  font-weight: 700;
}

.side-bottom {
  margin-top: 25px;
}

.admin-main {
  flex: 1;
  padding: 50px;
  max-width: 1400px;
}

.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.admin-top h1 {
  margin: 8px 0 0;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.admin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

th {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #8a938e;
}

.table-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.table-product img,
.mini-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}

.mini-placeholder {
  display: grid;
  place-items: center;
  background: #eef4f7;
  font-size: 10px;
  font-weight: 800;
}

.action {
  color: var(--blue);
  font-weight: 700;
  margin-right: 10px;
}

.action.danger {
  color: #a33d32;
}

/* =========================
   FORM ADMIN
========================= */

.form-page {
  width: min(720px, 92%);
  margin: 50px auto;
}

.form-page h1 {
  font-size: 40px;
  letter-spacing: -0.04em;
}

.edit-image {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field.full {
  grid-column: 1/-1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdfe1;
  border-radius: 9px;
  font: inherit;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(39, 169, 223, 0.08);
}

.file-note {
  font-size: 11px;
  color: #8a9398;
  margin-top: 6px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

/* =========================
   RESPONSIVE 1000px
========================= */

@media (max-width: 1000px) {
  .nav-actions {
    display: none;
  }

  .nav-links {
    gap: 18px;
  }

  .hero-grid,
  .about-container,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

  .about-content {
    max-width: 100%;
  }

  .about-image-box {
    width: 90%;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================
   RESPONSIVE 900px
========================= */

@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: #fff;
    padding: 16px 5%;
    border-bottom: 1px solid #e9edf0;
    flex-direction: column;
    gap: 15px;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    padding: 60px 0;
  }

  .hero-salt-image {
    width: min(640px, 85vw);
    height: 530px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(40px, 8vw, 58px);
  }

  .hero-visual {
    min-height: 320px;
  }

  .hero-card {
    max-width: 520px;
    margin: auto;
  }

  .product-grid,
  .about-container,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-image-box {
    width: 100%;
    margin-left: 0;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .testimonial-person {
    order: 0;
  }

  .testimonial-content {
    order: 1;
  }

  .contact-layout {
    gap: 25px;
  }
}

/* =========================
   RESPONSIVE 700px
========================= */

@media (max-width: 700px) {
  .container {
    width: 92%;
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: #fff;
    padding: 16px 4%;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    padding: 48px 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-visual {
    height: 260px;
  }

  .hero-orb {
    width: 260px;
    height: 260px;
  }

  .hero-stats {
    gap: 15px;
    flex-wrap: wrap;
  }

  .section {
    padding: 65px 0;
  }

  .products-section,
  .about-section,
  .testimonials-section,
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading h2,
  .about-content h2 {
    font-size: 32px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-photo {
    height: 235px;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
    padding: 25px;
  }

  .testimonial-person {
    flex-direction: row;
    gap: 15px;
  }

  .testimonial-stars {
    margin-top: 0;
  }

  .testimonial-wrap {
    gap: 7px;
  }

  .testimonial-arrow {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 23px;
  }

  .testimonial-content {
    text-align: left;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-modern {
    min-height: 0;
  }

  .footer-inner,
  .footer-inner div {
    flex-direction: column;
    gap: 4px;
  }

  .about-image-box {
    height: 300px;
    margin-left: 0;
    width: 100%;
  }

  .about-badge {
    right: 5px;
    bottom: 45px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .admin-layout {
    display: block;
  }

  .sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-main {
    padding: 30px 4%;
  }
}

/* =========================
   RESPONSIVE 600px
========================= */

@media (max-width: 600px) {
  .container {
    width: 92%;
  }

  .nav-inner {
    height: 65px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 14px;
  }

  .hero {
    padding: 52px 0;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-stats {
    gap: 20px;
    flex-wrap: wrap;
  }

  .hero-visual {
    min-height: 285px;
  }

  .hero-salt-image {
    width: 90vw;
    height: 280px;
    border-radius: 20px;
  }

  .hero-quality {
    right: 0;
    bottom: 10px;
  }

  .product-grid {
    gap: 18px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .about-content h2 {
    font-size: 32px;
  }

  .testimonial-wrap {
    width: 96%;
  }

  .contact-form-modern {
    padding: 20px;
  }

  .floating-wa {
    right: 14px;
    bottom: 14px;
    padding: 11px 14px;
  }
}
