/* ========================================
   ADZ Gayrimenkul - Mobil Stiller
   style.css sonrasında yüklenir (max-width: 768px)
   ======================================== */

@media (max-width: 768px) {

  html { font-size: 16px; }

  .container { padding: 0 16px; }

  /* Header */
  .header {
    padding: 12px 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }
  .header--scrolled {
    padding: 8px 0;
    background: rgba(22, 32, 46, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .header__logo { flex-shrink: 0; }
  .header__logo img { height: 50px; }
  .header--scrolled .header__logo img { height: 44px; }
  .header__actions {
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .header__actions .lang-switcher,
  .header__actions-sep { display: none; }
  .lang-switcher__trigger {
    padding: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    gap: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
  }
  .lang-switcher__code,
  .lang-switcher__arrow { display: none; }
  .lang-switcher__flag {
    width: 28px;
    height: 20px;
    border-radius: 6px;
  }
  .lang-switcher__menu {
    right: 0;
    min-width: 176px;
  }
  .header__phone {
    width: 42px;
    height: 42px;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
  .header__phone-text { display: none; }
  .header__phone-badge {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: var(--gold);
  }
  .header__phone:hover .header__phone-badge {
    background: transparent;
    border-color: transparent;
    color: var(--gold);
  }
  .header__phone-badge svg { width: 18px; height: 18px; }
  .header__burger {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1001;
  }
  .header__burger.active {
    background: var(--bg-cream);
    border: 1px solid var(--border);
  }
  .header__burger.active span {
    background: var(--navy);
  }
  body.nav-open .header__burger {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(360px, 94vw);
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    padding: 0 28px 32px;
    transition: right var(--transition);
    z-index: 999;
    box-shadow: -8px 0 32px rgba(22, 32, 46, 0.12);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .header__nav.active { right: 0; }
  .header__nav-top {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 0 20px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
  }
  .header__nav-close {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-cream);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all var(--transition);
  }
  .header__nav-close:active {
    background: var(--gold-light);
    border-color: var(--gold);
    color: var(--gold-dark);
  }
  .header__nav-title {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .header__nav-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-height: 0;
    padding-top: 24px;
  }
  .header__menu {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .header__menu a {
    color: var(--navy);
    font-size: 1rem;
  }
  .header__menu a:hover { color: var(--gold); }

  .lang-switcher--nav {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }
  .lang-switcher--nav .lang-switcher__trigger {
    width: 100%;
    height: auto;
    padding: 14px 16px;
    border-radius: 12px;
    justify-content: space-between;
    gap: 12px;
    background: var(--bg-cream);
    border: 1px solid var(--border);
    color: var(--navy);
    box-shadow: none;
  }
  .lang-switcher--nav .lang-switcher__trigger:hover,
  .lang-switcher--nav .lang-switcher__details[open] .lang-switcher__trigger {
    border-color: var(--gold);
    background: var(--gold-light);
    box-shadow: none;
  }
  .lang-switcher--nav .lang-switcher__nav-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--navy);
  }
  .lang-switcher--nav .lang-switcher__trigger-value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .lang-switcher--nav .lang-switcher__code,
  .lang-switcher--nav .lang-switcher__arrow { display: inline-flex; }
  .lang-switcher--nav .lang-switcher__flag {
    width: 26px;
    height: 18px;
  }
  .lang-switcher--nav .lang-switcher__code {
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--navy);
  }
  .lang-switcher--nav .lang-switcher__arrow {
    color: var(--text-muted);
  }
  .lang-switcher--nav .lang-switcher__details[open] .lang-switcher__arrow {
    color: var(--gold);
  }
  .lang-switcher--nav .lang-switcher__menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 6px;
    animation: none;
    box-shadow: none;
  }
  .lang-switcher--nav .lang-switcher__item a {
    font-size: 0.9375rem;
  }

  .header__nav-social {
    display: flex;
    gap: 10px;
    padding-top: 24px;
    margin-top: 8px;
    border-top: 1px solid var(--border);
  }
  .header__nav-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-cream);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
  }
  .header__nav-social a:hover {
    background: var(--gold);
    color: var(--white);
  }

  body.nav-open { overflow: hidden; }
  body.nav-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(22, 32, 46, 0.45);
    z-index: 998;
    backdrop-filter: blur(2px);
  }

  /* Hero */
  .hero {
    min-height: 92vh;
    min-height: 92dvh;
    padding: 112px 0 72px;
    overflow: hidden;
  }
  .hero__badge {
    font-size: 0.5625rem;
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
    line-height: 1.4;
  }
  .hero__title {
    font-size: clamp(1.5rem, 7vw, 1.875rem);
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .hero__desc {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-bottom: 32px;
    max-width: 320px;
  }
  .hero__features li {
    font-size: 0.8125rem;
    white-space: normal;
    line-height: 1.3;
    justify-content: flex-start;
  }
  .hero__features svg { width: 14px; height: 14px; }
  .hero__buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 14px;
    margin-top: 4px;
  }
  .hero__buttons .btn {
    width: 100%;
    padding: 13px 20px;
    font-size: 0.875rem;
  }
  .hero__wave {
    bottom: -2px;
    transform: translateZ(0);
  }
  .hero__wave svg {
    height: 56px;
    margin-bottom: -2px;
  }
  /* Search */
  .search-section { margin-top: -2px; padding: 24px 0 32px; }
  .search-bar__grid {
    padding: 0.75rem;
    border-radius: 14px;
  }
  .search-card {
    padding: 0.875rem 0.5rem;
    gap: 12px;
  }
  .search-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .search-card__icon svg { width: 20px; height: 20px; }
  .search-card__label { font-size: 0.625rem; margin-bottom: 2px; }
  .custom-select__trigger { font-size: 0.9375rem; }
  .search-card--action {
    padding-top: 1rem;
    justify-content: center;
  }
  .search-card__btn {
    width: 100%;
    height: 48px;
    margin: 0;
    border-radius: 10px;
  }

  /* Sections */
  .section { padding: 52px 0; }
  .section__header { margin-bottom: 28px; }
  .section__title { font-size: clamp(1.375rem, 5.5vw, 1.75rem); }
  .section__subtitle { font-size: 0.875rem; margin-top: 8px; }
  .section__tag { font-size: 11px; letter-spacing: 2px; margin-bottom: 8px; }
  .section__header--row { gap: 16px; }
  .section__link { font-size: 13px; }

  /* Carousel */
  .ozel-secki { padding-top: 24px; }
  .carousel__nav { align-self: flex-start; }
  .carousel__btn { width: 42px; height: 42px; }
  .listings-grid--carousel .property-card {
    flex: 0 0 calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .carousel { padding: 8px 0 20px; }

  /* Property cards */
  .property-card__image { height: 200px; }
  .property-card__body { padding: 16px; }
  .property-card__specs {
    flex-wrap: wrap;
    gap: 10px 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .property-card__price { font-size: 17px; }
  .property-card:hover { transform: none; }

  /* Features & stats */
  .features { gap: 16px; margin-bottom: 36px; }
  .feature-card { padding: 24px 20px; }
  .feature-card__icon { width: 50px; height: 50px; margin-bottom: 14px; }
  .feature-card h3 { font-size: 1rem; }
  .stat { padding: 22px 16px; }

  /* Bölge */
  .bolge__inner { border-radius: 16px; }
  .bolge__content { padding: 32px 20px; }
  .bolge__title { font-size: clamp(1.375rem, 5vw, 1.625rem); }
  .bolge__desc { font-size: 0.875rem; margin-bottom: 20px; }
  .bolge__list { gap: 10px; margin-bottom: 24px; }
  .bolge__list li { font-size: 0.875rem; }
  .bolge__image { min-height: 260px; padding: 16px; }
  .bolge__caption { left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; }

  /* YouTube */
  .youtube-cta { min-height: auto; }
  .youtube-cta__inner {
    padding: 56px 20px 52px;
    min-height: auto;
  }
  .youtube-cta__content {
    gap: 20px;
    width: 100%;
  }
  .youtube-cta__tag {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 5px 12px;
  }
  .youtube-cta__play {
    width: 68px;
    height: 68px;
  }
  .youtube-cta__play svg { width: 38px; height: 38px; }
  .youtube-cta__title {
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 0 4px;
  }
  .youtube-cta__desc {
    font-size: 0.875rem;
    line-height: 1.65;
    max-width: 300px;
    opacity: 0.92;
  }
  .youtube-cta__content .btn--youtube {
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
    font-size: 0.8125rem;
    margin-top: 4px;
  }

  /* Consultants */
  .consultant-card { padding: 28px 20px 24px; }
  .consultant-card__photo { width: 96px; height: 96px; }
  .consultant-card__name { font-size: 1.0625rem; }
  .consultant-card__actions { flex-direction: column; gap: 8px; }
  .consultant-card__btn { padding: 13px 16px; font-size: 0.875rem; }

  /* Blog */
  .blog-card__image { height: 160px; }
  .blog-card__body { padding: 16px; }
  .blog-card h3 { font-size: 0.9375rem; }

  /* Google Reviews */
  .google-reviews__summary { padding: 20px 18px; margin-bottom: 24px; }
  .google-reviews__rating { font-size: 1.75rem; }
  .google-reviews__nav { margin-bottom: 14px; }
  .review-card { padding: 18px; }
  .review-card__text { font-size: 0.8125rem; }

  /* Contact */
  .contact-form { padding: 22px 18px; }
  .contact-form__group { margin-bottom: 16px; }
  .contact-form__group input,
  .contact-form__group select,
  .contact-form__group textarea { padding: 12px 14px; font-size: 0.9375rem; }
  .contact-info__card { padding: 16px; }
  .contact-info__map { height: 180px; }

  /* CTA */
  .cta-banner { padding-bottom: 52px; }
  .cta-banner__inner { padding: 36px 20px; border-radius: 16px; }
  .cta-banner__title { font-size: clamp(1.25rem, 5vw, 1.5rem); }
  .cta-banner__desc { font-size: 0.875rem; margin-bottom: 20px; }
  .cta-banner__form input { padding: 14px 18px; font-size: 0.9375rem; }
  .cta-banner__form .btn { width: 100%; }

  /* Footer */
  .footer {
    padding-top: 40px;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    padding-bottom: 24px;
    text-align: left;
  }
  .footer__col--brand {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer__logo {
    height: 48px;
    margin-bottom: 14px;
  }
  .footer__about {
    font-size: 0.8125rem;
    line-height: 1.65;
    margin-bottom: 16px;
    max-width: 300px;
  }
  .footer__social { justify-content: center; gap: 10px; }
  .footer__social a {
    width: 42px;
    height: 42px;
  }
  .footer__col h4 {
    font-size: 0.9375rem;
    margin-bottom: 14px;
    color: var(--gold);
  }
  .footer__col ul li { margin-bottom: 9px; }
  .footer__col ul li a { font-size: 0.8125rem; }
  .footer__col:last-child {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 16px;
  }
  .footer__contact li {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .footer__contact li:last-child { margin-bottom: 0; }
  .footer__contact svg { margin-top: 2px; }
  .footer__contact a {
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
  }
  .footer__contact a:active { color: var(--gold); }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 20px 0 24px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .footer__bottom p:last-child {
    opacity: 0.65;
    font-size: 0.6875rem;
  }

  /* Scroll top */
  .scroll-top {
    bottom: 20px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }

  .hero {
    min-height: 88vh;
    min-height: 88dvh;
    padding: 100px 0 88px;
  }
  .hero__features { grid-template-columns: 1fr; max-width: 240px; }
  .hero__title { font-size: 1.5rem; }

  .listings-grid--carousel .property-card {
    flex: 0 0 90%;
    width: 90%;
  }

  .property-card__tags { top: 10px; left: 10px; right: 10px; }
  .property-card__tag { padding: 4px 10px; font-size: 10px; }
  .property-card__overlay { left: 14px; right: 14px; bottom: 12px; }
  .property-card__title { font-size: 0.9375rem; }

  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat__number, .stat__plus { font-size: 1.75rem; }
  .stat__label { font-size: 0.75rem; }

  .bolge__caption-place { font-size: 0.875rem; }
}

@media (max-width: 360px) {
  html { font-size: 15px; }

  .hero__badge { font-size: 0.5rem; }
  .header__logo img { height: 46px; }
}
