@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: #fefefe;
  background: #0a0a0a;
  min-height: 100vh;
  position: relative;
}

html,
body {}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.1rem 4.1em 1.6rem;
  box-sizing: border-box;
}

.blog-header h2.text-size-small{
  margin-top: 100px;
}

.logo {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0.8;
  flex: 1 1 auto;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

.main-nav a {
  color: #fefefe;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.main-nav a:hover {
  opacity: 1;
}

.services {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  white-space: pre-line;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.services h3 {
  font-size: 16px;
  margin: 0;
  line-height: 0;
  opacity: 1;
  font-weight: 500;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('../img/hero-bg.webp') center center/cover no-repeat;
  z-index: 1;
  filter: brightness(0.7);
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-left: 7vw;
  max-width: 801px;
}

.hero-content h1 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 33px 0;
}

.hero-content .highlight {
  color: #b4b4b4;
  font-weight: 300;
}

.cta-btn {
  display: inline-block;
  margin-bottom: 49px;
  padding: 15px 33px;
  background: #fefefe;
  color: #232323;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
}

.cta-btn:hover {
  background: #ebebeb;
  color: #121212;
}

.hero-desc {
  font-size: 18px;
  color: #e1e1e1;
  max-width: 601px;
  margin-top: 33px;
  line-height: 1.6;
}

.section-container {
  max-width: 1761px;
  margin: 0 auto;
  width: 100%;
  padding-left: 4.1em;
  padding-right: 4.1em;
  box-sizing: border-box;
}

.about-section {
  background: #0a0a0a;
  color: #fefefe;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.about-header {
  width: 100%;
  max-width: 521px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 33px auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

.about-title {
  text-transform: uppercase;
}

.about-date {
  font-weight: 400;
}

.about-content {
  max-width: 521px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.about-main {
  font-size: 29px;
  line-height: 1.7;
  color: #fefefe;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.about-secondary {
  font-size: 26px;
  line-height: 1.7;
  color: #898989;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.about-highlight {
  color: #fefefe;
  font-weight: 400;
}

.projects-section {
  background: #0a0a0a;
  padding: 65px 0 49px 0;
  width: 100%;
}

.projects-header,
.projects-grid {
  width: 100%;
  max-width: 1761px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.projects-header {
  max-width: 1761px;
  margin: 0 auto 37px auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.projects-title {
  color: #fefefe;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

.projects-line {
  flex: 1 1 auto;
  height: 1px;
  background: #232323;
  opacity: 0.7;
}

.projects-grid {
  max-width: 1761px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 49px 33px;
}

.project-card {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 865px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  cursor: pointer;
}

.project-img-wrap {
  position: relative;
  width: 100%;
  max-width: 865px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 636.5px;
}

.project-img {
  width: 100%;
  max-width: 100%;
  height: 636.5px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
  background: #232323;
  transition: transform 0.3s ease, filter 0.25s ease;
  display: block;
}

.project-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  background: rgba(31, 31, 31, 0.85);
  color: #fefefe;
  font-size: 20px;
  font-weight: 400;
  padding: 17px 39px;
  border-radius: 12px;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.2px;
  text-align: center;
  z-index: 2;
}

.project-card:hover .project-img {
  transform: scale(1.045);
  filter: brightness(0.92);
}

.project-card:hover .project-hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.project-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fefefe;
  font-size: 16px;
  gap: 13px;
  padding: 19px 19px 0 19px;
  box-sizing: border-box;
}

.project-info h3 {
  margin: 0;
}

.project-name {
  font-weight: 600;
  font-size: 16px;
  margin-right: 19px;
  margin-bottom: 0;
}

.project-desc {
  color: #cdcdcd;
  font-weight: 400;
  font-size: 15px;
  flex: 1 1 auto;
  text-align: left;
  margin-bottom: 0;
}

.projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 49px;
}

.projects-btn {
  background: #fefefe;
  color: #121212;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 37px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}

.projects-btn:hover {
  background: #ebebeb;
  color: #121212;
}

/* ======= MEDIA QUERIES (все внизу) ======= */

@media (max-width: 1100px) {
  .projects-grid {
    gap: 33px 17px;
    padding: 0 11px;
  }

  .projects-header {
    padding: 0 11px;
  }
}

@media (max-width: 990px) {
  .projects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 33px 0;
  }
}

@media (max-width: 900px) {
  .main-header {
    flex-direction: row;
    align-items: flex-start;
    padding: 19px 13px 0 13px;
  }

  .services {
    display: none;
  }

  .main-nav ul {
    gap: 17px;
  }

  .logo {
    font-size: 16px;
    padding-right: 9px;
  }

  .hero-section {
    align-items: flex-end;
  }

  .hero-content {
    margin-left: 0;
    max-width: 90vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 7vw;
  }

  .hero-content h1 {
    font-size: 7vw;
    text-align: center;
  }

  .cta-btn {
    margin-bottom: 41px;
    font-size: 16px;
    padding: 13px 25px;
    align-self: center;
  }

  .hero-desc {
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
  }

  .section-container {
    padding-left: 2.6em;
    padding-right: 2.6em;
  }
}

@media (max-width: 800px) {
  .projects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 33px 0;
  }
}

@media (max-width: 768px) {
  .project-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding: 19px 11px 0 11px;
  }

  .project-name {
    margin-right: 0;
    margin-bottom: 0;
  }

  .project-desc {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {

  .about-header,
  .about-content {
    max-width: 95vw;
  }

  .about-main,
  .about-secondary {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .main-header {
    padding: 11px 7px 0 7px;
  }

  .logo {
    font-size: 15px;
  }

  .hero-content {
    margin-left: 0;
    padding: 0 9px 33px 9px;
    max-width: 100vw;
    width: 100%;
    padding-bottom: 6vw;
  }

  .hero-section {
    align-items: flex-end;
  }

  .hero-content h1 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 25px;
  }

  .cta-btn {
    font-size: 15px;
    padding: 11px 19px;
    margin-bottom: 29px;
  }

  .hero-desc {
    display: none;
  }

  .section-container {
    padding-left: 2.1em;
    padding-right: 2.1em;
  }

  .about-section {
    min-height: 80vh;
    padding: 33px 0;
  }

  .about-header {
    font-size: 13px;
    margin-bottom: 19px;
  }

  .about-main,
  .about-secondary {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .about-content {
    gap: 19px;
  }

  .projects-section {
    padding: 33px 0 25px 0;
  }

  .projects-header {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .projects-btn {
    font-size: 14px;
    padding: 11px 19px;
  }
}

.journal-section {
  background: #0a0a0a;
  padding: 65px 0 49px 0;
  width: 100%;
}

.journal-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 37px 0;
}

.journal-title {
  color: #fefefe;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

.journal-line {
  flex: 1 1 auto;
  height: 1px;
  background: #232323;
  opacity: 0.7;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vw;
  justify-items: center;
  padding: 33px 0;
}

.journal-card {
  background: #191919;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  max-width: 533px;
  width: 100%;
  transition: box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  padding: 1.1rem 1.1rem 2.2875rem;
  text-decoration: none;
}

.journal-card:hover {
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.18);
  background: #222121;
}

.journal-img {
  width: 100%;
  height: 534px;
  max-width: 533px;
  object-fit: cover;
  display: block;
}

.journal-caption {
  color: #fefefe;
  font-size: 19px;
  font-weight: 400;
  padding: 23px 21px 19px 21px;
  line-height: 1.4;
}

.btn {
  transition: all 0.2s;
  border: 1px solid transparent;
}

.btn:hover {
  background: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

@media (max-width: 1200px) {
  .journal-grid {
    gap: 25px;
  }

  .journal-card {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-img {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 19px 0;
  }

  .journal-header {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .journal-caption {
    font-size: 16px;
    padding: 17px 13px 15px 13px;
  }

  .journal-img {
    height: 534px;
    max-width: 100%;
  }

  .journal-card {
    max-width: 100%;
  }
}

.support-section {
  position: relative;
  background: #0b0b0b;
  min-height: 481px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 121px 0 101px 0;
}

.support-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1101px;
  margin: 0 auto;
}

.support-title {
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 33px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.support-desc {
  color: #e1e1e1;
  font-size: 19px;
  text-align: center;
  margin-bottom: 49px;
  max-width: 601px;
  line-height: 1.6;
}

.support-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  background: linear-gradient(135deg, #ff6c6c, #ee5b25);
  color: #fefefe;
  border-radius: 2em;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 37px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.support-btn:hover {
  background: linear-gradient(135deg, #ff5353, #d63132);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.support-btn-icon {
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.contact-section {
  position: relative;
  background: #121212;
  min-height: 481px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 121px 0 101px 0;
  background: url('../img/contact-bg.webp') center/cover no-repeat;
}

.contact-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1101px;
  margin: 0 auto;
}

.contact-title {
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 49px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fefefe;
  color: #232323;
  border-radius: 2em;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 33px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}

.contact-btn:hover {
  background: #ebebeb;
  color: #121212;
}

.contact-btn-icon {
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .contact-title {
    font-size: 5vw;
  }

  .contact-section {
    padding: 81px 0 61px 0;
  }

  .contact-bg {
    width: 100vw;
    opacity: 0.7;
  }
}

@media (max-width: 900px) {
  .support-title {
    font-size: 5vw;
  }

  .support-section {
    padding: 81px 0 61px 0;
  }

  .contact-title {
    font-size: 5vw;
  }

  .contact-section {
    padding: 81px 0 61px 0;
  }

  .contact-bg {
    width: 100vw;
    opacity: 0.7;
  }
}

@media (max-width: 600px) {
  .support-title {
    font-size: 7vw;
    margin-bottom: 25px;
  }

  .support-desc {
    font-size: 17px;
    margin-bottom: 33px;
  }

  .support-section {
    padding: 49px 0 37px 0;
  }

  .support-btn {
    font-size: 16px;
    padding: 13px 25px;
  }

  .contact-title {
    font-size: 7vw;
    margin-bottom: 33px;
  }

  .contact-section {
    padding: 49px 0 37px 0;
  }

  .contact-btn {
    font-size: 16px;
    padding: 11px 19px;
  }
}

.footer-section {
  background: #0a0a0a;
  color: #fefefe;
  width: 100%;
  padding: 0 2.1em;
  margin: 0;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 65px 0 49px 0;
  gap: 41px;
}

.footer-email {
  flex: 1 1 40%;
  display: flex;
  align-items: flex-start;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.footer-email a {
  color: #fefefe;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.2s;
}

.footer-email a:hover {
  color: #b4b4b4;
}

.footer-email-arrow {
  font-size: 1.2em;
  margin-left: 0.2em;
}

.footer-info {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

.footer-desc {
  color: #b4b4b4;
  font-size: 1.1rem;
  max-width: 401px;
  text-align: left;
}

.footer-socials {
  display: flex;
  gap: 19px;
  align-items: center;
}

.footer-social {
  color: #fefefe;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}

.footer-social:hover {
  opacity: 1;
  color: #ebebeb;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 0 19px 0;
  font-size: 16px;
  color: #b4b4b4;
  border-top: 1px solid #191919;
  margin-top: 25px;
  gap: 25px;
}

.footer-dev a {
  color: #b4b4b4;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-dev a:hover {
  color: #fefefe;
}

.footer-links {
  display: flex;
  gap: 19px;
  align-items: center;
}

.footer-links a {
  color: #b4b4b4;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fefefe;
}

.footer-links span {
  color: #454545;
  font-size: 1.1em;
}

@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    padding: 41px 0 33px 0;
  }

  .footer-info {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 25px 0 13px 0;
  }
}

@media (max-width: 600px) {
  .footer-email {
    font-size: 1.3rem;
  }

  .footer-desc {
    font-size: 1.05rem;
    max-width: 100%;
  }

  .footer-main {
    gap: 19px;
    padding: 29px 0 19px 0;
  }

  .footer-bottom {
    font-size: 14px;
    gap: 9px;
    padding: 15px 0 7px 0;
  }
}

.page-scroller {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}

.page-bar {
  background-color: #e55b53;
  height: 2px;
  position: relative;
  width: 0;
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(21, 21, 21, 0.72);
  z-index: 1002;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.side-menu.open {
  opacity: 1;
  z-index: 1002;
}

.side-menu-content {
  position: absolute;
  top: 0;
  right: -60vw;
  width: 44vw;
  max-width: 921px;
  height: 100vh;
  background: #121212;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
  padding: 49px 57px 41px 57px;
  transition: all 0.35s;
}

.side-menu.open .side-menu-content,
.side-menu-content.active {
  right: 0;
}

.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 49px;
}

.side-menu-project {
  font-size: 14px;
  letter-spacing: 0.1em;
  opacity: 0.8;
  color: #fefefe;
  text-decoration: none;
}

.side-menu-project:hover {
  opacity: 1;
}

.side-menu-close {
  background: none;
  border: none;
  color: #fefefe;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.1em;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.side-menu-close:hover {
  opacity: 1;
}

.side-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 33px;
  margin-bottom: 49px;
}

.side-menu-link {
  color: #fefefe;
  font-size: 3vw;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}

.side-menu-link:hover {
  color: #e55b53;
}

.side-menu-allpages {
  font-size: 14px;
  margin-top: 33px;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

.side-menu-bottom {
  display: flex;
  justify-content: space-between;
  gap: 49px;
  margin-top: 49px;
}

.side-menu-connect,
.side-menu-social {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.side-menu-connect-title,
.side-menu-social-title {
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.side-menu-connect-address {
  font-size: 16px;
  opacity: 0.9;
}

.side-menu-social-link {
  color: #fefefe;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.85;
  transition: color 0.2s;
}

.side-menu-social-link:hover {
  color: #e55b53;
}

@media (max-width: 900px) {
  .side-menu-content {
    width: 70vw;
    max-width: 100vw;
    padding: 37px 19px 25px 19px;
  }

  .side-menu-link {
    font-size: 7vw;
  }
}

@media (max-width: 600px) {
  .side-menu-content {
    width: 100vw;
    padding: 25px 9px 17px 9px;
  }

  .side-menu-link {
    font-size: 9vw;
  }

  .side-menu-bottom {
    flex-direction: column;
    gap: 19px;
    margin-top: 25px;
  }
}

.legal-header-bg {
  background: #131313;
  width: 100%;
  padding-bottom: 0;
}

.legal-title-wrap {
  padding: 20vh 3.1rem 3.1rem;
}

.legal-main {
  background: #0a0a0a;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 61px;
}

.legal-title {
  font-size: 5vw;
  font-weight: 700;
  color: #fefefe;
  margin-bottom: 49px;
  margin-top: 0;
  letter-spacing: -0.02em;
}

.legal-section {
  color: #fefefe;
  border-radius: 0;
  padding: 0 0 33px 0;
  margin: 0 auto;
}

.legal-h2 {
  font-size: 2.2em;
  font-weight: 600;
  margin-top: 49px;
  margin-bottom: 19px;
  color: #fefefe;
  letter-spacing: -0.01em;
}

.legal-section p,
.legal-section ul,
.legal-section li {
  font-size: 1.1em;
  color: #e1e1e1;
  line-height: 1.7;
  margin-bottom: 19px;
}

.legal-section ul {
  margin-left: 1.5em;
  margin-bottom: 25px;
}

.legal-section li {
  list-style: disc;
}

@media (max-width: 900px) {
  .legal-main {
    padding-top: 81px;
    padding-bottom: 33px;
  }

  .legal-title {
    font-size: 8vw;
    margin-bottom: 33px;
  }

  .legal-section {
    max-width: 98vw;
    padding: 0 0 19px 0;
  }

  .legal-h2 {
    font-size: 1.4em;
    margin-top: 33px;
    margin-bottom: 13px;
  }
}

@media (max-width: 600px) {
  .legal-main {
    padding-top: 57px;
    padding-bottom: 17px;
  }

  .legal-title {
    font-size: 11vw;
    margin-bottom: 19px;
  }

  .legal-section {
    padding: 0 0 9px 0;
  }

  .legal-h2 {
    font-size: 1.1em;
    margin-top: 19px;
    margin-bottom: 9px;
  }

  .legal-section p,
  .legal-section ul,
  .legal-section li {
    font-size: 1em;
    margin-bottom: 11px;
  }
}

/* ===== ABOUT HERO SECTION ===== */
.about-hero-section {
  margin-top: 15vh;
  padding-top: 7.1em;
  padding-bottom: 7.1em;
  margin-left: 4.1em;
  margin-right: 4.1em;
  display: flex;
  position: relative;
  overflow: clip;
  background: #0a0a0a;
  justify-content: center;
  align-items: center;
}

.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/about.webp') center center/cover no-repeat;
  opacity: 0.85;
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1101px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 33px;
}

.about-hero-title {
  color: #fefefe;
  font-size: 4vw;
  font-weight: 400;
  margin: 0 0 25px 0;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.about-hero-desc {
  color: #fefefe;
  font-size: 1.3em;
  font-weight: 300;
  max-width: 701px;
  margin: 0 auto 33px auto;
  line-height: 1.5;
  opacity: 0.95;
}

.about-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #fefefe;
  color: #232323;
  border-radius: 2em;
  font-size: 1.1em;
  font-weight: 400;
  padding: 15px 33px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}

.about-hero-btn:hover {
  background: #ebebeb;
  color: #121212;
}

@media (max-width: 900px) {
  .about-hero-section {
    margin-left: 2.6em;
    margin-right: 2.6em;
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}

@media (max-width: 900px) {
  .about-hero-title {
    font-size: 7vw;
  }

  .about-hero-content {
    max-width: 95vw;
    gap: 25px;
  }

  .about-hero-desc {
    font-size: 1em;
    max-width: 95vw;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    margin-left: 2.1em;
    margin-right: 2.1em;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
}

@media (max-width: 600px) {


  .about-hero-title {
    font-size: 9vw;
    margin-bottom: 15px;
  }

  .about-hero-content {
    padding: 0 13px;
    gap: 15px;
  }

  .about-hero-desc {
    font-size: 0.98em;
    margin-bottom: 19px;
  }

  .about-hero-btn {
    font-size: 1em;
    padding: 11px 19px;
  }
}

/* ===== CONTACT HERO SECTION ===== */
.contact-hero-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #0a0a0a;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/contact.webp') center/cover no-repeat;
  opacity: 0.45;
  z-index: 1;
}

@media (max-width: 786px) {
  .contact-hero-bg {
    background: url('../img/contact2.webp') bottom/cover no-repeat;
  }
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  margin-left: 10vw;
  max-width: 601px;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.contact-hero-title {
  font-size: 4vw;
  font-weight: 400;
  margin: 0 0 33px 0;
  letter-spacing: -0.01em;
}

.contact-hero-details {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.contact-hero-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-hero-label {
  font-size: 16px;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-hero-value {
  font-size: 1.5em;
  font-weight: 400;
  color: #fefefe;
  opacity: 0.95;
}

.contact-hero-value a {
  color: #fefefe;
  text-decoration: none;
  border-bottom: 1px solid #fff2;
  transition: border 0.2s;
}

.contact-hero-value a:hover {
  border-bottom: 1px solid #fefefe;
}

@media (max-width: 900px) {
  .contact-hero-content {
    margin-left: 4vw;
    max-width: 95vw;
    gap: 33px;
  }

  .contact-hero-title {
    font-size: 7vw;
  }
}

@media (max-width: 600px) {
  .contact-hero-section {
    min-height: 100vh;
    padding: 33px 0;
  }

  .contact-hero-content {
    margin-left: 0;
    padding: 0 13px;
    gap: 19px;
  }

  .contact-hero-title {
    font-size: 9vw;
    margin-bottom: 19px;
  }

  .contact-hero-details {
    gap: 19px;
  }

  .contact-hero-value {
    font-size: 1.1em;
  }
}

/* ===== ABOUT WHO SECTION (точно как на скрине) ===== */
.about-who-section {
  padding: 4.6em 0 4.6em 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.about-who-inner {
  width: 100%;
  max-width: 1501px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 3.1em;
  box-sizing: border-box;
}

.about-who-header {
  display: flex;
  align-items: center;
  margin-bottom: 4.6em;
  margin-top: 0.6em;
}

.about-who-label {
  color: #fefefe;
  font-size: 1.05em;
  font-weight: 400;
  opacity: 0.85;
  margin-right: 1.3em;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.about-who-line {
  flex: 1 1 auto;
  height: 1px;
  background: #343434;
  opacity: 0.7;
  min-width: 81px;
}

.about-who-desc {
  color: #fefefe;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.18;
  max-width: 901px;
  margin-left: 30%;

}

@media (max-width: 1100px) {
  .about-who-inner {
    padding: 0 1.3em;
  }

  .about-who-desc {
    font-size: 1.3em;
    max-width: 98vw;
  }

  .about-who-header {
    margin-bottom: 2.6em;
  }
}

@media (max-width: 700px) {
  .about-who-section {
    padding: 2.3em 0 2.3em 0;
  }

  .about-who-inner {
    padding: 0 0.4em;
  }

  .about-who-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6em;
  }

  .about-who-label {
    margin-bottom: 0.6em;
    margin-right: 0;
    font-size: 1em;
  }

  .about-who-line {
    width: 61px;
    min-width: 41px;
    align-self: stretch;
  }

  .about-who-desc {
    font-size: 1em;
    padding: 0 0.3em;
  }
}

/* ===== ABOUT APPROACH SECTION (одна колонка, иконка сбоку, sticky fix) ===== */
.about-approach-section {
  margin-top: 51px;
  padding: 7.1em 0 7.1em 0;
  display: flex;
  justify-content: center;
  margin-bottom: 151px;
}

.about-approach-inner {
  width: 100%;
  max-width: 1601px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.6em 4.1em;
  align-items: start;
  padding: 0 4.1em;
  box-sizing: border-box;
  min-height: 701px;
}

.about-approach-left {
  position: sticky;
  top: 25%;
  align-self: start;
  z-index: 2;
  max-width: 421px;
  min-width: 261px;
  margin-bottom: 2.1em;
}

.about-approach-title {
  color: #fefefe;
  font-size: 3em;
  font-weight: 400;
  margin: 0 0 0.8em 0;
  letter-spacing: -0.01em;
}

.about-approach-text {
  color: #fefefe;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.9;
}

.about-approach-right {
  display: flex;
  flex-direction: column;
  gap: 3.6em;
}

.about-approach-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.3em;
  background: none;
  color: #fefefe;
}

.about-approach-card+.about-approach-card {
  margin-top: 8vw;
}

.about-approach-icon-img {
  width: 49px;
  height: 49px;
  min-width: 49px;
  min-height: 49px;
  object-fit: contain;
  margin-top: 0.3em;
  opacity: 0.95;
}

.about-approach-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.about-approach-num {
  font-size: 0.95em;
  color: #b4b4b4;
  margin-bottom: 0.2em;
  font-weight: 400;
}

.about-approach-card-title {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.3em;
}

.about-approach-card-desc {
  font-size: 1.5em;
  font-weight: 300;
  color: #e1e1e1;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .about-approach-inner {
    grid-template-columns: 1fr;
    gap: 2.1em 0;
    padding: 0 1.3em;
  }

  .about-approach-left {
    position: static;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 2.6em;
    text-align: center;
  }

  .about-approach-right {
    gap: 2.6em;
  }
}

@media (max-width: 700px) {
  .about-approach-section {
    padding: 2.6em 0 2.6em 0;
  }

  .about-approach-inner {
    padding: 0 0.6em;
  }

  .about-approach-title {
    font-size: 2em;
  }

  .about-approach-card-title {
    font-size: 1.1em;
  }

  .about-approach-icon-img {
    width: 33px;
    height: 33px;
    min-width: 33px;
    min-height: 33px;
  }
}

.blog-header {
  grid-column-gap: 1.975rem;
  grid-row-gap: 1.975rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-top-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 39.1rem;
  padding-right: 9.6rem;
  display: flex;
}

.paragraph-top-content h2 {
  margin: 17px 0;
  font-size: 16px;
}

.caps {
  text-transform: uppercase;
}

.blog-heading {
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-top-content.smaller {
  grid-column-gap: 6.1em;
  grid-row-gap: 6.1em;
  justify-content: center;
  padding-right: 0;
}

.blog-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-main-header {
  max-width: 53ch;
  padding-bottom: .4em;
  font-size: 1.3rem;
  grid-column-gap: .975vw;
  grid-row-gap: .975vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.big-img img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.big-img {
  padding-left: 4.1em;
  padding-right: 4.1em;
  margin: 101px 0;
}

.img-container {
  border-radius: 1.6rem;
  height: 35vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .img-container {
    height: 60vw;
  }

  .big-img {
    padding-left: 2.1em;
    padding-right: 2.1em;
    margin: 51px 0;
  }
}

@media (max-width: 768px) {
  .img-container {
    height: 20rem;
  }

  .blog-heading {
    font-size: 3em;
  }

  .article-banner h2 {
    font-size: 1.5em !important;
  }
}

.legal-main a{
  color: #e55b53;
}

@media (max-width: 600px) {
  .blog-heading {
    font-size: 2em;
  }
}

.article-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 2.6em 0 1.6em 0;
}

.article-row-text {
  max-width: 60%;
  font-size: 1.26em;
  color: #fefefe;
  background: #1a1a1a;
  border-radius: 1.3em;
  padding: 2.1em 2.6em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
}

.article-row--reverse {
  justify-content: flex-end;
}

.article-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.1em;
  margin: 2.6em 0 1.6em 0;
}

.article-col {
  background: #191919;
  border-radius: 1.3em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  padding: 2.1em 1.6em 1.6em 1.6em;
  color: #e1e1e1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 121px;
}

.article-col-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #e55b53;
  margin-bottom: 0.8em;
}

.article-col-value {
  font-size: 1.3em;
  font-weight: 600;
  color: #fefefe;
}

.article-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #191919;
  border-radius: 1.3em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  padding: 2.6em 2.1em 2.1em 2.1em;
  margin: 2.6em 0 1.6em 0;
  color: #fefefe;
  text-align: center;
}

.article-center-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #e55b53;
  margin-bottom: 1.1em;
}

.article-center-desc {
  font-size: 1.1em;
  margin-bottom: 1.1em;
}

.article-center-note {
  font-size: 1em;
  color: #e1e1e1;
  opacity: 0.85;
}

.article-stairs {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 2.6em 0 1.6em 0;
}

.article-stair {
  background: #191919;
  color: #fefefe;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 1.3em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  padding: 1.4em 2.1em;
  margin-left: 0;
  margin-bottom: 0.8em;
  width: 60%;
}

.article-stair--2 {
  margin-left: 10%;
  background: #191919;
}

.article-stair--3 {
  margin-left: 20%;
  background: #191919;
}

@media (max-width: 1100px) {
  .article-row-text {
    max-width: 90%;
    font-size: 1.09em;
    padding: 1.3em 1.1em;
  }

  .article-cols {
    grid-template-columns: 1fr;
    gap: 1.3em;
  }

  .article-col {
    padding: 1.3em 1.1em 1.1em 1.1em;
    min-height: 81px;
  }

  .article-stair {
    width: 90%;
    margin-left: 0 !important;
  }
}

@media (max-width: 700px) {
  .article-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-row--reverse {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .article-row-text {
    max-width: 100%;
    font-size: 1em;
    padding: 1.1em 0.8em;
  }

  .article-cols {
    grid-template-columns: 1fr;
    gap: 1.1em;
  }

  .article-col {
    padding: 1.1em 0.8em 0.8em 0.8em;
    min-height: 61px;
  }

  .article-center {
    padding: 1.3em 0.8em 1.1em 0.8em;
  }

  .article-stair {
    width: 100%;
    margin-left: 0 !important;
    font-size: 1em;
    padding: 1.1em 0.8em;
  }
}

.main-article p,
.main-article ul,
.main-article li {
  font-size: 1.1em;
  color: #e1e1e1;
  line-height: 1.7;
  margin-bottom: 19px;
}

.main-article ul {
  margin-left: 1.5em;
  margin-bottom: 25px;
}

.main-article li {
  list-style: disc;
}

.main-article a {
  color: #e55b53;
}

.main-article h2 {
  font-size: 2.2em;
  font-weight: 600;
}


.article-banner a {
  color: #e55b53;
}

.article-banner h2 {
  font-size: 2.2em;
  font-weight: 600;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.6rem 4.1em;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1761px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1rem;
}

.cookie-text {
  flex: 1;
  color: #e1e1e1;
  font-size: 16px;
  line-height: 1.5;
}

.cookie-text a {
  color: #fefefe;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.cookie-text a:hover {
  opacity: 0.8;
}

.cookie-actions {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 11px 21px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Inter', Arial, sans-serif;
}

.cookie-btn.accept {
  background: #fefefe;
  color: #232323;
}

.cookie-btn.accept:hover {
  background: #ebebeb;
}

.cookie-btn.decline {
  background: transparent;
  color: #e1e1e1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn.decline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fefefe;
}

@media (max-width: 900px) {
  .cookie-banner {
    padding: 1.6rem 2.1em;
  }
  
  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  
  .cookie-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  .cookie-banner {
    padding: 1.6rem 1.6em;
  }
  
  .cookie-text {
    font-size: 15px;
  }
  
  .cookie-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
  }
  
  .cookie-btn {
    width: 100%;
    padding: 13px 21px;
  }
}

/* Donate page styles */
.donate-hero-section {
  position: relative;
  background: #0b0b0b;
  min-height: 60vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 121px 0 81px 0;
}

.donate-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff6c6c20, #ee5b2520);
  background: url('../img/contact.webp') center/cover no-repeat;
  z-index: 1;
}

.donate-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 801px;
  margin: 0 auto;
  padding: 0 2.1em;
}

.donate-hero-title {
  font-size: 4vw;
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 25px;
  line-height: 1.1;
}

.donate-hero-desc {
  font-size: 19px;
  color: #e1e1e1;
  line-height: 1.6;
  max-width: 601px;
  margin: 0 auto;
}

.donate-section {
  background: #0a0a0a;
  padding: 81px 0;
}

.donate-header {
  text-align: center;
  margin-bottom: 61px;
}

.donate-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fefefe;
  display: block;
  margin-bottom: 17px;
}

.donate-line {
  display: inline-block;
  width: 61px;
  height: 2px;
  background: #ff6c6c;
  margin: 0 auto;
}

.donate-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  gap: 41px;
  max-width: 1201px;
  margin: 0 auto;
}

.donate-reason {
  text-align: center;
  padding: 41px 21px;
  background: #121212;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.donate-reason:hover {
  transform: translateY(-5px);
}

.donate-reason-icon {
  font-size: 3rem;
  margin-bottom: 21px;
  display: block;
}

.donate-reason h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fefefe;
  margin-bottom: 17px;
}

.donate-reason p {
  color: #e1e1e1;
  line-height: 1.6;
}

.donate-form-section {
  background: #0b0b0b;
  padding: 81px 0;
}

.donate-form-container {
  max-width: 601px;
  margin: 0 auto;
  text-align: center;
}

.donate-form-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 17px;
}

.donate-form-desc {
  font-size: 19px;
  color: #e1e1e1;
  margin-bottom: 41px;
  line-height: 1.6;
}

.donate-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(121px, 1fr));
  gap: 17px;
  margin-bottom: 41px;
}

.donate-option {
  padding: 17px 25px;
  background: #121212;
  border: 2px solid #343434;
  border-radius: 8px;
  color: #fefefe;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donate-option:hover {
  border-color: #ff6c6c;
  background: #1b1b1b;
}

.donate-option.active {
  border-color: #ff6c6c;
  background: #ff6c6c;
  color: #fefefe;
}

.donate-option.custom {
  grid-column: 1 / -1;
}

.donate-custom-amount {
  margin-bottom: 41px;
}

.donate-custom-amount input {
  width: 100%;
  padding: 17px 21px;
  background: #121212;
  border: 2px solid #343434;
  border-radius: 8px;
  color: #fefefe;
  font-size: 17px;
  text-align: center;
}

.donate-custom-amount input:focus {
  outline: none;
  border-color: #ff6c6c;
}

.donate-methods {
  margin-bottom: 41px;
}

.donate-methods h3 {
  font-size: 1.5rem;
  color: #fefefe;
  margin-bottom: 21px;
}

.donate-method-options {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.donate-method-option {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 21px;
  background: #121212;
  border: 2px solid #343434;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donate-method-option:hover {
  border-color: #ff6c6c;
  background: #1b1b1b;
}

.donate-method-option input[type="radio"] {
  margin: 0;
}

.donate-method-option input[type="radio"]:checked + .donate-method-icon + .donate-method-name {
  color: #ff6c6c;
}

.donate-method-icon {
  font-size: 1.2rem;
}

.donate-method-name {
  color: #fefefe;
  font-size: 17px;
  font-weight: 500;
}

.donate-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  padding: 21px 33px;
  background: linear-gradient(135deg, #ff6c6c, #ee5b25);
  color: #fefefe;
  border: none;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 21px;
}

.donate-submit-btn:hover {
  background: linear-gradient(135deg, #ff5353, #d63132);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.donate-submit-icon {
  font-size: 1.2rem;
}

.donate-note {
  color: #b4b4b4;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .donate-hero-title {
    font-size: 6vw;
  }

  .donate-hero-desc {
    font-size: 16px;
  }

  .donate-title,
  .donate-form-title {
    font-size: 2rem;
  }

  .donate-reasons {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

@media (max-width: 600px) {
  .donate-hero-section {
    padding: 80px 0 60px 0;
  }

  .donate-hero-title {
    font-size: 8vw;
  }

  .donate-hero-desc {
    font-size: 15px;
  }

  .donate-section,
  .donate-form-section {
    padding: 60px 0;
  }

  .donate-title,
  .donate-form-title {
    font-size: 1.8rem;
  }

  .donate-form-desc {
    font-size: 16px;
  }

  .donate-options {
    grid-template-columns: 1fr;
  }

  .donate-submit-btn {
    font-size: 16px;
    padding: 16px 24px;
  }
}