/*
Theme Name: شركة الإيمان للتنظيف
Theme URI: https://services-uae.com/
Author: Al Iman Cleaning
Author URI: https://services-uae.com/
Description: Premium RTL WordPress theme for Al Iman Cleaning with a new blue, white and gold identity, service links, UAE area links, blog templates and contact actions.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: aliman-clean
*/

:root{
  --navy:#102a56;
  --navy-2:#071936;
  --blue:#2473ff;
  --blue-2:#58a6ff;
  --gold:#f2b84b;
  --gold-2:#fff1c8;
  --ice:#f6f9ff;
  --line:#dbe5f6;
  --text:#263246;
  --muted:#67748a;
  --white:#fff;
  --shadow:0 24px 70px rgba(16,42,86,.16);
  --soft-shadow:0 14px 34px rgba(16,42,86,.10);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  direction:rtl;
  font-family:"Tajawal","Cairo","Segoe UI",Tahoma,Arial,sans-serif;
  color:var(--text);
  background:
    linear-gradient(180deg,#ffffff 0%,#f7faff 38%,#ffffff 100%);
  line-height:1.85;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
h1,h2,h3,p{margin-top:0}
h1{
  margin-bottom:18px;
  color:var(--navy-2);
  font-size:clamp(34px,5.2vw,66px);
  line-height:1.12;
  letter-spacing:0;
}
h2{
  margin-bottom:12px;
  color:var(--navy);
  font-size:clamp(28px,3.7vw,46px);
  line-height:1.22;
}
h3{color:var(--navy);line-height:1.35}
p{color:var(--muted)}
.container{width:min(var(--container),calc(100% - 34px));margin-inline:auto}
.skip-link{position:absolute;right:12px;top:-60px;background:var(--navy);color:#fff;padding:10px 16px;border-radius:8px;z-index:99999}
.skip-link:focus{top:12px}

.topbar{
  background:var(--navy-2);
  color:#fff;
  border-bottom:4px solid var(--gold);
}
.topbar .container{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.badge-mini{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border-radius:8px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 30px rgba(16,42,86,.06);
  backdrop-filter:blur(16px);
}
.navbar{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{
  width:62px;
  height:62px;
  object-fit:contain;
  filter:drop-shadow(0 10px 20px rgba(16,42,86,.12));
}
.brand-name{display:flex;flex-direction:column;line-height:1.2}
.brand-name strong{font-size:23px;color:var(--navy-2);font-weight:900}
.brand-name span{font-size:12px;color:var(--blue);font-weight:900}
.nav-links,.nav-links ul{
  display:flex;
  align-items:center;
  gap:8px;
  padding:0;
  margin:0;
  list-style:none;
}
.nav-links li{position:relative}
.nav-links a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border:1px solid transparent;
  border-radius:10px;
  color:var(--navy);
  font-size:14px;
  font-weight:900;
}
.nav-links a:hover{
  background:#eef5ff;
  border-color:#cfe0ff;
  color:var(--blue);
}
.nav-links .sub-menu{
  display:none;
  position:absolute;
  top:100%;
  right:0;
  min-width:230px;
  padding:8px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--soft-shadow);
  flex-direction:column;
  align-items:stretch;
}
.nav-links li:hover>.sub-menu{display:flex}
.nav-links .sub-menu a{width:100%}
.menu-toggle{
  display:none;
  width:50px;
  height:50px;
  border:0;
  border-radius:12px;
  background:var(--navy);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.menu-toggle span{
  display:block;
  width:24px;
  height:2px;
  border-radius:99px;
  background:#fff;
  transition:.24s ease;
}
.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu-backdrop{display:none}
body.menu-open{overflow:hidden}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:12px 20px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:900;
  line-height:1.2;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#124cc8);
  box-shadow:0 14px 30px rgba(36,115,255,.25);
}
.btn-secondary{color:#fff;background:var(--navy)}
.btn-ghost{background:#fff;color:var(--navy);border-color:var(--line)}
.btn-whatsapp{
  background:#25d366;
  color:#063b20;
  border-color:#21ba5a;
  box-shadow:0 14px 30px rgba(37,211,102,.20);
}

section{padding:72px 0}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
}
.section-head p{max-width:650px}
.section-kicker,.kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:8px;
  background:var(--gold-2);
  color:#8a5a00;
  font-weight:900;
  border:1px solid #f2d990;
}

.aliman-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 72px;
  background:
    linear-gradient(110deg,#f9fbff 0%,#ffffff 48%,#edf4ff 48%,#edf4ff 100%);
}
.aliman-hero:before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:8px;
  background:linear-gradient(90deg,var(--gold),var(--blue),var(--navy));
}
.aliman-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr 430px;
  gap:42px;
  align-items:center;
}
.aliman-hero-copy{
  padding:18px 0;
}
.hero-lead{
  max-width:790px;
  margin-bottom:24px;
  font-size:clamp(17px,2vw,21px);
  color:#40506a;
  font-weight:700;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:820px;
}
.trust-card{
  padding:16px;
  background:#fff;
  border:1px solid var(--line);
  border-right:5px solid var(--gold);
  border-radius:14px;
  box-shadow:var(--soft-shadow);
}
.trust-card strong{display:block;color:var(--navy);font-size:19px}
.trust-card span{display:block;color:var(--muted);font-size:13px;font-weight:800}
.aliman-hero-panel{
  position:relative;
  min-height:520px;
  border-radius:0 42px 42px 0;
  overflow:hidden;
  background:
    linear-gradient(160deg,rgba(7,25,54,.94),rgba(36,115,255,.70)),
    var(--hero-image,linear-gradient(135deg,#071936,#2473ff));
  background-size:cover;
  background-position:center;
  box-shadow:var(--shadow);
}
.aliman-hero-panel:before{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid rgba(255,255,255,.26);
}
.aliman-hero-panel:after{
  content:"";
  position:absolute;
  top:-60px;
  left:-80px;
  width:220px;
  height:220px;
  background:var(--gold);
  opacity:.9;
  clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);
}
.hero-service-stack{
  position:absolute;
  right:28px;
  left:28px;
  bottom:28px;
  padding:24px;
  background:#fff;
  border-radius:16px;
  border-top:6px solid var(--gold);
  box-shadow:0 22px 54px rgba(7,25,54,.28);
}
.hero-service-stack span{display:block;color:var(--blue);font-weight:900}
.hero-service-stack strong{display:block;color:var(--navy);font-size:38px;line-height:1.1}
.hero-service-stack p{margin:8px 0 0;color:var(--muted);font-weight:800}

.intro-strip{padding:46px 0;background:#fff}
.intro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.intro-panel{
  position:relative;
  padding:28px;
  background:var(--ice);
  border:1px solid var(--line);
  border-radius:16px;
}
.intro-panel:before{
  content:"";
  position:absolute;
  right:0;
  top:28px;
  width:7px;
  height:54px;
  background:var(--blue);
}
.intro-panel span{display:block;color:#8a5a00;font-weight:900;margin-bottom:8px}
.intro-panel h2{font-size:clamp(23px,3vw,34px)}

.aliman-services-section{background:#fff}
.service-directory{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.directory-card{
  display:flex;
  flex-direction:column;
  min-height:270px;
  padding:22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(16,42,86,.07);
  transition:.2s ease;
}
.directory-card:hover{
  transform:translateY(-5px);
  border-color:#b9cff6;
  box-shadow:0 22px 44px rgba(16,42,86,.12);
}
.directory-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:16px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  font-weight:900;
}
.directory-card h3{font-size:22px;margin-bottom:10px}
.directory-card p{flex:1;font-size:15px;color:#526178}
.directory-card a{
  display:inline-flex;
  justify-content:center;
  margin-top:14px;
  padding:10px 14px;
  border-radius:10px;
  background:#eef5ff;
  color:var(--blue);
  font-weight:900;
}
.directory-card a:hover{background:var(--blue);color:#fff}

.aliman-areas{
  background:linear-gradient(180deg,#f7faff,#fff);
}
.areas-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.area-card{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:24px;
  min-height:135px;
  background:#fff;
  border:1px solid var(--line);
  border-bottom:5px solid var(--gold);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
  transition:.2s ease;
}
.area-card:hover{
  transform:translateY(-4px);
  border-bottom-color:var(--blue);
}
.area-card strong{font-size:24px;color:var(--navy)}
.area-card span{font-size:14px;color:var(--muted);font-weight:800}
.quick-links-box{
  margin-top:22px;
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
}
.quick-links-box h3{font-size:24px;margin-bottom:14px}
.area-service-list{display:flex;flex-wrap:wrap;gap:9px}
.area-service-list a{
  display:inline-flex;
  padding:8px 12px;
  border-radius:9px;
  background:#eef5ff;
  border:1px solid #d4e3ff;
  color:var(--navy);
  font-size:14px;
  font-weight:900;
}
.area-service-list a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}

.why{
  background:
    linear-gradient(135deg,rgba(7,25,54,.96),rgba(16,42,86,.94)),
    radial-gradient(circle at 15% 20%,rgba(242,184,75,.20),transparent 35%);
  color:#fff;
}
.why h2,.why h3,.why p{color:#fff}
.why .section-kicker{background:rgba(242,184,75,.16);color:#ffe5a1;border-color:rgba(242,184,75,.34)}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.why-card{
  padding:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
}
.why-card span{
  display:inline-flex;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  border-radius:10px;
  background:var(--gold);
  color:var(--navy-2);
  font-weight:900;
}

.pricing,.aliman-process{background:var(--ice)}
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.price-card{
  padding:26px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
}
.price-card.featured{
  border-color:var(--blue);
  box-shadow:0 20px 45px rgba(36,115,255,.14);
}
.price-label{color:var(--muted);font-weight:900}
.price-amount{margin:8px 0 10px;color:var(--navy);font-size:36px;font-weight:900}
.price-amount small{font-size:15px;color:var(--muted)}

.home-blog-section,.blog-listing{background:#fff}
.blog-archive-hero{
  padding:70px 0 44px;
  background:
    linear-gradient(110deg,#071936 0%,#102a56 68%,#1f58cc 68%,#1f58cc 100%);
}
.blog-archive-hero h1,.blog-archive-hero p{color:#fff}
.blog-archive-hero p{max-width:780px;font-size:18px;color:#dbeafe}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.blog-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
}
.blog-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:215px;
  background:linear-gradient(135deg,var(--navy),var(--blue));
  color:#fff;
  text-align:center;
  padding:20px;
  font-weight:900;
}
.blog-thumb img{width:100%;height:230px;object-fit:cover}
.blog-card-body{padding:20px}
.blog-card time,.post-meta{color:var(--muted);font-size:14px;font-weight:900}
.blog-card h2,.blog-card h3{margin:8px 0 10px;font-size:22px}
.read-more{
  display:inline-flex;
  margin-top:8px;
  color:var(--blue);
  font-weight:900;
  border-bottom:2px solid var(--gold);
}
.pagination-wrap{margin-top:26px}

.page-shell{padding:58px 0}
.content-card{
  padding:clamp(22px,4vw,46px);
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--soft-shadow);
}
.content-card h1{font-size:clamp(30px,4vw,52px)}
.single-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:start;
}
.post-meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.single-featured{margin:0 0 26px;border-radius:18px;overflow:hidden}
.single-featured img{width:100%;max-height:520px;object-fit:cover}
.single-content{font-size:18px}
.single-sidebar{position:sticky;top:112px;display:grid;gap:16px}
.sidebar-box{
  padding:22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
}
.sidebar-box h2{font-size:24px}
.sidebar-box .btn{width:100%;margin-top:8px}
.sidebar-box ul{padding:0;margin:0;list-style:none;display:grid;gap:8px}
.sidebar-box li a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  background:#eef5ff;
  color:var(--navy);
  font-weight:900;
}

.faq{max-width:920px;margin:28px auto 0}
.faq details{
  margin-bottom:12px;
  padding:0 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
}
.faq summary{
  cursor:pointer;
  padding:18px 0;
  color:var(--navy);
  font-weight:900;
}
.faq details p{padding-bottom:18px}
.cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  background:linear-gradient(135deg,var(--navy),#1b55c9);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.cta-box h2,.cta-box p{color:#fff}
.cta-actions{display:flex;flex-wrap:wrap;gap:10px}

.aliman-toc{
  margin:28px 0 34px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft-shadow);
}
.aliman-toc summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  background:var(--navy);
  color:#fff;
  font-weight:900;
}
.aliman-toc summary::-webkit-details-marker{display:none}
.aliman-toc summary:after{
  content:"+";
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background:rgba(255,255,255,.14);
  font-size:23px;
}
.aliman-toc details[open] summary:after{content:"-"}
.aliman-toc ol{margin:0;padding:18px 22px 20px;display:grid;gap:9px;counter-reset:tocitem;list-style:none}
.aliman-toc li{counter-increment:tocitem}
.aliman-toc a{
  display:flex;
  gap:10px;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:10px;
  color:var(--navy);
  font-weight:900;
}
.aliman-toc a:before{
  content:counter(tocitem);
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:28px;
  border-radius:8px;
  background:var(--gold-2);
  color:#8a5a00;
}
.content-card h2[id],.content-card h3[id],.content-card h4[id]{scroll-margin-top:140px}

.site-footer{
  padding:58px 0 92px;
  color:#fff;
  background:#071936;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:28px;
}
.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-logo img{width:58px;height:58px;background:#fff;border-radius:12px;padding:5px}
.footer-logo strong{font-size:22px}
.footer-title{margin-bottom:12px;color:#fff;font-size:18px;font-weight:900}
.site-footer p,.site-footer a,.site-footer li{color:#cbd8ef}
.site-footer a:hover{color:#fff}
.site-footer ul{padding:0;margin:0;list-style:none}
.site-footer li{margin:8px 0}
.footer-contact{display:grid;gap:10px;margin-top:14px}
.footer-contact a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.08);
  font-weight:900;
}
.footer-whatsapp-link{background:#25d366!important;color:#063b20!important}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  font-weight:900;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9fb0cb;
  font-size:14px;
}

.floating-actions{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:10000;
  display:grid;
  gap:10px;
}
.floating-action{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:10px 16px;
  border-radius:14px;
  color:#fff!important;
  font-weight:900;
  box-shadow:0 16px 38px rgba(7,25,54,.22);
}
.floating-action svg{width:23px;height:23px;fill:currentColor;flex:0 0 auto}
.call-action{background:var(--navy)}
.whatsapp-action{background:#25d366;color:#063b20!important}

@media(max-width:1050px){
  .aliman-hero-grid,.single-layout{grid-template-columns:1fr}
  .aliman-hero-panel{min-height:410px;border-radius:26px}
  .service-directory,.areas-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .blog-grid,.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-sidebar{position:static}
  .menu-toggle{display:inline-flex}
  .menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:1190;
    background:rgba(7,25,54,.50);
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
  }
  .menu-backdrop.open{opacity:1;visibility:visible}
  .nav-links{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:1400!important;
    width:min(86vw,390px)!important;
    height:100dvh!important;
    padding:98px 18px 26px!important;
    background:#fff!important;
    border-left:6px solid var(--gold)!important;
    box-shadow:-24px 0 70px rgba(7,25,54,.25)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
    overflow-y:auto!important;
    transform:translateX(108%)!important;
    opacity:.2!important;
    visibility:hidden!important;
    transition:.32s cubic-bezier(.22,1,.36,1)!important;
  }
  .nav-links.open{transform:translateX(0)!important;opacity:1!important;visibility:visible!important}
  .nav-links:before{content:"القائمة";display:block;margin-bottom:10px;color:var(--navy);font-size:24px;font-weight:900}
  .nav-links a{width:100%!important;justify-content:flex-start!important;background:#f7faff!important;border-color:var(--line)!important}
  .nav-links .sub-menu{position:static!important;display:flex!important;box-shadow:none!important;border:0!important;background:transparent!important;padding:4px 10px!important}
  .nav-links li{width:100%}
}

@media(max-width:780px){
  section{padding:54px 0}
  .container{width:calc(100% - 24px)}
  .topbar .container{min-height:42px}
  .badge-mini{text-align:center;justify-content:center;font-size:12px}
  .navbar{min-height:76px}
  .brand img{width:52px;height:52px}
  .brand-name span{display:none}
  .brand-name strong{font-size:20px}
  .aliman-hero{padding:58px 0 46px;background:#f7faff}
  .aliman-hero-panel{min-height:320px}
  .hero-service-stack{right:16px;left:16px;bottom:16px;padding:18px}
  .hero-service-stack strong{font-size:30px}
  .hero-actions{display:none}
  .trust-row,.intro-grid,.service-directory,.areas-grid,.why-grid,.price-grid,.blog-grid,.footer-grid{
    grid-template-columns:1fr;
  }
  .section-head,.cta-box{align-items:stretch;flex-direction:column}
  .cta-actions{display:none}
  .site-footer{
    padding:34px 0 116px;
  }
  .site-footer .container{width:calc(100% - 22px)}
  .footer-col{
    padding:16px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
  }
  .site-footer ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .site-footer li{margin:0}
  .site-footer li a{display:flex;min-height:40px;align-items:center;padding:9px 10px;border-radius:9px;background:rgba(255,255,255,.07);font-size:14px;font-weight:900}
  .footer-bottom{text-align:center;justify-content:center}
  .footer-bottom span{width:100%}
  .floating-actions{
    right:10px;
    left:10px;
    bottom:10px;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:8px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:0 18px 45px rgba(7,25,54,.18);
  }
  .floating-action{justify-content:center;min-height:48px;padding:8px 10px;border-radius:11px}
  .aliman-toc summary{align-items:flex-start;flex-direction:column;padding:16px}
  .aliman-toc summary:after{position:absolute;left:16px;top:14px}
  .aliman-toc ol{padding:14px}
}

@media(max-width:430px){
  .site-footer ul{grid-template-columns:1fr}
  h1{font-size:32px}
}
