/*
Theme Name: Green City
Theme URI: https://cityconstructionglobal.com
Description: Green City real estate — Győr, Hungary
Version: 1.0
Author: City Construction Global
*/

/* ============================================
   GREEN CITY — Main Styles
   ============================================ */

:root {
  --bg-dark: #131822;
  --bg-darker: #090c11;
  --gold: #a58563;
  --gold-light: #cbad85;
  --text-light: #f8f4f0;
  --text-white: #ffffff;
  --text-muted: #40495b;
  --font-heading: 'Prata', serif;
  --font-script: 'DeniStina', 'Great Vibes', cursive;
  --font-body: 'Manrope', sans-serif;
  --font-ui: 'Raleway', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
img[src*="drive.google.com"] {
  color: transparent;
}
img[src*="drive.google.com"]::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; color: inherit; }

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   HEADER
   ============================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--bg-dark);
  height: 56px;
}
.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 16px;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-white);
  transition: all 0.3s;
}
.header__burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.header__burger.active span:nth-child(2) { opacity: 0; }
.header__burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.header__menu-label {
  font-family: var(--font-ui);
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-white);
  letter-spacing: 0.5px;
}
.header__lang {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.lang-btn {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s;
}
.lang-btn.active, .lang-btn:hover {
  color: var(--gold);
  background: rgba(165,133,99,0.1);
}
.header__phone {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 300;
  color: var(--gold);
  margin-left: 20px;
  white-space: nowrap;
}
.mobile-nav {
  position: fixed;
  top: 56px; left: 0; right: 0;
  background: var(--bg-dark);
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  gap: 16px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 999;
}
.mobile-nav.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-nav a {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 300;
  color: var(--text-white);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: color 0.3s;
}
.mobile-nav a:hover { color: var(--gold); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  padding-top: 56px;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: linear-gradient(135deg, #1a2332 0%, #2a3a4a 50%, #1a2840 100%);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(19,24,34,0.5);
  z-index: 1;
}
.hero__blur--left {
  position: absolute;
  left: -60px; top: 100px;
  width: 590px; height: 593px;
  background: rgba(19,24,34,0.8);
  filter: blur(53px);
  border-radius: 260px;
  z-index: 2;
}
.hero__blur--right {
  position: absolute;
  right: 30px; bottom: 80px;
  width: 552px; height: 173px;
  background: rgba(19,24,34,0.8);
  filter: blur(53px);
  border-radius: 260px;
  z-index: 2;
}
.hero__arc {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 600px;
  height: 600px;
  z-index: 5;
  pointer-events: none;
}

/* Decorative arcs in sections */
.section-arc {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.section-arc--gc {
  top: -40px;
  left: -80px;
  width: 500px;
  height: 500px;
}
.section-arc--about {
  top: -30px;
  right: -60px;
  width: 450px;
  height: 450px;
}
.section-arc--community {
  top: -60px;
  right: -40px;
  width: 500px;
  height: 500px;
}
.section-arc--showcase {
  bottom: -30px;
  left: -50px;
  width: 400px;
  height: 400px;
}
.hero__content {
  position: relative;
  z-index: 3;
  padding: 80px 77px 0;
  max-width: 550px;
  animation: fadeInUp 1s ease 0.3s both;
}
.hero__script {
  font-family: var(--font-script);
  font-size: 60px;
  color: var(--text-white);
  font-weight: 400;
  line-height: 1;
}
.hero__title {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
}
.hero__subtitle {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--text-white);
  line-height: 1.05;
  margin-top: 30px;
}
.hero__divider {
  width: 280px;
  height: 1.5px;
  background: rgba(255,255,255,0.3);
  margin: 30px 0;
}
.hero__text {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--text-white);
  line-height: 1.45;
  max-width: 485px;
  text-transform: uppercase;
}
.hero__right {
  position: absolute;
  z-index: 3;
  right: 60px;
  bottom: 140px;
  max-width: 540px;
  animation: fadeInUp 1s ease 0.6s both;
}
.hero__right-text {
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--text-white);
  line-height: 1.5;
}

/* ============================================
   GREEN CITY SECTION
   ============================================ */
.gc-section {
  position: relative;
  background: var(--bg-dark);
  padding: 80px 0 60px;
  overflow: hidden;
}
.gc-section__top {
  display: flex;
  gap: 40px;
  padding: 0 21px;
  margin-bottom: 50px;
}
.gc-section__left {
  flex: 0 0 500px;
}
.gc-section__script {
  font-family: var(--font-script);
  font-size: 150px;
  color: var(--gold-light);
  font-weight: 400;
  line-height: 0.48;
  letter-spacing: -1.53px;
}
.gc-section__heading {
  font-family: var(--font-heading);
  font-size: 36px;
  color: var(--gold);
  line-height: 1.3;
  margin-top: 20px;
}
.gc-section__right {
  flex: 1;
  display: flex;
  align-items: center;
}
.gc-section__desc {
  font-family: var(--font-heading);
  font-size: 19px;
  color: var(--text-white);
  line-height: 1.5;
}
.gc-section__slider {
  position: relative;
  padding: 0 72px;
}
.gc-section__slides {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gc-section__slides::-webkit-scrollbar { display: none; }
.gc-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
}
.gc-slide:nth-child(1) { width: 420px; }
.gc-slide:nth-child(2) { width: 234px; }
.gc-slide:nth-child(3) { width: 383px; }
.gc-slide:nth-child(4) { width: 400px; }
.gc-slide:nth-child(5) { width: 360px; }
.gc-slide img {
  width: 100%;
  height: 302px;
  object-fit: cover;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.gc-slide__label {
  display: block;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: var(--text-white);
  margin-bottom: 8px;
}
.gc-section__arrow {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  transition: all 0.3s;
}
.gc-section__arrow:hover {
  background: rgba(255,255,255,0.1);
}

/* ============================================
   REQUEST FORM
   ============================================ */
.request-form {
  background: var(--bg-dark);
  display: flex;
  min-height: 600px;
}
.request-form__content {
  flex: 1;
  padding: 60px 60px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request-form__title {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--text-light);
  font-weight: 400;
  line-height: 67.2px;
  margin-bottom: 30px;
}
.request-form__desc {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 450px;
}
.request-form__form {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 500px;
}
.form-field {
  position: relative;
  border-bottom: 1px solid var(--gold);
  padding: 20px 0 10px;
}
.form-field input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 200;
}
.form-field label {
  position: absolute;
  top: 22px;
  left: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 200;
  color: rgba(255,255,255,0.6);
  pointer-events: none;
  transition: all 0.3s;
}
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label {
  top: 4px;
  font-size: 11px;
  color: var(--gold);
}
.form-radio {
  padding: 20px 0;
}
.form-radio__label {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}
.form-radio__options {
  display: flex;
  gap: 24px;
}
.form-radio__options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--text-white);
  font-weight: 300;
  cursor: pointer;
}
.form-radio__options input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-radio__options input[type="radio"]:checked {
  border-color: var(--text-white);
}
.form-radio__options input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 8px; height: 8px;
  background: var(--text-white);
  border-radius: 50%;
}
.form-submit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.form-submit__btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-dark);
  flex-shrink: 0;
  transition: all 0.3s;
}
.form-submit__btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 20px rgba(255,255,255,0.2);
}
.form-submit__privacy {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  font-weight: 300;
}
.form-submit__privacy a {
  text-decoration: underline;
  color: rgba(255,255,255,0.8);
}
.request-form__image {
  flex: 0 0 45%;
  max-width: 550px;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.request-form__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   KEY FEATURES
   ============================================ */
.features {
  background: var(--bg-dark);
  padding: 80px 40px;
  text-align: center;
}
.features__title {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--text-light);
  font-weight: 400;
  line-height: 67.2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 0.5px;
}
.features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}
.features__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 40px;
  border-bottom: 1px solid var(--text-muted);
  position: relative;
}
.features__item::after {
  content: '';
  position: absolute;
  right: 80px;
  top: 10px;
  width: 1.5px;
  height: 36px;
  background: rgba(248,244,240,0.4);
  transform: rotate(18deg);
}
.features__item--center {
  grid-column: 1 / -1;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
.features__label {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.36px;
  min-width: 140px;
  text-align: left;
}
.features__value {
  font-family: var(--font-heading);
  font-size: 28px;
  color: var(--text-light);
}
.features__plans {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.features__plan-img {
  flex: 1;
  max-width: 480px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.5);
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
  min-height: 340px;
}
.features__plan-img img {
  width: 100%;
  height: auto;
}
.features__nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}
.features__nav-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-dark);
  transition: transform 0.3s;
}
.features__nav-btn:hover { transform: scale(1.1); }

/* ============================================
   ABOUT US
   ============================================ */
.about {
  position: relative;
  background: var(--bg-dark);
  padding: 80px 21px;
  overflow: hidden;
}
.about__container {
  max-width: 1400px;
  margin: 0 auto;
}
.about__script {
  font-family: var(--font-script);
  font-size: 150px;
  color: var(--gold-light);
  font-weight: 400;
  text-align: center;
  line-height: 0.48;
  letter-spacing: -1.53px;
  margin-bottom: 40px;
}
.about__gallery {
  display: grid;
  grid-template-columns: 245px 1fr 216px;
  grid-template-rows: 397px 316px;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.about__img {
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__img--1 {
  grid-row: 1;
  grid-column: 1;
}
.about__img--2 {
  grid-row: 1 / 3;
  grid-column: 2;
}
.about__img--3 {
  grid-row: 1;
  grid-column: 3;
  height: 249px;
  align-self: start;
}
.about__img--4 {
  grid-row: 2;
  grid-column: 1;
}
.about__text {
  grid-row: 2;
  grid-column: 3;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.about__text p {
  font-weight: 200;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.63px;
}

/* ============================================
   PARTNERS
   ============================================ */
.partners {
  background: var(--bg-dark);
  padding: 0;
  overflow: hidden;
}
.partners__container {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 800px;
}
.partners__photo {
  flex: 0 0 42%;
  position: relative;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.partners__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 50px 50px 0;
}
.partners__content {
  flex: 1;
  padding: 60px 60px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.partners__title {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--text-light);
  font-weight: 400;
  line-height: 67.2px;
  margin-bottom: 40px;
}
.partners__text {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.63px;
}
.partners__text p { margin-bottom: 16px; }
.partners__quote {
  position: absolute;
  right: 60px;
  bottom: 40px;
  opacity: 0.15;
  color: var(--text-white);
}

/* ============================================
   COMMUNITY
   ============================================ */
.community {
  position: relative;
  background: var(--bg-dark);
  padding: 80px 0 60px;
  overflow: hidden;
}
.community__header {
  text-align: center;
  margin-bottom: 20px;
}
.community__title {
  font-family: var(--font-heading);
  font-size: 60px;
  color: var(--text-light);
  font-weight: 400;
  line-height: 67.2px;
}
.community__script {
  font-family: var(--font-script);
  font-size: 150px;
  color: var(--gold-light);
  font-weight: 400;
  letter-spacing: -1.53px;
  line-height: 0.48;
  margin-top: -10px;
}
.community__desc {
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--text-white);
  text-align: center;
  max-width: 553px;
  margin: 0 auto 50px;
  line-height: 1.5;
}
.community__cards {
  display: flex;
  gap: 15px;
  padding: 0 29px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.community__cards::-webkit-scrollbar { display: none; }
.community__card {
  flex: 0 0 auto;
  width: 414px;
  height: 513px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.4s;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.community__card:nth-child(1) { transform: rotate(0.82deg); }
.community__card:nth-child(2) { transform: rotate(-2.42deg); }
.community__card:nth-child(3) { transform: rotate(0.1deg); }
.community__card:nth-child(4) { transform: rotate(-1.16deg); }
.community__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community__card-text {
  position: absolute;
  bottom: 30px;
  left: 24px;
  right: 24px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  color: var(--text-light);
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ============================================
   CHARACTERISTICS
   ============================================ */
.characteristics {
  background: var(--bg-dark);
  display: flex;
  min-height: 504px;
}
.characteristics__left {
  flex: 1;
  padding: 60px 60px 60px 91px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.characteristics__script {
  font-family: var(--font-script);
  font-size: 150px;
  color: var(--gold-light);
  font-weight: 400;
  letter-spacing: -1.53px;
  line-height: 0.48;
  margin-bottom: 30px;
}
.characteristics__text {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.63px;
  max-width: 572px;
}
.characteristics__right {
  flex: 0 0 50%;
  position: relative;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.characteristics__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.characteristics__counter {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 28px;
  color: var(--text-white);
}

/* ============================================
   SHOWCASE
   ============================================ */
.showcase {
  position: relative;
  background: var(--bg-dark);
  overflow: hidden;
}
.showcase__image {
  position: relative;
  max-width: 1280px;
  height: 422px;
  margin: 54px auto 0;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2a38 0%, #2c3d4f 100%);
}
.showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase__nav {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.showcase__nav-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-dark);
  transition: transform 0.3s;
}
.showcase__nav-btn:hover { transform: scale(1.1); }

/* Showcase bottom bar */
.showcase__bottom {
  background: var(--bg-dark);
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr 420px;
  align-items: start;
  gap: 60px;
  padding: 36px 80px 60px;
}
.showcase__bottom-left {
  display: flex;
  flex-direction: column;
}
.showcase__script {
  font-family: var(--font-script);
  font-size: 150px;
  color: var(--gold-light);
  font-weight: 400;
  letter-spacing: -1.53px;
  line-height: 0.48;
}
.showcase__progress {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
.showcase__progress-active {
  width: 56px;
  height: 2px;
  background: var(--text-light);
}
.showcase__progress-bar {
  width: 56px;
  height: 2px;
  background: rgba(248,244,240,0.2);
}
.showcase__caption {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: var(--gold);
  padding-top: 8px;
}
.showcase__bottom-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: rgba(248,244,240,0.75);
  padding-top: 8px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--bg-darker);
  padding: 60px 40px 0;
  text-align: center;
}
.footer__contacts {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.footer__contacts a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.footer__contacts a:hover { background: rgba(165,133,99,0.15); }
.footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.footer__social a {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.footer__social a:hover { opacity: 1; }
.footer__border {
  border-top: 1px solid #1e2633;
  height: 44px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero__content { padding: 60px 40px 0; }
  .hero__right { right: 40px; max-width: 400px; }
  .hero__title { font-size: 48px; }
  .hero__script { font-size: 48px; }
  .gc-section__top { flex-direction: column; gap: 20px; }
  .gc-section__left { flex: none; }
  .gc-section__script { font-size: 100px; }
  .gc-section__heading { font-size: 28px; }
  .features__title { font-size: 40px; }
  .features__grid { max-width: 100%; padding: 0 20px; }
  .features__plans { flex-direction: column; align-items: center; }
  .about__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px;
  }
  .about__img--2 { grid-row: 1 / 3; height: auto; }
  .about__img--3 { grid-column: 2; grid-row: 1; }
  .about__text { grid-column: 1 / -1; grid-row: 3; padding: 20px 0; }
  .about__script { font-size: 100px; }
  .partners__container { flex-direction: column; }
  .partners__photo { flex: none; height: 400px; }
  .partners__photo img { border-radius: 0; }
  .partners__content { padding: 40px; }
  .partners__title { font-size: 36px; }
  .characteristics { flex-direction: column; }
  .characteristics__left { padding: 40px; }
  .characteristics__right { flex: none; height: 400px; }
  .showcase__image { height: 400px; }
  .showcase__bottom { grid-template-columns: 220px 1fr; grid-template-rows: auto auto; padding: 30px 40px; gap: 30px; }
  .showcase__bottom-text { grid-column: 1 / -1; }
  .showcase__progress-active, .showcase__progress-bar { width: 44px; }
}

@media (max-width: 768px) {
  .header__inner { padding: 0 20px; }
  .header__phone { display: none; }
  .lang-btn { font-size: 10px; padding: 3px 5px; }

  .hero { min-height: 100vh; }
  .hero__content { padding: 40px 20px 0; max-width: 100%; }
  .hero__script { font-size: 36px; }
  .hero__title { font-size: 36px; }
  .hero__subtitle { font-size: 18px; }
  .hero__text { font-size: 15px; }
  .hero__blur--left { width: 300px; height: 400px; }
  .hero__blur--right { display: none; }
  .hero__right {
    position: relative;
    right: auto; bottom: auto;
    padding: 30px 20px;
    max-width: 100%;
  }
  .hero__right-text { font-size: 15px; }

  .gc-section { padding: 50px 0 40px; }
  .gc-section__top { padding: 0 20px; }
  .gc-section__script { font-size: 70px; }
  .gc-section__heading { font-size: 24px; }
  .gc-section__desc { font-size: 16px; }
  .gc-section__slider { padding: 0 20px; }
  .gc-slide { width: 280px !important; }
  .gc-slide img { height: 200px; }
  .gc-section__arrow { width: 60px; height: 60px; right: 20px; }

  .request-form { flex-direction: column; }
  .request-form__content { padding: 40px 20px; }
  .request-form__title { font-size: 32px; }
  .request-form__image { flex: none; height: 300px; max-width: 100%; }

  .features { padding: 50px 20px; }
  .features__title { font-size: 28px; margin-bottom: 30px; }
  .features__grid { grid-template-columns: 1fr; }
  .features__item { padding: 14px 20px; }
  .features__item--center { max-width: 100%; }
  .features__value { font-size: 22px; }

  .about { padding: 50px 20px; }
  .about__script { font-size: 70px; }
  .about__gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .about__img--1 { height: 250px; }
  .about__img--2 { height: 350px; }
  .about__img--3 { height: 200px; }
  .about__img--4 { height: 200px; }
  .about__text p { font-size: 16px; }

  .partners__title { font-size: 28px; }
  .partners__text { font-size: 16px; }

  .community__title { font-size: 36px; }
  .community__script { font-size: 70px; }
  .community__desc { font-size: 15px; padding: 0 20px; }
  .community__cards { padding: 0 20px; }
  .community__card { width: 300px; height: 400px; }

  .characteristics__script { font-size: 70px; }
  .characteristics__text { font-size: 16px; }

  .showcase__image { height: 240px; margin: 30px auto; }
  .showcase__script { font-size: 70px; }
  .showcase__bottom { grid-template-columns: 1fr; gap: 16px; padding: 20px 20px 30px; }
  .showcase__progress-active, .showcase__progress-bar { width: 40px; }
}

@media (max-width: 480px) {
  .hero__script { font-size: 28px; }
  .hero__title { font-size: 28px; }
  .hero__subtitle { font-size: 16px; }
  .gc-section__script { font-size: 50px; }
  .gc-section__heading { font-size: 20px; }
  .gc-slide { width: 240px !important; }
  .gc-slide img { height: 170px; }
  .request-form__title { font-size: 26px; }
  .features__title { font-size: 22px; }
  .about__script { font-size: 50px; }
  .about__gallery { grid-template-columns: 1fr; }
  .about__img--2 { grid-column: 1; }
  .community__card { width: 260px; height: 360px; }
  .community__script { font-size: 50px; }
  .characteristics__script { font-size: 50px; }
  .showcase__script { font-size: 50px; }
  .showcase__image { height: 260px; }
}
