/* =========================================================
   OTEL HIZMETLERI - MOBILE / TABLET RESPONSIVE CSS
   Dosya: otel-hizmetleri-mobile.css
   ========================================================= */

/* ------------------------------
   Large Tablet / Small Laptop
------------------------------ */
@media (max-width: 1200px) {
  .oh-container {
    width: min(100% - 28px, 1100px);
  }

  .oh-hero__wrap {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
  }

  .oh-hero h1 {
    font-size: 36px;
  }

  .oh-cards {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

/* ------------------------------
   Tablet
------------------------------ */
@media (max-width: 1024px) {
  .oh-hero {
    padding: 42px 0 26px;
  }

  .oh-hero__wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .oh-hero__content,
  .oh-hero__card {
    width: 100%;
  }

  .oh-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .oh-lead {
    max-width: 100%;
    font-size: 15px;
  }

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

  .oh-trust {
    padding: 18px 0;
  }

  .oh-section {
    padding: 38px 0;
  }

  .oh-section__head h2 {
    font-size: 26px;
  }

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

  .oh-card img {
    height: 185px;
  }

  .oh-form__grid {
    grid-template-columns: 1fr 1fr;
  }

  .oh-form__footer {
    align-items: flex-start;
  }

  .oh-stickyCta {
    right: 12px;
    bottom: 12px;
  }
}

/* ------------------------------
   Large Mobile
------------------------------ */
@media (max-width: 768px) {
  .oh-container {
    width: calc(100% - 24px);
  }

  .oh-hero {
    padding: 34px 0 20px;
  }

  .oh-badge {
    font-size: 12px;
    padding: 7px 11px;
  }

  .oh-hero h1 {
    font-size: 30px;
    line-height: 1.12;
    margin: 12px 0 10px;
  }

  .oh-lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .oh-hero__cta {
    gap: 10px;
    margin: 16px 0 12px;
  }

  .oh-btn {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .oh-hero__bullets {
    gap: 7px;
    font-size: 14px;
  }

  .oh-hero__card {
    padding: 16px;
    border-radius: 16px;
  }

  .oh-miniGrid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .oh-miniItem {
    border-radius: 12px;
    padding: 10px;
  }

  .oh-miniValue {
    font-size: 14px;
    line-height: 1.45;
    word-break: break-word;
  }

  .oh-trust__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oh-trust__item {
    border-radius: 14px;
    padding: 13px;
  }

  .oh-section {
    padding: 34px 0;
  }

  .oh-section__head {
    margin-bottom: 16px;
  }

  .oh-section__head h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .oh-section__head p {
    font-size: 14px;
  }

  .oh-tabs {
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
  }

  .oh-tab {
    flex: 1 1 calc(50% - 4px);
    min-height: 44px;
    text-align: center;
    font-size: 14px;
    padding: 10px 12px;
  }

  .oh-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .oh-card {
    border-radius: 16px;
  }

  .oh-card img {
    height: 200px;
  }

  .oh-card__body {
    padding: 14px;
  }

  .oh-card__body h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .oh-card__body ul {
    font-size: 14px;
    line-height: 1.6;
  }

  .oh-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oh-steps li {
    border-radius: 16px;
    padding: 14px;
  }

  .oh-step__no {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 10px;
    font-size: 14px;
  }

  .oh-step__content h3 {
    font-size: 15px;
  }

  .oh-step__content p {
    font-size: 14px;
  }

  .oh-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oh-gallery img {
    height: 210px;
    border-radius: 14px;
  }

  .oh-faq {
    gap: 8px;
  }

  .oh-faq__item {
    border-radius: 14px;
  }

  .oh-faq__q {
    padding: 13px 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .oh-faq__a {
    font-size: 14px;
    line-height: 1.6;
  }

  .oh-form {
    border-radius: 16px;
    padding: 14px;
  }

  .oh-form__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oh-field--full {
    grid-column: auto;
  }

  .oh-field label {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .oh-field input,
  .oh-field select,
  .oh-field textarea {
    min-height: 46px;
    font-size: 16px; /* iOS zoom engeli */
    padding: 12px 12px;
    border-radius: 12px;
  }

  .oh-field textarea {
    min-height: 120px;
  }

  .oh-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 12px;
  }

  .oh-form__footer .oh-btn {
    width: 100%;
  }

  .oh-form__note {
    font-size: 12px;
    line-height: 1.5;
  }

  .oh-modal__box {
    width: calc(100% - 24px);
    margin: 14vh auto 0;
    border-radius: 16px;
    padding: 16px;
  }

  .oh-modal__box h3 {
    font-size: 22px;
  }

  .oh-modal__box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .oh-stickyCta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
    justify-content: center;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 14px;
  }
}

/* ------------------------------
   Standard Mobile
------------------------------ */
@media (max-width: 560px) {
  .oh-container {
    width: calc(100% - 20px);
  }

  .oh-hero {
    padding: 28px 0 18px;
  }

  .oh-hero h1 {
    font-size: 26px;
  }

  .oh-lead {
    font-size: 14px;
  }

  .oh-hero__cta {
    flex-direction: column;
  }

  .oh-hero__cta .oh-btn {
    width: 100%;
  }

  .oh-miniGrid {
    grid-template-columns: 1fr;
  }

  .oh-section {
    padding: 28px 0;
  }

  .oh-section__head h2 {
    font-size: 22px;
  }

  .oh-tab {
    flex: 1 1 100%;
  }

  .oh-card img {
    height: 180px;
  }

  .oh-gallery img {
    height: 180px;
  }

  .oh-modal__box {
    margin-top: 12vh;
  }
}

/* ------------------------------
   Small Mobile
------------------------------ */
@media (max-width: 420px) {
  .oh-badge {
    font-size: 11px;
  }

  .oh-hero h1 {
    font-size: 24px;
  }

  .oh-lead,
  .oh-hero__bullets,
  .oh-trust__text,
  .oh-section__head p,
  .oh-card__body ul,
  .oh-step__content p,
  .oh-faq__a {
    font-size: 13px;
  }

  .oh-btn {
    font-size: 13px;
    padding: 11px 13px;
  }

  .oh-section__head h2 {
    font-size: 20px;
  }

  .oh-card img {
    height: 165px;
  }

  .oh-gallery img {
    height: 165px;
  }

  .oh-field input,
  .oh-field select,
  .oh-field textarea {
    font-size: 16px;
  }

  .oh-stickyCta {
    padding: 12px 12px;
    font-size: 13px;
  }
}

/* ------------------------------
   Landscape phones
------------------------------ */
@media (max-width: 900px) and (orientation: landscape) {
  .oh-hero {
    padding-top: 24px;
  }

  .oh-hero__wrap {
    grid-template-columns: 1fr;
  }

  .oh-stickyCta {
    left: auto;
    right: 12px;
    width: auto;
    border-radius: 999px;
  }
}

/* ------------------------------
   Accessibility / touch improve
------------------------------ */
@media (hover: none) and (pointer: coarse) {
  .oh-btn:hover {
    transform: none;
  }

  .oh-tab,
  .oh-faq__q,
  .oh-btn,
  .oh-stickyCta {
    -webkit-tap-highlight-color: transparent;
  }
}




@media(max-width:900px){

.oh-roles-grid{

grid-template-columns:1fr;

}

}