/*! 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 {
  --sunglare_primary: #1a1a2e;
  --sunglare_secondary: #16213e;
  --sunglare_accent: #0f3460;
  --sunglare_highlight: #533483;
  --sunglare_text: #333333;
  --sunglare_light: #f8f9fa;
  --sunglare_white: #ffffff;
  --sunglare_gray: #6c757d;
  --sunglare_shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --sunglare_transition: all 0.3s ease;
}

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

.sunglare_title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--sunglare_primary);
  margin-bottom: 1.6rem;
  text-align: center;
}

.sunglare_subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sunglare_primary);
  margin-bottom: 1.2rem;
}

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

.sunglare_button {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: linear-gradient(
    135deg,
    var(--sunglare_accent),
    var(--sunglare_highlight)
  );
  color: var(--sunglare_white);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  transition: var(--sunglare_transition);
  border: none;
  cursor: pointer;
  box-shadow: var(--sunglare_shadow);
  border: 1px solid var(--sunglare_white);
  margin-top: 10px;
}

.sunglare_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.sunglare_header {
  background: var(--sunglare_white);
  box-shadow: var(--sunglare_shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.sunglare_header__logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sunglare_primary);
  margin: 0;
}

.sunglare_header__logo-link {
  text-decoration: none;
}

.sunglare_header__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
}

.sunglare_header__nav-link {
  text-decoration: none;
  color: var(--sunglare_text);
  font-size: 1.4rem;
  font-weight: 500;
  transition: var(--sunglare_transition);
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
}

.sunglare_header__nav-link:hover {
  color: var(--sunglare_accent);
  background: var(--sunglare_light);
}

.sunglare_header__nav-link.active {
  color: var(--sunglare_white);
  background: var(--sunglare_accent);
  box-shadow: 0 2px 8px rgba(15, 52, 96, 0.3);
}

.sunglare_header__mobile-menu {
  display: none;
}

.sunglare_header__mobile-btn {
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: var(--sunglare_primary);
  padding: 0.8rem;
}

.sunglare_main {
  min-height: 60vh;
}

.sunglare_hero {
  background: linear-gradient(
    135deg,
    var(--sunglare_primary),
    var(--sunglare_secondary)
  );
  color: var(--sunglare_white);
  padding: 8rem 0;
  text-align: center;
}
.sunglare_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 20c0 11.046-8.954 20-20 20s-20-8.954-20-20 8.954-20 20-20 20 8.954 20 20z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

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

.sunglare_hero__title {
  color: var(--sunglare_white);
  font-size: 4.8rem;
  margin-bottom: 2.4rem;
}

.sunglare_hero__text {
  color: var(--sunglare_white);
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
  opacity: 0.9;
}

.sunglare_hero__button {
  background: linear-gradient(
    135deg,
    var(--sunglare_highlight),
    var(--sunglare_accent)
  );
  font-size: 1.6rem;
  padding: 1.6rem 3.2rem;
  text-align: center;
}

.sunglare_footer {
  background: var(--sunglare_primary);
  color: var(--sunglare_white);
  padding: 4rem 0 2rem;
  font-size: 1.3rem;
}

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

.sunglare_footer__section {
  flex: 1;
  min-width: 280px;
}

.sunglare_footer__subtitle {
  color: var(--sunglare_white);
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.sunglare_footer__text {
  color: #bdc3c7;
}

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

.sunglare_footer__item {
  margin-bottom: 0.8rem;
}

.sunglare_footer__link {
  color: #bdc3c7;
  text-decoration: none;
  transition: var(--sunglare_transition);
  font-weight: 500;
}

.sunglare_footer__link:hover {
  color: orange;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.sunglare_footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sunglare_footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #34495e;
  gap: 1.6rem;
}

.sunglare_footer__copyright {
  color: #bdc3c7;
  margin: 0;
}

.sunglare_footer__legal {
  display: flex;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .sunglare_header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--sunglare_white);
    box-shadow: var(--sunglare_shadow);
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
  }

  .sunglare_header__nav.show {
    display: flex;
  }

  .sunglare_header__mobile-menu {
    display: block;
  }

  .sunglare_header__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }

  .sunglare_hero__title {
    font-size: 3.6rem;
  }

  .sunglare_hero__text {
    font-size: 1.6rem;
  }

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

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

  .sunglare_footer__legal {
    flex-direction: column;
    gap: 1.2rem;
  }
}

@media (max-width: 480px) {
  .sunglare_container {
    padding: 0 15px;
  }

  .sunglare_hero__title {
    font-size: 2.8rem;
  }

  .sunglare_hero__text {
    font-size: 1.4rem;
  }

  .sunglare_title {
    font-size: 2.4rem;
  }

  .sunglare_subtitle {
    font-size: 2rem;
  }
}

/* Thanks Page Styles */
.sunglare_thanks {
  background: linear-gradient(
    135deg,
    var(--sunglare_primary) 0%,
    var(--sunglare_secondary) 100%
  );
  padding: 8rem 0;
  text-align: center;
  color: var(--sunglare_white);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.sunglare_thanks__content {
  max-width: 600px;
  margin: 0 auto;
}

.sunglare_thanks__icon {
  font-size: 5rem;
  margin-bottom: 2rem;
  display: block;
}

.sunglare_thanks__title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sunglare_thanks__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  line-height: 1.6;
}

.sunglare_thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.sunglare_thanks__actions .sunglare_button {
  min-width: 180px;
}

@media (max-width: 768px) {
  .sunglare_thanks {
    padding: 6rem 0;
  }

  .sunglare_thanks__title {
    font-size: 3rem;
  }

  .sunglare_thanks__text {
    font-size: 1.4rem;
  }

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

  .sunglare_thanks__actions .sunglare_button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .sunglare_thanks {
    padding: 4rem 0;
  }

  .sunglare_thanks__icon {
    font-size: 4rem;
  }

  .sunglare_thanks__title {
    font-size: 2.5rem;
  }

  .sunglare_thanks__text {
    font-size: 1.3rem;
  }
}

/* Contact Hero Section */
.sunglare_contact-hero {
  background: linear-gradient(
    135deg,
    var(--sunglare_primary) 0%,
    var(--sunglare_secondary) 100%
  );
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.sunglare_contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M30 30c0 16.569-13.431 30-30 30s-30-13.431-30-30 13.431-30 30-30 30 13.431 30 30z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sunglare_contact-hero__content {
  text-align: center;
  color: var(--sunglare_white);
  position: relative;
  z-index: 1;
}

.sunglare_contact-hero__title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  color: var(--sunglare_white);
}

.sunglare_contact-hero__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  color: var(--sunglare_white);
}

.sunglare_contact-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.sunglare_contact-hero__stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 150px;
}

.sunglare_contact-hero__number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: orange;
}

.sunglare_contact-hero__label {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Contact Form Section */
.sunglare_contact-form {
  background: linear-gradient(
    45deg,
    var(--sunglare_light) 0%,
    #f8f4e8 50%,
    var(--sunglare_light) 100%
  );
  padding: 6rem 0;
  position: relative;
}

.sunglare_contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M25 25c0 13.807-11.193 25-25 25s-25-11.193-25-25 11.193-25 25-25 25 11.193 25 25z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sunglare_contact-form__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.sunglare_contact-form__info {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.sunglare_contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-form__text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: var(--sunglare_text);
}

.sunglare_contact-form__features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sunglare_contact-form__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.sunglare_contact-form__icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.sunglare_contact-form__feature h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-form__feature p {
  font-size: 1.2rem;
  color: var(--sunglare_text);
  margin: 0;
}

.sunglare_contact-form__form {
  flex: 1;
  min-width: 400px;
  max-width: 500px;
  background: var(--sunglare_white);
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.sunglare_contact-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.sunglare_contact-form__field {
  flex: 1;
  min-width: 200px;
  margin-bottom: 1.5rem;
}

.sunglare_contact-form__field label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-form__field input,
.sunglare_contact-form__field select,
.sunglare_contact-form__field textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--sunglare_light);
  border-radius: 0.8rem;
  font-size: 1.3rem;
  transition: border-color 0.3s ease;
  background: var(--sunglare_white);
}

.sunglare_contact-form__field input:focus,
.sunglare_contact-form__field select:focus,
.sunglare_contact-form__field textarea:focus {
  outline: none;
  border-color: var(--sunglare_accent);
}

.sunglare_contact-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.sunglare_contact-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.sunglare_contact-form__checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 0.3rem;
}

.sunglare_contact-form__checkbox label {
  font-size: 1.2rem;
  color: var(--sunglare_text);
  line-height: 1.4;
}

.sunglare_contact-form__checkbox a {
  color: var(--sunglare_accent);
  text-decoration: none;
}

.sunglare_contact-form__checkbox a:hover {
  text-decoration: underline;
}

.sunglare_contact-form__submit {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.4rem;
  background: var(--sunglare_accent);
  color: var(--sunglare_white);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sunglare_contact-form__submit:hover {
  background: var(--sunglare_primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Contact Info Section */
.sunglare_contact-info {
  background: radial-gradient(
    ellipse at center,
    var(--sunglare_secondary) 0%,
    var(--sunglare_primary) 100%
  );
  padding: 6rem 0;
  position: relative;
  color: var(--sunglare_white);
}

.sunglare_contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 20c0 11.046-8.954 20-20 20s-20-8.954-20-20 8.954-20 20-20 20 8.954 20 20z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sunglare_contact-info__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sunglare_contact-info__title {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sunglare_contact-info__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sunglare_contact-info__card {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: all 0.3s ease;
}

.sunglare_contact-info__card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.sunglare_contact-info__icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.sunglare_contact-info__card h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: orange;
}

.sunglare_contact-info__card p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.sunglare_contact-info__link {
  display: block;
  font-size: 1.3rem;
  color: orange;
  text-decoration: none;
  margin-bottom: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sunglare_contact-info__link:hover {
  text-decoration: underline;
  color: var(--sunglare_white);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.sunglare_contact-info__chat-btn {
  background: var(--sunglare_accent);
  color: var(--sunglare_white);
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  font-weight: 600;
}

.sunglare_contact-info__chat-btn:hover {
  background: var(--sunglare_primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.sunglare_contact-info__address {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.sunglare_contact-info__hours {
  display: block;
  font-size: 1.1rem;
  opacity: 0.8;
  font-style: italic;
}

/* Contact Map Section */
.sunglare_contact-map {
  background: linear-gradient(
    45deg,
    var(--sunglare_light) 0%,
    #f8f4e8 50%,
    var(--sunglare_light) 100%
  );
  padding: 6rem 0;
  position: relative;
}

.sunglare_contact-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M25 25c0 13.807-11.193 25-25 25s-25-11.193-25-25 11.193-25 25-25 25 11.193 25 25z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.sunglare_contact-map__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sunglare_contact-map__title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-map__text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  color: var(--sunglare_text);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sunglare_contact-map__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  align-items: stretch;
}

.sunglare_contact-map__map {
  flex: 1;
  min-width: 400px;
  max-width: 500px;
  background: var(--sunglare_white);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.sunglare_contact-map__placeholder {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--sunglare_light) 0%, #f0f0f0 100%);
  color: var(--sunglare_text);
}

.sunglare_contact-map__map-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}

.sunglare_contact-map__placeholder p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.sunglare_contact-map__placeholder small {
  font-size: 1.1rem;
  opacity: 0.7;
}

.sunglare_contact-map__directions {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: left;
}

.sunglare_contact-map__directions h4 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-map__transport {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sunglare_contact-map__transport-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--sunglare_white);
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.sunglare_contact-map__transport-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.sunglare_contact-map__transport-item h5 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--sunglare_primary);
}

.sunglare_contact-map__transport-item p {
  font-size: 1.2rem;
  color: var(--sunglare_text);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sunglare_contact-hero__title {
    font-size: 2.8rem;
  }

  .sunglare_contact-hero__stats {
    flex-direction: column;
    align-items: center;
  }

  .sunglare_contact-form__content {
    flex-direction: column;
    align-items: center;
  }

  .sunglare_contact-form__form {
    min-width: 100%;
  }

  .sunglare_contact-form__row {
    flex-direction: column;
  }

  .sunglare_contact-form__field {
    min-width: 100%;
  }

  .sunglare_contact-info__grid {
    flex-direction: column;
    align-items: center;
  }

  .sunglare_contact-info__card {
    min-width: 100%;
    max-width: 400px;
  }

  .sunglare_contact-map__container {
    flex-direction: column;
    align-items: center;
  }

  .sunglare_contact-map__map,
  .sunglare_contact-map__directions {
    min-width: 100%;
    max-width: 100%;
  }
}

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

  .sunglare_contact-hero__text {
    font-size: 1.4rem;
  }

  .sunglare_contact-form__form {
    padding: 2rem;
  }

  .sunglare_contact-info__card {
    padding: 2rem 1.5rem;
  }
}
