/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/lato-bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

:root {
  --indiestyles_primary: #8b4513;
  --indiestyles_secondary: #ffd700;
  --indiestyles_accent: #ff6b35;
  --indiestyles_text: #2c1810;
  --indiestyles_light: #f5f5dc;
  --indiestyles_white: #ffffff;
  --indiestyles_shadow: rgba(139, 69, 19, 0.1);
  --indiestyles_gradient: linear-gradient(135deg, #8b4513 0%, #ffd700 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--indiestyles_text);
  background-color: var(--indiestyles_white);
}

.indiestyles_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.indiestyles_title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--indiestyles_primary);
  text-align: center;
  margin-bottom: 2rem;
}

.indiestyles_subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--indiestyles_primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

.indiestyles_text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--indiestyles_text);
  margin-bottom: 1rem;
}

.indiestyles_button {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: var(--indiestyles_gradient);
  color: var(--indiestyles_white);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.indiestyles_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--indiestyles_shadow);
}

.indiestyles_section {
  padding: 6rem 0;
}

.indiestyles_image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.indiestyles_image {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px var(--indiestyles_shadow);
}

@media (max-width: 768px) {
  .indiestyles_title {
    font-size: 2.4rem;
  }

  .indiestyles_subtitle {
    font-size: 2rem;
  }

  .indiestyles_section {
    padding: 4rem 0;
  }

  .indiestyles_container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .indiestyles_title {
    font-size: 2rem;
  }

  .indiestyles_subtitle {
    font-size: 1.8rem;
  }

  .indiestyles_button {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

.indiestyles_subhead {
  font-size: 1.6rem;
  color: var(--indiestyles_text);
  opacity: 0.9;
  text-align: center;
  margin: -0.5rem auto 1.2rem;
  max-width: 860px;
}

.indiestyles_divider {
  width: 120px;
  height: 6px;
  margin: 0.6rem auto 2.4rem;
  border-radius: 999px;
  background: var(--indiestyles_gradient);
  box-shadow: 0 6px 18px var(--indiestyles_shadow);
}

.indiestyles_footer .indiestyles_subhead {
  color: var(--indiestyles_white);
  opacity: 0.9;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.indiestyles_header {
  background: var(--indiestyles_white);
  box-shadow: 0 2px 10px var(--indiestyles_shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.indiestyles_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}

.indiestyles_logo h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--indiestyles_primary);
  margin: 0;
}

.indiestyles_menu {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.indiestyles_menu a {
  color: var(--indiestyles_text);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.indiestyles_menu a:hover,
.indiestyles_menu a.active {
  background: var(--indiestyles_primary);
  color: var(--indiestyles_white);
}

.indiestyles_menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.indiestyles_menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--indiestyles_primary);
  transition: all 0.3s ease;
}

.indiestyles_main {
  margin-top: 80px;
  min-height: calc(100vh - 80px);
}

.indiestyles_hero {
  background: linear-gradient(rgba(139, 69, 19, 0.3), rgba(255, 215, 0, 0.7)),
    url("assets/images/0.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--indiestyles_white);
  text-align: center;
  padding: 8rem 0;
}

.indiestyles_hero .indiestyles_title {
  color: var(--indiestyles_white);
  font-size: 4rem;
  margin-bottom: 2rem;
}

.indiestyles_hero .indiestyles_subhead {
  color: var(--indiestyles_white);
  opacity: 0.95;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.indiestyles_hero .indiestyles_text {
  color: var(--indiestyles_white);
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.indiestyles_hero-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.indiestyles_button--secondary {
  background: transparent;
  border: 2px solid var(--indiestyles_white);
  color: var(--indiestyles_white);
}

.indiestyles_button--secondary:hover {
  background: var(--indiestyles_white);
  color: var(--indiestyles_primary);
}

.indiestyles_footer {
  background: var(--indiestyles_primary);
  color: var(--indiestyles_white);
  padding: 4rem 0 2rem;
}

.indiestyles_footer-content {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.indiestyles_footer-section {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.indiestyles_footer-section .indiestyles_subtitle {
  color: var(--indiestyles_white);
  margin-bottom: 1.5rem;
}

.indiestyles_footer-section .indiestyles_text {
  color: var(--indiestyles_light);
}

.indiestyles_footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.indiestyles_footer-links li {
  margin-bottom: 0.8rem;
}

.indiestyles_footer-links a {
  color: var(--indiestyles_light);
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: center;
}

.indiestyles_footer-links a:hover {
  color: var(--indiestyles_secondary);
}

.indiestyles_contact-info p {
  margin-bottom: 0.8rem;
  text-align: center;
}

.indiestyles_contact-info a {
  color: var(--indiestyles_light);
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: center;
}

.indiestyles_contact-info a:hover {
  color: var(--indiestyles_secondary);
}

.indiestyles_footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
}

.indiestyles_footer-bottom .indiestyles_text {
  color: var(--indiestyles_light);
  margin: 0;
}

@media (max-width: 768px) {
  .indiestyles_menu-toggle {
    display: flex;
  }

  .indiestyles_menu {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    text-align: center;
  }

  .indiestyles_menu.active {
    display: flex;
  }

  .indiestyles_hero {
    padding: 6rem 0;
  }

  .indiestyles_hero .indiestyles_title {
    font-size: 3rem;
  }

  .indiestyles_hero .indiestyles_text {
    font-size: 1.4rem;
  }

  .indiestyles_hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .indiestyles_footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .indiestyles_footer-section {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .indiestyles_hero .indiestyles_title {
    font-size: 2.4rem;
  }

  .indiestyles_hero .indiestyles_text {
    font-size: 1.3rem;
  }

  .indiestyles_logo h1 {
    font-size: 2rem;
  }
}

.indiestyles_thanks__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.indiestyles_thanks__content .indiestyles_title {
  margin-bottom: 1rem;
  color: var(--indiestyles_primary);
}

.indiestyles_thanks__content .indiestyles_subhead {
  margin-bottom: 1rem;
  color: var(--indiestyles_secondary);
}

.indiestyles_thanks__content .indiestyles_text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.indiestyles_thanks__content .indiestyles_button {
  display: inline-block;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .indiestyles_thanks__content {
    padding: 2rem 1rem;
  }
}

.indiestyles_main {
  margin-top: 80px;
}

.indiestyles_policy__content {
  max-width: 800px;
  margin: 0 auto;
}

.indiestyles_policy__section {
  margin-bottom: 3rem;
  padding: 2rem;
  background: var(--indiestyles_white);
  border-radius: 12px;
  box-shadow: 0 6px 18px var(--indiestyles_shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indiestyles_policy__section:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--indiestyles_shadow);
}

.indiestyles_policy__section .indiestyles_subtitle {
  margin-bottom: 1rem;
  color: var(--indiestyles_primary);
}

.indiestyles_policy__section .indiestyles_text {
  margin-bottom: 1rem;
}

.indiestyles_policy__section .indiestyles_text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .indiestyles_policy__section {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
