/* CV Designer mobile experience layer — 27 August 2026 */
@media (max-width: 767px) {
  :root {
    --cvd-navy: #0b2533;
    --cvd-ink: #17313d;
    --cvd-muted: #5d7079;
    --cvd-blue: #09a9d7;
    --cvd-blue-dark: #078cb6;
    --cvd-sky: #eaf9fd;
    --cvd-line: #dce8ed;
    --cvd-surface: #ffffff;
    --cvd-bg: #f4f8fa;
    --cvd-green: #128c62;
    --cvd-shadow: 0 12px 36px rgba(13, 48, 64, .10);
    --cvd-shadow-strong: 0 18px 48px rgba(13, 48, 64, .16);
  }

  html { scroll-behavior: smooth; }
  body { background: var(--cvd-bg); color: var(--cvd-ink); font-size: 15px; line-height: 1.6; }
  body, button, input, select, textarea { -webkit-font-smoothing: antialiased; }
  h1, h2, h3, h4, h5, h6 { color: var(--cvd-ink); letter-spacing: -.02em; line-height: 1.2; text-transform: none !important; }
  p { color: var(--cvd-muted); }
  a { text-underline-offset: 3px; }
  main { overflow: clip; }

  /* Header and navigation */
  header { padding: 10px 14px !important; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,232,237,.85); box-shadow: 0 7px 24px rgba(13,48,64,.07); backdrop-filter: blur(14px); }
  header .container-fluid { padding: 0 !important; }
  header .container-fluid > .row, header .container-fluid > .row > .col-12 { min-height: 52px; height: 52px; }
  header .container-fluid > .row > .col-12 > a { width: 145px; height: 31px; display: block; overflow: hidden; }
  header .brand { width: 145px; height: 39px; object-fit: cover; object-position: top; }
  header .right-options { height: 52px !important; gap: 8px; }
  header .right-list > li { margin: 0 !important; }
  header .cart { min-width: 76px; min-height: 44px; border: 1px solid var(--cvd-line); border-radius: 12px; background: #f8fbfc; color: var(--cvd-ink); font-weight: 700; }
  header .nav-toggle { width: 44px; height: 44px; min-height: 44px; border: 1px solid #bfd0d7; border-radius: 50%; background: #fff; color: var(--cvd-ink); box-shadow: 0 4px 12px rgba(13,48,64,.08); }
  header nav { width: min(88vw, 350px) !important; background: #fff; box-shadow: 22px 0 60px rgba(5,31,43,.25); }
  header nav .nav-header-sm { min-height: 76px; border-bottom: 1px solid var(--cvd-line); }
  header nav .nav-group { padding: 8px 16px; }
  header nav .nav-group > a, header nav .nav-group > .dropdown > a { min-height: 52px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid #edf3f5; color: var(--cvd-ink); font-weight: 700; letter-spacing: .01em; }
  header nav .options-sm { padding: 14px 20px 22px; gap: 10px; border-top: 1px solid var(--cvd-line); }
  header nav .options-sm li { flex: 1; }
  header nav .options-sm .btn { width: 100%; border-radius: 10px; }

  /* Page headings */
  .page-header { min-height: 132px; padding: 30px 18px !important; display: flex; align-items: center; background: linear-gradient(135deg, #0b2c3b 0%, #075a73 58%, #08a7d4 135%) !important; position: relative; overflow: hidden; }
  .page-header:before { display: none !important; }
  .page-header:after { content: '' !important; position: absolute; width: 180px; height: 180px; right: -78px; top: -95px; border-radius: 50%; border: 34px solid rgba(255,255,255,.08); background: transparent !important; }
  .page-header .content { width: 100%; position: relative; z-index: 1; }
  .page-header h1, .page-header h2 { color: #fff !important; font-size: 27px !important; font-weight: 750 !important; letter-spacing: -.025em; text-shadow: none !important; }
  .page-header p { color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.45; max-width: 300px; margin-left: auto; margin-right: auto; }

  /* Homepage hero */
  .hero { min-height: 520px !important; background: radial-gradient(circle at 92% 8%, rgba(9,169,215,.2), transparent 34%), linear-gradient(155deg, #f9fdff 0%, #eaf9fd 52%, #dff4fa 100%) !important; border-bottom: 1px solid #d7ebf1; }
  .hero .hero-banner { position: absolute; inset: auto -70px -10px auto; width: 470px !important; height: 235px !important; opacity: .18; filter: saturate(.8) contrast(.92); object-fit: cover; object-position: center; transform: rotate(-2deg); border-radius: 30px; }
  .hero .content { position: relative !important; inset: auto !important; min-height: 520px; display: flex; align-items: center; }
  .hero .box { padding: 44px 10px 34px !important; text-align: left; }
  .hero-kicker { margin: 0 0 12px; color: var(--cvd-blue-dark); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .12em; }
  .hero h1.display-5 { max-width: 330px; font-size: clamp(34px, 10.2vw, 42px) !important; line-height: 1.07 !important; font-weight: 780 !important; color: var(--cvd-navy) !important; }
  .hero-lead { display: block; max-width: 325px; margin: 16px 0 0; color: #4d6570; font-size: 16px; line-height: 1.55; }
  .hero-conversion-actions { display: grid !important; grid-template-columns: 1fr; gap: 10px !important; margin-top: 23px !important; }
  .hero-conversion-actions .btn { width: 100%; min-height: 52px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; letter-spacing: .01em; box-shadow: none; }
  .hero-conversion-actions .btn-primary { background: linear-gradient(135deg, var(--cvd-blue), #078fba); border: 0; box-shadow: 0 10px 24px rgba(9,169,215,.25); }
  .hero-conversion-actions .btn-outline-white { background: rgba(255,255,255,.86); border: 1px solid #b8d4de; }
  .hero-trust-line { justify-content: flex-start !important; gap: 8px 14px !important; margin-top: 20px !important; color: #37505b !important; font-size: 12px !important; font-weight: 650 !important; }
  .hero-trust-line li:before { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #d7f4e8; color: #08764e !important; font-size: 11px; }

  /* AEO answer panel */
  .cvd-answer-section { padding: 26px 14px 34px !important; background: var(--cvd-bg) !important; }
  .answer-card { padding: 24px 19px !important; border: 1px solid rgba(214,230,236,.9) !important; border-radius: 20px !important; background: rgba(255,255,255,.98) !important; box-shadow: var(--cvd-shadow) !important; }
  .answer-card h2 { font-size: 25px !important; font-weight: 750; }
  .answer-card > p { margin-top: 10px; color: var(--cvd-muted); }
  .answer-services { gap: 7px !important; }
  .answer-service { min-height: 72px; display: flex !important; align-items: center; justify-content: center; padding: 10px 5px !important; border: 1px solid #d8e8ee !important; border-radius: 13px !important; background: linear-gradient(180deg,#fff,#f7fbfc) !important; box-shadow: 0 5px 15px rgba(13,48,64,.05); }
  .answer-service strong { color: var(--cvd-blue-dark) !important; font-size: 13px !important; line-height: 1.25; }

  /* Sections, cards, buttons */
  .spacing-100 { padding-top: 54px !important; padding-bottom: 54px !important; }
  .spacing-60 { padding-top: 36px !important; padding-bottom: 36px !important; }
  .spacing-50 { padding-top: 34px !important; padding-bottom: 34px !important; }
  .bg-gray, .bg-gradient-1 { background: var(--cvd-bg) !important; }
  .card--, .box, .accordion-item { border-radius: 18px !important; border: 1px solid rgba(216,231,237,.9) !important; box-shadow: var(--cvd-shadow) !important; background: #fff; }
  .padding-50, .padding-40 { padding: 24px 18px !important; }
  .padding-20 { padding: 16px !important; }
  .btn { border-radius: 12px; font-weight: 750; letter-spacing: .01em; }
  .btn-primary { background: linear-gradient(135deg, var(--cvd-blue), var(--cvd-blue-dark)); border-color: transparent; }
  .btn-primary-outline { border-color: #9fc8d6; color: #087fa3; background: #fff; }

  /* Pricing and package cards */
  .pricing { padding: 54px 14px !important; background: linear-gradient(145deg, #0a2b3a, #0b4e63 65%, #087da0) !important; }
  .pricing h2 { font-size: 28px !important; color: #fff !important; }
  .pricing .box { overflow: hidden; border: 1px solid rgba(255,255,255,.15) !important; box-shadow: 0 18px 45px rgba(0,20,29,.25) !important; }
  .pricing .box .top { padding: 24px 18px; background: #fff; }
  .pricing .box .top h3 { font-size: 24px; font-weight: 750; }
  .pricing .box .top .h4 { font-size: 16px; color: var(--cvd-muted); }
  .pricing .box .bottom { padding: 0 16px 16px; background: #fff; }
  .pricing .box .bottom .btn { min-height: 50px; display: flex; align-items: center; justify-content: center; }
  .orders { padding: 34px 14px 56px !important; }
  .orders .card-- { overflow: hidden; margin-bottom: 4px; }
  .orders .card-- img { aspect-ratio: 16 / 10; object-fit: cover; }
  .orders .card-- .content { padding: 23px 20px !important; }
  .orders .card-- .h3 { color: var(--cvd-navy); font-size: 23px; font-weight: 750; }
  .orders .price-col .h2 { font-size: 23px; }
  .orders .badge--, .order-single .badge-- { border: 0; border-radius: 99px; background: #fff5d9; color: #785800; padding: 6px 10px; font-size: 10px; font-weight: 800; }
  body .orders .btn { height: auto !important; min-height: 50px !important; display: flex; align-items: center; justify-content: center; line-height: 1.2 !important; }

  /* Product detail */
  .order-single { padding: 22px 14px 54px !important; }
  .order-single .gallery-slider { border-radius: 15px !important; }
  .order-single .item-info { margin-top: 14px; }
  .order-single .item-info h1 { font-size: 27px !important; font-weight: 780 !important; }
  .order-single .form-control { min-height: 50px; }
  .order-single .form-check { padding: 15px 14px 15px 42px; border-bottom-color: #e6eef1; }
  .order-single .form-check-input { width: 20px !important; height: 20px; margin-left: -29px; }
  .order-single .price-col .h3 { font-size: 24px; }
  .order-single .btns { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  body .order-single .btns .btn { height: auto !important; min-height: 50px !important; margin: 0 !important; display: flex; align-items: center; justify-content: center; font-size: 12px; line-height: 1.2 !important; }
  .order-single .gap-heading-sm h2 { margin-top: 20px; font-size: 24px; }
  .order-single .gap-heading-sm h3 { margin-top: 18px; font-size: 19px; }

  /* Forms and account pages */
  .form-label { display: block; color: #38505a; font-size: 11px; font-weight: 800 !important; letter-spacing: .055em; }
  .form-control, input.form-control, select.form-control, textarea.form-control { min-height: 50px; border: 1px solid #cfdfe5; border-radius: 12px; background: #fff; color: var(--cvd-ink); box-shadow: 0 3px 10px rgba(13,48,64,.035); font-size: 15px; }
  textarea.form-control { min-height: 116px; padding-top: 13px; }
  .form-control:focus { border-color: var(--cvd-blue); box-shadow: 0 0 0 4px rgba(9,169,215,.12); }
  .login { padding: 28px 14px 54px !important; }
  .login .card-- { margin-bottom: 18px; border-radius: 18px !important; overflow: hidden; }
  .login h1 { font-size: 26px !important; }
  .login .form-group { margin-bottom: 17px; }
  body .login input.form-control { height: auto !important; min-height: 50px !important; }
  .login button[type=submit] { min-height: 52px !important; }

  /* Keep one clear mobile contact system; legacy floating widgets overlap the purchase dock. */
  #zsiq_chat_wrap,
  .float-call-button { display: none !important; }
  .checkout { padding: 28px 14px 54px !important; }
  .checkout .alert-info { border: 0; border-radius: 12px; background: var(--cvd-sky); color: #34515d; }
  .checkout .h6.font-weight-700 { font-size: 16px; }
  .checkout .form-text { color: #72848c; font-size: 11px; line-height: 1.45; }
  .checkout .discount-coupon .d-flex { align-items: stretch; }
  .checkout .discount-coupon .btn { min-width: 88px; display: flex; align-items: center; justify-content: center; }
  .checkout .price-info-list li { padding: 11px 0; border-bottom: 1px solid #edf2f4; }

  /* Cart */
  .cart { padding: 28px 14px 54px !important; }
  .cart-list .added { border-radius: 14px; border: 1px solid #dce8ed; background: #fff; }
  .cart .amt_tot, .cart .price-info-list .h3 { color: var(--cvd-navy) !important; }

  /* FAQ */
  .faq { padding: 38px 14px 54px !important; }
  .faq .btn-primary { min-height: 48px; display: inline-flex; align-items: center; }
  .faq .accordion { display: grid; gap: 10px; }
  .faq .accordion-item { overflow: hidden; box-shadow: 0 7px 22px rgba(13,48,64,.07) !important; }
  .faq .accordion-button { min-height: 64px; padding: 16px 17px; color: #0a8eb7; background: #fff; font-size: 15px; font-weight: 730; line-height: 1.35; }
  .faq .accordion-button:not(.collapsed) { background: #effaff; color: #076f90; box-shadow: none; }
  .faq .accordion-body { padding: 3px 18px 19px; color: var(--cvd-muted); }

  /* Footer */
  footer { background: #071f2a; }
  footer .top { background: #0a2a38; }
  footer .top .btn { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.06); }
  footer .support { background: linear-gradient(145deg,#eef9fc,#fff); color: var(--cvd-ink); }
  footer .support h2 { font-size: 21px; }
  footer .bottom { background: #071f2a !important; }
  footer .bottom .box { border: 0 !important; box-shadow: none !important; background: transparent; }
  footer .bottom h5 { color: #fff; margin-top: 22px; }
  footer .bottom p, footer .bottom a, footer .bottom li { color: rgba(255,255,255,.72) !important; }
  footer .copyright { padding-bottom: 18px; }
  footer .copyright p { line-height: 1.8; text-align: center; }
  footer .copyright span { display: block !important; margin: 5px 0 0 !important; border: 0 !important; padding: 0 !important; }

  /* Floating conversion bar */
  body { padding-bottom: 82px !important; }
  .cvd-mobile-action-bar { left: 9px !important; right: 9px !important; bottom: max(8px, env(safe-area-inset-bottom)) !important; grid-template-columns: .78fr 1fr 1.35fr !important; gap: 6px !important; padding: 7px !important; border: 1px solid rgba(203,220,227,.95); border-radius: 18px; background: rgba(255,255,255,.94) !important; box-shadow: 0 15px 45px rgba(7,36,49,.24) !important; backdrop-filter: blur(16px); }
  .cvd-mobile-action-bar a { min-height: 50px !important; border: 0 !important; border-radius: 12px !important; background: #f1f6f8; font-size: 12px !important; }
  .cvd-mobile-action-bar .cvd-whatsapp { background: #e8f8f1; color: #08764e !important; }
  .cvd-mobile-action-bar .cvd-primary { background: linear-gradient(135deg,var(--cvd-blue),var(--cvd-blue-dark)) !important; color: #fff !important; box-shadow: 0 7px 18px rgba(9,169,215,.22); }

  /* Prevent third-party floating widgets from covering conversion controls. */
  .zsiq_floatmain, [data-id="zsalesiq"] { bottom: 88px !important; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header nav { width: min(430px, 75vw); }
  .card-- { border-radius: 16px; }
}
