
/* Mobile polish for Leon Hursanov website */
@media screen and (max-width: 768px) {
  :root {
    --mobile-pad: 18px;
  }

  body {
    background: #fff;
    padding-bottom: 68px;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  header {
    background: rgba(255,255,255,.96);
  }

  .nav {
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
    font-size: 15px;
    line-height: 1.15;
  }

  .brand img,
  .brand-logo {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
  }

  .brand small {
    font-size: 11px;
    margin-top: 0;
  }

  .mobile-cta {
    display: inline-flex;
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero {
    padding: 34px 0 42px;
    min-height: auto;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .eyebrow {
    font-size: 12px;
    padding: 8px 11px;
    margin-bottom: 14px;
  }

  h1 {
    font-size: 34px !important;
    line-height: 1.08;
    letter-spacing: -.8px;
    margin-bottom: 14px;
  }

  .hero p {
    font-size: 16px !important;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 14px 16px;
  }

  .hero-card {
    border-radius: 24px;
    padding: 22px;
  }

  .hero-card h2 {
    font-size: 23px;
  }

  .hero-card p {
    font-size: 14px !important;
    margin-bottom: 14px;
  }

  .hero-form-wrap {
    margin-top: 10px;
  }

  .floating-balloon {
    width: 72px !important;
    left: 6px !important;
    top: -34px !important;
    opacity: .72;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.16));
  }

  form {
    gap: 10px;
  }

  input, select, textarea {
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 16px;
  }

  textarea {
    min-height: 76px;
  }

  .form-note {
    font-size: 11px !important;
    line-height: 1.45;
  }

  section {
    padding: 48px 0;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .kicker {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .section-title h2 {
    font-size: 28px !important;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .section-title p {
    font-size: 16px;
    line-height: 1.65;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .card {
    border-radius: 22px;
    padding: 20px;
  }

  .card h3 {
    font-size: 19px;
  }

  .card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .success-card {
    padding: 0;
  }

  .success-card img,
  .media-card img {
    height: auto !important;
    max-height: 360px;
    object-fit: cover;
  }

  .success-card .content {
    padding: 18px;
  }

  .quote-box {
    border-radius: 24px;
    padding: 22px;
  }

  .quote-box strong {
    font-size: 26px !important;
  }

  .list-item {
    border-radius: 18px;
    padding: 14px;
  }

  .check {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 13px;
  }

  .review blockquote {
    font-size: 15px;
    line-height: 1.65;
  }

  .author {
    margin-top: 16px;
    padding-top: 12px;
  }

  .faq details {
    border-radius: 18px;
    padding: 16px;
  }

  .faq summary {
    font-size: 16px;
    line-height: 1.45;
  }

  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 12px;
  }

  footer {
    padding: 26px 0 84px;
    font-size: 13px;
  }

  .footer-grid {
    display: grid;
    gap: 14px;
  }

  .floating-whatsapp {
    display: none !important;
  }

  .mobile-sticky {
    display: grid !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    box-shadow: 0 -12px 28px rgba(4,26,61,.14);
  }

  .mobile-sticky a {
    padding: 15px 10px;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
  }

  .mobile-sticky a:first-child {
    background: var(--red);
    color: #fff;
  }

  .mobile-sticky a:last-child {
    background: #25d366;
    color: #fff;
  }

  .intro-balloon {
    width: 78vw !important;
    min-width: 230px !important;
    max-width: 360px;
  }

  .intro-caption {
    font-size: 14px;
    padding: 0 20px;
  }
}

/* Extra small phones */
@media screen and (max-width: 390px) {
  h1 {
    font-size: 31px !important;
  }

  .hero-card {
    padding: 19px;
  }

  .mobile-cta {
    padding: 10px 12px;
    font-size: 12px;
  }

  .brand {
    font-size: 14px;
  }

  .brand small {
    font-size: 10px;
  }
}
