/* ==========================================================================
   أعمال الدهانات والديكورات بالرياض - Master Luxury Mobile-First CSS
   Optimized for +98 Mobile UX | 2-Col Mobile Gallery | Centered Footer
   ========================================================================== */

/* 1. المتغيرات العامة ونظام الألوان */
:root {
  --primary: #1a2332;
  --primary-light: #28374d;
  --primary-dark: #0f1621;
  --accent: #ea580c;
  --accent-hover: #c2410c;
  --accent-light: #ffedd5;
  --whatsapp-color: #25d366;
  --whatsapp-hover: #1ebd56;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", "Tajawal", sans-serif;
  --container-max: 1200px;
}

/* 2. ضبط الصفحة وإعادة التعيين */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-stack);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.7;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* 3. الحاويات والعناوين */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .container {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .section {
    padding: 2.75rem 0;
  }
}

.section-title-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
}

.section-badge {
  display: inline-block;
  background-color: var(--accent-light);
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.6rem;
}

.section-title {
  font-size: 2.15rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.55rem;
  }
  .section-subtitle {
    font-size: 0.92rem;
  }
}

/* 4. الهيدر الفاخر - معالجة التداخل بالجوال */
.promo-bar {
  background-color: var(--accent);
  color: var(--text-light);
  font-size: 0.825rem;
  font-weight: 600;
  padding: 0.45rem 0;
  text-align: center;
}

.promo-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

@media (max-width: 768px) {
  .promo-bar .container {
    justify-content: center;
    text-align: center;
  }
  .promo-contact {
    display: none;
  }
}

.main-header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 0.75rem;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  min-width: 0;
}

.logo-img {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-color);
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.logo-title {
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.logo-sub {
  font-size: 0.74rem;
  color: var(--accent);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* قائمة سطح المكتب */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav-desktop > li {
  position: relative;
}

.nav-link {
  font-weight: 600;
  color: var(--primary);
  padding: 0.5rem 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.95rem;
}

.nav-link:hover, .nav-link.active {
  color: var(--accent);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  min-width: 255px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border-color);
  padding: 0.65rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 1010;
}

.nav-desktop > li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 0.6rem 1.25rem;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 500;
}

.dropdown-menu li a:hover {
  background-color: var(--bg-main);
  color: var(--accent);
  padding-right: 1.5rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.btn-header-call {
  background-color: var(--accent);
  color: var(--text-light);
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(234, 88, 12, 0.25);
}

.btn-header-call:hover {
  background-color: var(--accent-hover);
}

.menu-toggle-btn {
  display: none;
  background: var(--bg-main);
  border: 1px solid var(--border-color);
  padding: 0.5rem 0.65rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  color: var(--primary);
  font-size: 1.3rem;
  line-height: 1;
}

@media (max-width: 991px) {
  .nav-desktop {
    display: none;
  }
  .menu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .header-inner {
    height: 64px;
    gap: 0.35rem;
  }
  .logo-img {
    width: 40px;
    height: 40px;
  }
  .logo-title {
    font-size: 0.92rem;
  }
  .logo-sub {
    font-size: 0.66rem;
  }
  .btn-header-call {
    padding: 0.45rem 0.75rem;
    font-size: 0.8rem;
  }
  .btn-header-call span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 380px) {
  .logo-title {
    font-size: 0.82rem;
  }
  .logo-sub {
    display: none;
  }
  .btn-header-call {
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
  }
}

/* 5. القائمة الجانبية للجوال (Mobile Sidebar) */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 84%;
  max-width: 330px;
  height: 100%;
  background-color: #ffffff;
  z-index: 2000;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-sidebar.open {
  right: 0;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--bg-main);
}

.sidebar-close-btn {
  background-color: #e2e8f0;
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  color: var(--primary);
}

.sidebar-nav {
  padding: 0.75rem 0;
  flex: 1;
}

.sidebar-nav li {
  border-bottom: 1px solid #f1f5f9;
}

.sidebar-nav a, .sidebar-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 1.15rem;
  font-weight: 600;
  color: var(--primary);
  background: none;
  border: none;
  font-size: 0.95rem;
  text-align: right;
  cursor: pointer;
}

.sidebar-nav a:hover, .sidebar-accordion-btn:hover {
  background-color: var(--bg-main);
  color: var(--accent);
}

.sidebar-submenu {
  display: none;
  background-color: #f8fafc;
  padding: 0.4rem 0;
}

.sidebar-submenu.active {
  display: block;
}

.sidebar-submenu a {
  padding: 0.55rem 1.75rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.sidebar-footer {
  padding: 1.15rem;
  border-top: 1px solid var(--border-color);
  background-color: var(--bg-main);
}

.sidebar-footer .btn {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding: 0.7rem;
}

/* 6. الأزرار */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  text-align: center;
  font-size: 0.98rem;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--text-light);
}

.btn-primary:hover {
  background-color: var(--primary-light);
}

.btn-accent {
  background-color: var(--accent);
  color: var(--text-light);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
}

.btn-accent:hover {
  background-color: var(--accent-hover);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background-color: var(--whatsapp-color);
  color: var(--text-light);
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp-hover);
}

/* 7. سكشن الهيرو */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, #1e3a5f 100%);
  color: var(--text-light);
  padding: 4.5rem 0 5.5rem 0;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 24px;
  background: var(--bg-main);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

.hero-content h1 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1.15rem;
}

.hero-content h1 span {
  color: #fdba74;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 1.8rem;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 0 4rem 0;
  }
  .hero-content h1 {
    font-size: 1.85rem;
  }
  .hero-content p {
    font-size: 0.96rem;
  }
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.25rem;
}

@media (max-width: 576px) {
  .hero-features {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}

.hero-feat-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #e2e8f0;
}

.hero-feat-item span {
  color: var(--accent);
  font-size: 1.1rem;
}

/* 8. بطاقات الخدمات والشبكات */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.service-card {
  background-color: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: #cbd5e1;
}

.service-card-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #e2e8f0;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-card-img {
  transform: scale(1.04);
}

.service-badge-tag {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  background-color: rgba(26, 35, 50, 0.85);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  backdrop-filter: blur(4px);
}

.service-card-body {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.service-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.15rem;
  flex: 1;
}

.service-card-link {
  font-weight: 700;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.92rem;
}

/* 9. معرض الأعمال - صورتين جنب بعض بالجوال (2 Columns Mobile First) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
  background-color: #e2e8f0;
  border: 1px solid var(--border-color);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.9));
  padding: 1.25rem 0.75rem 0.65rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0;
  transition: var(--transition);
  text-align: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
  }
  .gallery-item {
    aspect-ratio: 1 / 1 !important;
    border-radius: var(--radius-sm);
  }
  .gallery-overlay {
    opacity: 1;
    font-size: 0.72rem;
    padding: 0.75rem 0.35rem 0.35rem;
    line-height: 1.3;
  }
}

/* 10. نموذج الحجز الذكي */
.smart-form-card {
  background-color: var(--bg-card);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
}

@media (max-width: 576px) {
  .smart-form-card {
    padding: 1.35rem;
  }
}

.form-header {
  margin-bottom: 1.25rem;
  text-align: center;
}

.form-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.form-header p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.35rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background-color: #f8fafc;
  color: var(--text-main);
  transition: var(--transition);
  font-size: 0.92rem;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent);
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.15);
}

.form-textarea {
  resize: vertical;
  min-height: 80px;
}

/* 11. جداول الأسعار */
.price-table-wrap {
  overflow-x: auto;
  background-color: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
  min-width: 600px;
}

.price-table th, .price-table td {
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.92rem;
}

.price-table th {
  background-color: var(--primary);
  color: var(--text-light);
  font-weight: 700;
}

.price-table tr:hover td {
  background-color: #f8fafc;
}

/* 12. قسم الأسئلة الشائعة */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: right;
  padding: 1.1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--accent);
  font-weight: 700;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 1.25rem 1.15rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  display: block;
}

/* 13. الفوتر الفاخر الموحد */
.main-footer {
  background-color: var(--primary-dark);
  color: #cbd5e1;
  padding: 4rem 0 1.5rem;
  border-top: 4px solid var(--accent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.6fr;
  gap: 2.25rem;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.footer-col h4 {
  color: var(--text-light);
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
  position: relative;
  padding-bottom: 0.45rem;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 3px;
  background-color: var(--accent);
  border-radius: var(--radius-full);
}

.footer-about p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.15rem;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
}

.footer-links-list li {
  margin-bottom: 0.55rem;
}

.footer-links-list a {
  font-size: 0.9rem;
  color: #cbd5e1;
  display: inline-block;
}

.footer-links-list a:hover {
  color: var(--accent);
  padding-right: 0.35rem;
}

.neighborhood-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.neighborhood-tag {
  background-color: rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 0.74rem;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.neighborhood-tag:hover {
  background-color: var(--accent);
  color: #ffffff;
}

/* ضبط وتوسيط حقوق الموقع والمطور في منتصف الشاشة */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  font-size: 0.88rem;
}

.developer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem;
}

.developer-credit a {
  color: #38bdf8;
  font-weight: 700;
  transition: var(--transition);
}

.developer-credit a:hover {
  text-decoration: underline;
  color: #7dd3fc;
}

/* 14. أزرار التواصل العائمة المحقونة برمجياً */
.floating-actions-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-btn {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.floating-btn:hover {
  transform: scale(1.08);
}

.floating-btn-whatsapp {
  background-color: var(--whatsapp-color);
  animation: pulse-green 2.2s infinite;
}

.floating-btn-call {
  background-color: var(--accent);
  animation: pulse-orange 2.2s infinite;
}

.floating-btn svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn.show {
  display: flex;
}

.scroll-top-btn:hover {
  background-color: var(--accent);
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(234, 88, 12, 0); }
  100% { box-shadow: 0 0 0 0 rgba(234, 88, 12, 0); }
}

@media (max-width: 480px) {
  .floating-actions-right {
    bottom: 14px;
    right: 14px;
  }
  .floating-btn {
    width: 46px;
    height: 46px;
  }
  .floating-btn svg {
    width: 23px;
    height: 23px;
  }
  .scroll-top-btn {
    bottom: 14px;
    left: 14px;
    width: 38px;
    height: 38px;
  }
}
