:root {
  --green: #0e5f36;
  --green-dark: #073d25;
  --green-soft: #edf4ec;
  --ink: #0e1a13;
  --muted: #3f443f;
  --line: #e5e0d8;
  --page: #edece7;
  --card: #fffefa;
  --shadow: 0 18px 46px rgba(13, 32, 22, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body {
  min-height: 100vh;
  margin: 0;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

i[class^="fa-"],
i[class*=" fa-"] {
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  overflow: hidden;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.hero-visual {
  background: #06130e;
}

.hero-visual img {
  width: 100%;
  height: auto;
}

.content-panel {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  padding: 22px 20px 30px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fffefa 0%, #fffdf8 58%, #f8f7f2 100%);
}

.start-section,
.resources-section {
  margin: 0;
}

.prospective-section {
  margin: 0 0 30px;
}

.product-intro-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 174px;
  overflow: hidden;
  border: 1px solid #e8d1ae;
  border-radius: 13px;
  background:
    radial-gradient(circle at 8% 15%, rgba(223, 176, 97, 0.18), transparent 42%),
    linear-gradient(135deg, #fff8ea, #fffefa 56%, #eff5ee);
  box-shadow: 0 11px 24px rgba(25, 38, 29, 0.09);
}

.product-intro-card:focus-visible {
  outline: 3px solid rgba(14, 95, 54, 0.4);
  outline-offset: 3px;
}

.product-intro-image {
  display: grid;
  align-self: stretch;
  place-items: center;
  padding: 12px 5px 12px 10px;
}

.product-intro-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 9px 11px rgba(18, 30, 22, 0.14));
}

.product-intro-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 14px 16px 10px;
}

.product-intro-copy > small {
  color: #b87523;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-intro-copy > strong {
  display: block;
  margin-top: 6px;
  color: #073721;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 700;
}

.product-intro-description {
  display: block;
  margin-top: 7px;
  color: #475048;
  font-size: 10px;
  line-height: 1.35;
}

.product-intro-action {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 0 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #11643a, #063f27);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.resources-section {
  margin-top: 30px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--green);
}

.section-heading span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section-heading h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.video-list {
  display: grid;
  gap: 10px;
}

.video-card {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 54%) minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 144px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  appearance: none;
  background: #fffefa;
  color: inherit;
  box-shadow: 0 9px 20px rgba(24, 31, 25, 0.06);
  cursor: pointer;
  text-align: left;
}

.video-card:focus-visible {
  outline: 3px solid rgba(14, 95, 54, 0.4);
  outline-offset: 2px;
}

.video-media {
  position: relative;
  align-self: stretch;
  min-height: 144px;
  overflow: hidden;
  background: #d9d7d0;
}

.video-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-copy {
  min-width: 0;
  padding: 17px 7px 17px 18px;
}

.video-title {
  display: block;
  margin: 0;
  color: #073721;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
}

.chevron,
.inline-card-action i {
  display: inline-grid;
  place-items: center;
  line-height: 1;
}

.chevron {
  width: 23px;
  height: 23px;
  color: var(--green);
  font-size: 16px;
}

body.video-dialog-open {
  overflow: hidden;
}

.video-dialog {
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding:
    max(8px, env(safe-area-inset-top))
    max(8px, env(safe-area-inset-right))
    max(8px, env(safe-area-inset-bottom))
    max(8px, env(safe-area-inset-left));
  border: 0;
  background: transparent;
  color: #fff;
}

.video-dialog[open] {
  display: grid;
  place-items: center;
}

.video-dialog::backdrop {
  background: rgba(2, 10, 6, 0.84);
  backdrop-filter: blur(3px);
}

.video-dialog-panel {
  width: min(100%, 480px);
  max-height: 100%;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #030806;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.video-dialog-header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 4px 4px 16px;
}

.video-dialog-header h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-dialog-close {
  display: inline-grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.video-dialog-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.video-dialog-close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: -3px;
}

.video-dialog-close i {
  font-size: 22px;
}

.video-player-frame {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-player-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}

.video-dialog-panel:fullscreen {
  display: flex;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  flex-direction: column;
  overflow: hidden;
  padding:
    env(safe-area-inset-top)
    env(safe-area-inset-right)
    env(safe-area-inset-bottom)
    env(safe-area-inset-left);
  border: 0;
  border-radius: 0;
  background: #000;
}

.video-dialog-panel:fullscreen .video-dialog-header {
  flex: 0 0 52px;
}

.video-dialog-panel:fullscreen .video-player-frame {
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: auto;
}

.video-dialog-panel:fullscreen .video-player-frame iframe {
  min-height: 0;
}

.video-dialog-panel::backdrop {
  background: #000;
}

.video-player-frame iframe:fullscreen {
  min-height: 0;
  background: #000;
}

.video-player-frame iframe::backdrop {
  background: #000;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.resource-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.resource-card:focus-visible {
  outline: 3px solid rgba(14, 95, 54, 0.4);
  outline-offset: 2px;
}

.resource-card img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.manual-resource-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

body.manual-options-open {
  overflow: hidden;
}

.manual-options-dialog {
  width: min(calc(100% - 32px), 360px);
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #fffefa;
  color: var(--ink);
  box-shadow: 0 24px 64px rgba(6, 24, 14, 0.28);
}

.manual-options-dialog::backdrop {
  background: rgba(3, 16, 9, 0.62);
  backdrop-filter: blur(2px);
}

.manual-options-panel {
  padding: 20px;
}

.manual-options-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.manual-options-header h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: "Times New Roman", Georgia, serif;
  font-size: 23px;
  line-height: 1.1;
}

.manual-options-header p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.manual-options-close {
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  cursor: pointer;
}

.manual-options-close:focus-visible,
.manual-option:focus-visible {
  outline: 3px solid rgba(14, 95, 54, 0.4);
  outline-offset: 2px;
}

.manual-options-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.manual-option {
  display: grid;
  width: 100%;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  font: inherit;
  box-shadow: 0 5px 14px rgba(19, 34, 24, 0.06);
  cursor: pointer;
  text-align: left;
}

.manual-option-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 16px;
}

.manual-option-copy {
  min-width: 0;
}

.manual-option-copy strong,
.manual-option-copy small {
  display: block;
}

.manual-option-copy strong {
  color: var(--green-dark);
  font-size: 14px;
  line-height: 1.2;
}

.manual-option-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
}

.manual-option-chevron {
  justify-self: end;
  color: var(--green);
  font-size: 13px;
}

.inline-action-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 104px;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 13px;
}

.contact-card {
  background: linear-gradient(90deg, #eef3eb, #f9faf7 48%, #eef2e8);
}

.warranty-card {
  grid-template-columns: 50px minmax(0, 1fr) 118px;
  border: 1px solid #f1d2aa;
  background: linear-gradient(90deg, #fff4e5, #fffaf2 48%, #fff0d9);
}

.inline-card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
}

.inline-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.warranty-icon img {
  filter: drop-shadow(0 6px 8px rgba(100, 58, 14, 0.28));
  transform: translateY(-6px);
}

.inline-card-copy {
  min-width: 0;
}

.contact-copy strong,
.contact-copy small {
  display: block;
}

.warranty-copy strong,
.warranty-copy strong > span {
  display: block;
}

.warranty-copy strong {
  color: #4a321a;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
}

.warranty-copy .warranty-highlight {
  margin-bottom: 2px;
  color: #ff6a00;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
}

.warranty-card .inline-card-action {
  gap: 6px;
  padding: 0 9px;
  font-size: 11px;
}

.warranty-activation-note {
  grid-column: 1 / -1;
  margin-top: 0;
  color: #d62828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.contact-copy strong {
  color: #0f1811;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.contact-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

.contact-email {
  display: block;
  color: #0a4b2d;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-card .contact-email {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0;
  color: #d62828;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.inline-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 39px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #11643a, #063f27);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.inline-card-action i {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

@media (max-width: 380px) {
  .content-panel {
    padding-right: 14px;
    padding-left: 14px;
  }

  .video-card {
    grid-template-columns: minmax(0, 52%) minmax(0, 1fr) 24px;
    min-height: 128px;
  }

  .video-media {
    min-height: 128px;
  }

  .video-copy {
    padding-left: 13px;
  }

  .video-title {
    font-size: 16px;
  }

  .resource-grid {
    gap: 8px;
  }

  .product-intro-card {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .product-intro-copy {
    padding-right: 11px;
    padding-left: 7px;
  }

  .product-intro-copy > strong {
    font-size: 15px;
  }

  .product-intro-description {
    font-size: 9px;
  }

  .inline-action-card {
    grid-template-columns: 48px minmax(0, 1fr) 96px;
    gap: 9px;
    padding-right: 10px;
  }

  .inline-card-icon {
    width: 46px;
    height: 46px;
  }

  .inline-card-action {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .warranty-card {
    grid-template-columns: 46px minmax(0, 1fr) 112px;
  }

  .warranty-card .inline-card-action {
    gap: 5px;
    padding: 0 8px;
    font-size: 11px;
  }
}

@media (min-width: 431px) {
  body {
    padding: 24px 0;
  }

  .page-shell {
    border-radius: 16px;
  }

}

.about-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  overflow: hidden;
  background: #fffefa;
  box-shadow: var(--shadow);
}

.about-topbar {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 145px;
  align-items: center;
  min-height: 43px;
  padding: 0 18px;
  background: linear-gradient(90deg, #063821, #0a4b2d 56%, #063821);
  color: #fff;
}

.about-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.about-back img {
  width: 17px;
  height: auto;
  flex: 0 0 auto;
}

.about-logo {
  justify-self: center;
  width: 118px;
  height: auto;
}

.about-hero {
  position: relative;
  min-height: 199px;
  padding: 38px 26px 30px;
  background:
    linear-gradient(90deg, rgba(0, 35, 22, 0.78) 0%, rgba(0, 35, 22, 0.48) 45%, rgba(0, 35, 22, 0.03) 100%),
    url("../img/about-hero.jpg") center / cover no-repeat;
  color: #fff;
}

.about-hero-copy {
  width: min(100%, 330px);
}

.about-hero h1 {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-hero h1 span {
  color: #d2a261;
}

.about-hero p {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 300;
}

.about-content {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  padding: 0 26px 18px;
  background: linear-gradient(180deg, transparent 0, transparent 36px, #fffefa 36px, #fffefa 72%, #faf8f2 100%);
}

.about-intro-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  margin-top: 0;
  padding: 21px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 24px rgba(20, 28, 22, 0.12);
}

.about-intro-card > img {
  width: 44px;
  height: 44px;
  justify-self: center;
}

.about-intro-card h2,
.about-section-heading h2,
.about-commitment h2,
.about-help h2 {
  margin: 0;
  color: #073721;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.about-intro-card h2 {
  font-size: 21px;
  line-height: 1.08;
}

.about-intro-card p,
.about-split p,
.about-commitment p {
  margin: 13px 0 0;
  color: #2c2e2a;
  font-size: 10px;
  line-height: 1.45;
}

.about-split-section,
.about-values-section,
.about-commitment,
.about-help {
  margin-top: 23px;
}

.about-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.about-section-heading span {
  width: 20px;
  height: 1px;
  background: #c79745;
}

.about-section-heading h2,
.about-commitment h2,
.about-help h2 {
  font-size: 17px;
  line-height: 1.05;
}

.about-split {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.about-split > img {
  width: 62px;
  height: 62px;
  justify-self: center;
}

.about-split p:first-child,
.about-commitment p:first-of-type {
  margin-top: 0;
}

.about-value-list {
  display: grid;
  gap: 6px;
  padding-left: 24px;
}

.about-value-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 4px 11px 4px 0;
  border: 1px solid rgba(226, 222, 213, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 9px rgba(22, 28, 22, 0.08);
}

.about-value-icon {
  width: 39px;
  height: 39px;
  justify-self: center;
}

.about-value-card strong,
.about-value-card small {
  display: block;
}

.about-value-card strong {
  color: #0c1b12;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
}

.about-value-card small {
  margin-top: 3px;
  color: #222722;
  font-size: 9px;
  line-height: 1.18;
}

.about-value-arrow {
  width: 10px;
  height: auto;
  justify-self: center;
}

.about-commitment {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  border: 1px solid rgba(214, 209, 197, 0.9);
  border-radius: 8px;
  background: linear-gradient(90deg, #fffefa, #fffdf8 58%, #f8f6ee);
}

.about-commitment > img {
  width: 66px;
  height: auto;
  justify-self: center;
}

.about-help {
  padding: 6px 18px 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 239, 0.94));
  text-align: center;
}

.about-contact-email {
  width: fit-content;
  margin: 8px auto 0;
}

.about-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: min(100%, 232px);
  min-height: 28px;
  margin-top: 10px;
  border-radius: 5px;
  background: linear-gradient(135deg, #063b24, #0b5a36);
  box-shadow: 0 5px 12px rgba(8, 47, 29, 0.25);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.about-contact-button .fa-light.fa-envelope {
  color: #d7a051;
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.about-contact-button span {
  padding-left: 10px;
  border-left: 1px solid rgba(215, 160, 81, 0.7);
}

.about-bottom-link {
  display: block;
  width: fit-content;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #c79745;
  color: #073721;
  font-size: 10px;
  line-height: 1.15;
}

.faq-shell {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  overflow: hidden;
  background: #fffefa;
  box-shadow: var(--shadow);
}

.faq-topbar {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 145px;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  background: linear-gradient(90deg, #063821, #0a4b2d 56%, #063821);
  color: #fff;
}

.faq-logo {
  justify-self: center;
  width: 121px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(399%) hue-rotate(358deg) brightness(91%) contrast(88%);
}

.faq-hero {
  min-height: 130px;
  padding: 24px 20px 58px;
  background:
    linear-gradient(90deg, rgba(1, 21, 16, 0.76) 0%, rgba(2, 26, 20, 0.5) 50%, rgba(2, 18, 14, 0.2) 100%),
    url("../img/faq-hero.jpg") center / cover no-repeat;
  color: #fff;
}

.faq-hero-copy {
  width: min(100%, 365px);
}

.faq-hero h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.faq-hero p {
  margin: 10px 0 0;
  max-width: 355px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.faq-search-wrap {
  position: relative;
  z-index: 3;
  margin-top: -18px;
  padding: 0 18px;
}

.faq-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid rgba(13, 23, 18, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 9px 22px rgba(9, 19, 13, 0.16);
  color: #18241d;
}

.faq-search i {
  font-size: 20px;
}

.faq-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #172019;
  font: inherit;
  font-size: 14px;
}

.faq-search input::placeholder {
  color: #7d817c;
  opacity: 1;
}

.faq-content {
  padding: 15px 16px 20px;
  background: linear-gradient(180deg, #fffefa 0%, #fffefa 78%, #faf8f2 100%);
}

.faq-tabs {
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
  overflow-x: auto;
  padding: 0 1px 2px;
  scrollbar-width: none;
}

.faq-tabs::-webkit-scrollbar {
  display: none;
}

.faq-tab {
  flex: 0 0 auto;
  min-height: 29px;
  padding: 0 15px;
  border: 1px solid #0b3d27;
  border-radius: 999px;
  background: #fffefa;
  color: #10231a;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.faq-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #0c673d, #053f28);
  color: #fff;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.08);
}

.faq-groups {
  display: grid;
  gap: 8px;
}

.faq-group {
  overflow: hidden;
  border: 1px solid rgba(224, 220, 211, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 10px rgba(22, 28, 22, 0.06);
}

.faq-group.is-hidden,
.faq-item.is-hidden {
  display: none;
}

.faq-group-head,
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #081811;
  cursor: pointer;
  text-align: left;
}

.faq-group-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  min-height: 47px;
  gap: 8px;
  padding: 7px 12px 7px 11px;
  border-bottom: 1px solid #e8e4dc;
  color: #092318;
  font-size: 12px;
  font-weight: 800;
}

.faq-group.is-collapsed .faq-group-head {
  border-bottom: 0;
}

.faq-category-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #0d7144, #043521);
  color: #d8ab55;
  font-size: 14px;
}

.faq-group-head > i,
.faq-question > i {
  justify-self: center;
  color: #07140e;
  font-size: 14px;
}

.faq-group.is-collapsed .faq-items {
  display: none;
}

.faq-question {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px 6px 20px;
  border-bottom: 1px solid #e8e4dc;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 500;
}

.faq-item:last-child .faq-question,
.faq-item:last-child .faq-answer {
  border-bottom: 0;
}

.faq-state {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  justify-self: center;
  border: 1px solid #0c3a25;
  border-radius: 50%;
  color: #0c3a25;
  font-size: 9px;
  line-height: 1;
}

.faq-item.is-open .faq-state {
  border-color: transparent;
  background: #0a4a2e;
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 0 42px 11px 66px;
  border-bottom: 1px solid #e8e4dc;
  color: #111914;
  font-size: 10px;
  line-height: 1.45;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 7px 0 0;
}

.faq-answer ul {
  margin: 7px 0 0;
  padding-left: 16px;
}

.faq-empty {
  margin: 18px 0;
  color: #3f443f;
  font-size: 12px;
  text-align: center;
}

.faq-contact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 112px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(226, 222, 213, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 12px rgba(22, 28, 22, 0.1);
}

.faq-contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #f7f0e4;
  color: #d2a04e;
  font-size: 25px;
}

.faq-contact-card strong,
.faq-contact-card small {
  display: block;
}

.faq-contact-card strong {
  color: #101913;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.faq-contact-card small {
  margin-top: 6px;
  color: #1f2721;
  font-size: 10px;
  line-height: 1.35;
}

.faq-contact-card .contact-email {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0;
  font-size: 11px;
  white-space: nowrap;
}

.faq-contact-action {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(135deg, #063b24, #0a5b36);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.faq-bottom-link {
  margin-top: 14px;
}

.register-shell {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fffefa;
  box-shadow: var(--shadow);
}

.register-hero {
  min-height: 182px;
  padding: 36px 26px 46px;
  background:
    linear-gradient(90deg, rgba(0, 35, 22, 0.82) 0%, rgba(0, 35, 22, 0.54) 48%, rgba(0, 35, 22, 0.12) 100%),
    url("../img/about-hero.jpg") center / cover no-repeat;
  color: #fff;
}

.register-hero-copy {
  width: min(100%, 330px);
}

.register-hero-copy > span {
  display: inline-flex;
  min-height: 21px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(214, 166, 88, 0.85);
  border-radius: 999px;
  color: #e0ba73;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}

.register-hero h1 {
  margin: 13px 0 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.register-hero p {
  margin: 13px 0 0;
  max-width: 292px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

.register-content {
  position: relative;
  z-index: 2;
  margin-top: -27px;
  padding: 0 22px 24px;
}

.register-bottom-nav {
  padding: 0 22px calc(28px + env(safe-area-inset-bottom));
  text-align: center;
}

.register-bottom-link {
  margin-top: 0;
  font-size: 11px;
}

.register-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.register-step {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 62px;
  padding: 10px 4px 8px;
  border: 1px solid rgba(224, 220, 211, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #425047;
  box-shadow: 0 4px 12px rgba(22, 28, 22, 0.08);
}

.register-step span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.register-step strong {
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.register-step.is-active,
.register-step.is-complete {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0d693f, #063a24);
}

.register-step.is-complete span {
  color: #0b3b25;
  background: #e0ba73;
  border-color: #e0ba73;
}

.register-panel {
  display: none;
  margin-top: 14px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(224, 220, 211, 0.95);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 9px 22px rgba(22, 28, 22, 0.1);
}

.register-panel.is-active {
  display: block;
}

.register-panel-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.register-panel-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #0d7144, #043521);
  color: #d8ab55;
  font-size: 17px;
}

.register-panel h2 {
  margin: 0;
  color: #073721;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 21px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.register-panel-heading p {
  margin: 6px 0 0;
  color: #303a33;
  font-size: 11px;
  line-height: 1.35;
}

.warranty-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field span {
  color: #0d2c1d;
  font-size: 11px;
  font-weight: 800;
}

.form-field input {
  width: 100%;
  min-height: 45px;
  padding: 0 13px;
  border: 1px solid rgba(13, 62, 38, 0.24);
  border-radius: 7px;
  outline: 0;
  background: #fffefa;
  color: #101913;
  font: inherit;
  font-size: 13px;
}

.form-field input:focus {
  border-color: #0e5f36;
  box-shadow: 0 0 0 3px rgba(14, 95, 54, 0.12);
}

.register-message {
  min-height: 17px;
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
}

.register-message[data-state="error"] {
  color: #a33a23;
}

.primary-action {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #0e653d, #063b24);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.verify-state {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 32px 0 18px;
  text-align: center;
}

.verify-spinner {
  width: 38px;
  height: 38px;
  border: 3px solid rgba(14, 95, 54, 0.14);
  border-top-color: #0e5f36;
  border-radius: 50%;
  animation: dorwan-spin 0.8s linear infinite;
}

.verify-state strong {
  color: #0b261a;
  font-size: 14px;
}

.verify-state small {
  color: #59635d;
  font-size: 11px;
}

.mail-action {
  margin-top: 18px;
}

.mail-countdown {
  display: none;
  margin: 16px 0 0;
  padding: 18px 14px;
  border: 1px solid rgba(224, 220, 211, 0.95);
  border-radius: 9px;
  background: linear-gradient(180deg, #fffefa, #fff8e8);
  color: #0d2c1d;
  text-align: center;
  box-shadow: 0 7px 18px rgba(22, 28, 22, 0.08);
}

.mail-countdown.is-active {
  display: grid;
  justify-items: center;
  gap: 9px;
}

.mail-countdown-ring {
  position: relative;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: #073721;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.mail-countdown-ring::before {
  position: absolute;
  inset: 0;
  border: 5px solid rgba(14, 95, 54, 0.12);
  border-top-color: #d2a04e;
  border-right-color: #0e5f36;
  border-radius: 50%;
  animation: dorwan-spin 0.85s linear infinite;
  content: "";
}

.mail-countdown-ring span {
  position: relative;
  z-index: 1;
}

.mail-countdown strong,
.mail-countdown small {
  display: block;
}

.mail-countdown strong {
  color: #0b261a;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
}

.mail-countdown small {
  color: #59635d;
  font-size: 11px;
  line-height: 1.35;
}

.manual-mail-modal[hidden] {
  display: none;
}

.manual-mail-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: end center;
  padding: 16px;
}

.manual-mail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 11, 0.42);
}

.manual-mail-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 398px);
  max-height: min(86vh, 640px);
  overflow: auto;
  padding: 21px 18px 18px;
  border-radius: 12px;
  background: #fffefa;
  box-shadow: 0 18px 42px rgba(9, 18, 12, 0.28);
}

.manual-mail-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111914;
  font-size: 20px;
  cursor: pointer;
}

.manual-mail-dialog h2 {
  margin: 0;
  color: #073721;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}

.manual-mail-dialog > p {
  margin: 8px 28px 0 0;
  color: #2f3932;
  font-size: 11px;
  line-height: 1.4;
}

.mail-copy-list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.mail-copy-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  gap: 8px;
  align-items: start;
  padding: 10px;
  border: 1px solid #e8e4dc;
  border-radius: 7px;
  background: #fffaf0;
}

.mail-copy-row.is-body {
  grid-template-columns: 62px minmax(0, 1fr);
}

.mail-copy-row.is-body button {
  grid-column: 2;
  width: 62px;
  justify-self: end;
}

.mail-copy-row span {
  color: #617067;
  font-size: 10px;
  font-weight: 800;
}

.mail-copy-row code {
  overflow-wrap: anywhere;
  color: #111914;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.35;
  white-space: pre-wrap;
}

.mail-copy-row button {
  min-height: 28px;
  border: 0;
  border-radius: 5px;
  background: #0e5f36;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.copy-tip {
  min-height: 17px;
  margin: 10px 0 0;
  color: #0e5f36;
  font-size: 11px;
  text-align: center;
}

@keyframes dorwan-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 380px) {
  .about-topbar {
    grid-template-columns: 126px minmax(0, 1fr) 126px;
    padding: 0 14px;
  }

  .about-back {
    font-size: 11px;
  }

  .about-logo {
    width: 105px;
  }

  .about-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-intro-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-intro-card h2 {
    font-size: 19px;
  }

  .about-split {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .about-value-list {
    padding-left: 12px;
  }

  .about-commitment {
    grid-template-columns: 78px minmax(0, 1fr);
    padding-right: 14px;
    padding-left: 14px;
  }

  .faq-topbar {
    grid-template-columns: 126px minmax(0, 1fr) 126px;
    padding: 0 14px;
  }

  .faq-logo {
    width: 106px;
  }

  .faq-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .faq-tab {
    padding: 0 12px;
  }

  .faq-group-head {
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    font-size: 11px;
  }

  .faq-question {
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    padding-left: 13px;
  }

  .faq-answer {
    padding-right: 32px;
    padding-left: 52px;
  }

  .faq-contact-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .faq-contact-action {
    grid-column: 2;
    width: 112px;
    justify-self: start;
  }

  .register-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .register-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .register-hero h1 {
    font-size: 28px;
  }

  .register-panel {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mail-copy-row,
  .mail-copy-row.is-body {
    grid-template-columns: 1fr;
  }

  .mail-copy-row button,
  .mail-copy-row.is-body button {
    grid-column: auto;
    justify-self: start;
  }
}

@media (min-width: 431px) {
  .about-shell {
    border-radius: 16px;
  }

  .faq-shell {
    border-radius: 16px;
  }

  .register-shell {
    border-radius: 16px;
  }
}

.manual-mail-actions { display: grid; gap: 10px; margin-top: 20px; }
.manual-mail-actions .primary-action { justify-content: center; text-align: center; }
.manual-mail-dismiss { min-height: 44px; border: 1px solid #0d5d34; border-radius: 12px; background: white; color: #0d5d34; font: inherit; font-weight: 700; cursor: pointer; }
