/* Theme Name: Fix It Quick One-Page
Theme URI: https://fixitquicktn.com/
Author: Fix It Quick
Version: 14.5.1-final
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fixitquick-onepage
*/
:root{
  --bg:#fff; --text:#0b0b0b; --muted:rgba(11,11,11,.72);
  --line:#111; --panel:#fff; --radius:18px; --max:1120px;
  --cta:#2563eb; --ctaText:#fff;
  --shadow:0 14px 34px rgba(0,0,0,.08);
  --shadowSm:0 10px 22px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  color:var(--text); background:var(--bg); line-height:1.6; text-rendering:optimizeLegibility;
}
a{color:inherit}
img{max-width:100%;height:auto}
p{margin-top:0}
strong{font-weight:900}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.section{padding:70px 0}
.section+.section{border-top:2px solid var(--line)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.section-title{font-size:clamp(26px,3vw,40px);letter-spacing:-.035em;margin:0;font-weight:950}
.section-sub{margin:10px 0 0;font-size:16px;color:var(--muted);max-width:80ch}
.accent{display:inline-block;width:62px;height:5px;background:var(--cta);border-radius:999px;margin-top:12px}
.card{background:var(--panel);border:2px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}
.card.tight{padding:18px;box-shadow:var(--shadowSm)}
.grid{display:grid;gap:16px}
.grid-3{grid-template-columns:1fr}
@media (min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.grid-2{grid-template-columns:1fr}
@media (min-width:900px){.grid-2{grid-template-columns:1.1fr .9fr;align-items:start}}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:2px solid var(--line);backdrop-filter:blur(10px)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:12px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:950;letter-spacing:.01em}
.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--text);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid var(--line)}
.brand-mark img{width:100%;height:100%;object-fit:contain;background:#fff}
.nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.nav a{text-decoration:none;color:rgba(11,11,11,.78);padding:8px 10px;border-radius:12px;border:2px solid transparent;font-weight:850}
.nav a:hover,.nav .current-menu-item>a{color:var(--text);border-color:var(--line)}
.nav .fiq-cta{background:var(--cta);color:var(--ctaText);border-color:var(--cta);box-shadow:0 10px 18px rgba(37,99,235,.18)}
.nav .fiq-cta:hover{filter:brightness(.96)}
.hero{position:relative;overflow:hidden}
.hero-media{position:relative;min-height:78vh;display:flex;align-items:flex-end}
@media (min-width:900px){.hero-media{min-height:86vh}}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-content{position:relative;z-index:2;width:100%;padding:0 18px 44px}
.hero-box{max-width:var(--max);margin:0 auto;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:12px}
.hero-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:2px solid rgba(255,255,255,.75);background:rgba(255,255,255,.18);color:rgba(255,255,255,.98);font-weight:900;text-shadow:0 2px 16px rgba(0,0,0,.55);backdrop-filter:blur(8px);text-align:center}
.hero-pill .dot{width:10px;height:10px;border-radius:99px;background:var(--cta);box-shadow:0 0 0 2px rgba(255,255,255,.8)}
.hero-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;letter-spacing:.02em;background:var(--cta);color:var(--ctaText);padding:18px 48px;border-radius:999px;border:3px solid #fff;box-shadow:0 14px 26px rgba(0,0,0,.22);font-size:18px}
.hero-cta:hover{filter:brightness(.96)}
.badge{display:inline-flex;font-size:12px;padding:4px 10px;border-radius:999px;border:2px solid var(--line);color:rgba(11,11,11,.78);font-weight:900;background:#fff}
.quote{margin-top:14px;padding-top:14px;border-top:2px dashed var(--line);color:rgba(11,11,11,.80);font-style:italic}
.list{margin:0;padding-left:18px;color:var(--muted)}
.btn-inline{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:2px solid var(--line);text-decoration:none;color:var(--text);font-weight:950}
.btn-inline:hover{background:rgba(0,0,0,.03)}
.small{font-size:14px;color:var(--muted)}
.service-title{font-size:18px;margin:0 0 6px;font-weight:950}
.service-body{margin:0;color:var(--muted)}
.post-meta{color:rgba(11,11,11,.60);font-size:13px;margin-bottom:4px;font-weight:850}
.post-title{margin:0 0 6px;font-size:18px;font-weight:950}
.post-excerpt{margin:0;color:var(--muted)}
.callout{border:2px solid var(--line);border-radius:18px;padding:16px;background:#fff;box-shadow:var(--shadowSm)}
.footer{padding:34px 0;border-top:2px solid var(--line);color:rgba(11,11,11,.65);font-size:14px}
.mini-grid{display:grid;gap:10px;grid-template-columns:1fr}
@media (min-width:900px){.mini-grid{grid-template-columns:repeat(3,1fr)}}
.mini{border:2px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadowSm)}
.mini-title{font-weight:950;margin:0 0 2px}
.mini-text{margin:0;color:var(--muted);font-size:14px}


/* --- Mobile menu (hamburger) --- */
.nav-toggle{
  display:none;
  background:#fff;
  border:2px solid var(--line);
  border-radius:12px;
  padding:10px 12px;
  font-weight:950;
  line-height:0;
}
.nav-toggle svg{display:block;width:20px;height:20px}
.nav-wrap{display:flex; align-items:center; gap:10px}
@media (max-width: 820px){
  .topbar-inner{gap:10px}
  .brand span{font-size:16px}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:6px;
    margin-top:10px;
    padding:12px;
    border:2px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadowSm);
    background:#fff;
  }
  .nav a{padding:12px 12px; border-color:rgba(0,0,0,.12)}
  .nav .fiq-cta{display:inline-flex; justify-content:center}
  .topbar-inner{flex-wrap:wrap}
  .nav.is-open{display:flex}
}
/* reduce sticky bar height slightly on small screens */
@media (max-width: 820px){
  .topbar-inner{padding:10px 0}
}


/* fiq-mobile-menu-v6 enhancements */
@media (max-width: 820px){
  .nav{
    transform-origin: top;
    transform: translateY(-6px) scaleY(.98);
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
  }
  .nav.is-open{
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  .topbar{backdrop-filter: blur(12px)}
  .brand{max-width: calc(100% - 56px)}
  .brand span{white-space: nowrap; overflow:hidden; text-overflow: ellipsis}
}


/* fiq-menu-wrap (v9): keeps v6 layout, fixes mobile hamburger menu rendering */
.nav .fiq-menu{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.nav .fiq-menu li{margin:0; padding:0; list-style:none}
@media (max-width: 820px){
  .nav .fiq-menu{
    width:100%;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:6px;
  }
  .nav .fiq-menu a{width:100%}
  .nav .fiq-menu a.fiq-cta{justify-content:center}
}



/* fiq-hide-topbar-mobile (v10): hide sticky top bar on phones */
@media (max-width: 820px){
  .topbar{display:none !important;}
}


/* ========== fiq-ui-v11 polish inspired by modern service themes ========== */
:root{
  --blueSoft: rgba(37,99,235,.08);
  --blueSoft2: rgba(37,99,235,.12);
  --shadowMd: 0 18px 34px rgba(0,0,0,.12);
}
body{letter-spacing:-.01em}
.section-title{letter-spacing:-.02em}
.section-sub{max-width:72ch}
.card{
  border-radius:22px;
  box-shadow: var(--shadowMd);
}
.card.tight{border-radius:18px}
.badge{
  border-radius:999px;
  padding:6px 10px;
  font-weight:900;
}
.btn-inline{
  border-radius:999px;
  padding:11px 16px;
}
.btn-inline:hover{transform:translateY(-1px)}
.btn-inline:active{transform:translateY(0)}
/* gentle section alternation without losing the white/black look */
.section.alt{
  background: linear-gradient(180deg, var(--blueSoft) 0%, rgba(255,255,255,0) 72%);
  border-top:2px solid rgba(0,0,0,.06);
  border-bottom:2px solid rgba(0,0,0,.06);
}
.section.alt .card{background:#fff}
/* Hero improvements */
.hero{position:relative}
.hero::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-1px; height:88px;
  background: radial-gradient(120px 40px at 12% 40%, rgba(255,255,255,.9), transparent 60%),
              radial-gradient(160px 60px at 88% 60%, rgba(255,255,255,.85), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%);
  pointer-events:none;
}
.hero-box{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  padding: 40px 0 32px;
}
.hero-pill{
  background: rgba(255,255,255,.92);
  border:2px solid rgba(0,0,0,.12);
  box-shadow: var(--shadowSm);
}
.hero-cta{
  background: var(--cta);
  color: var(--ctaText);
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 950;
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 28px rgba(37,99,235,.22);
}
.hero-cta:hover{filter:brightness(.96); transform:translateY(-1px)}
.hero-cta:active{transform:translateY(0)}
/* Quick contact bar under hero */
.quickbar{padding: 18px 0 0}
.quickbar .wrap{
  display:grid;
  gap:14px;
  grid-template-columns:1fr;
}
@media (min-width:900px){
  .quickbar .wrap{grid-template-columns: 1.1fr .9fr .9fr; align-items:stretch}
}
.quickcard{
  background:#fff;
  border:2px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow: var(--shadowMd);
}
.quickcard .label{font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; color:rgba(0,0,0,.56)}
.quickcard .value{font-size:18px; font-weight:950; margin-top:6px}
.quickcard a{color:inherit; text-decoration:none}
.icon-badge{
  width:40px; height:40px;
  border-radius:14px;
  border:2px solid rgba(0,0,0,.12);
  display:inline-flex; align-items:center; justify-content:center;
  background: linear-gradient(180deg, #fff, rgba(37,99,235,.05));
  box-shadow: var(--shadowSm);
}
.icon-row{display:flex; gap:12px; align-items:center}
.smallmuted{color:rgba(0,0,0,.62); font-size:14px; margin-top:6px; line-height:1.5}
/* Feature mini-cards inside Why */
.mini-feats{display:grid; gap:12px; grid-template-columns:1fr; margin-top:16px}
@media (min-width:900px){.mini-feats{grid-template-columns:repeat(3,1fr)}}
.mini-feat{
  border:2px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:14px;
  background:#fff;
  box-shadow: var(--shadowSm);
}
.mini-feat .t{font-weight:950; margin-top:10px}
.mini-feat .d{color:rgba(0,0,0,.62); font-size:14px; margin-top:6px; line-height:1.45}
/* Service cards: icon + tighter typography */
.service-title{display:flex; align-items:center; gap:10px}
.service-ico{width:34px; height:34px; border-radius:14px; background:var(--blueSoft2); border:2px solid rgba(0,0,0,.10); display:inline-flex; align-items:center; justify-content:center}
.service-ico svg{width:18px; height:18px}

/* Icons removed sitewide (clean text-only look) */
.icon-badge,
.service-ico,
.nav-toggle svg{display:none !important;}

/* When icons are removed, kill any leftover gaps */
.icon-row{gap:0 !important;}
.service-title{gap:0 !important;}

/* Accessible text helper */
.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* Buttons used on service pages */
.fiq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  border:2px solid #111;
}
.fiq-btn-primary{
  background:#2563EB;
  color:#fff;
  border-color:#2563EB;
}
.fiq-btn-primary:hover{filter:brightness(0.95);}


/* Desktop dropdown menus */
.fiq-menu li{position:relative}
.fiq-menu .sub-menu{
  display:none;
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:240px;
  padding:10px;
  background:#fff;
  border:2px solid var(--line);
  border-radius:16px;
  box-shadow: var(--shadowSm);
  z-index:60;
}
.fiq-menu .sub-menu li{margin:0}
.fiq-menu .sub-menu a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
}
.fiq-menu .sub-menu a:hover{background:rgba(37,99,235,.06); border-color:rgba(37,99,235,.25)}
.fiq-menu li:hover > .sub-menu,
.fiq-menu li:focus-within > .sub-menu{display:block}

/* Mobile: hamburger only (no brand), overlay menu */
@media (max-width: 820px){
  .brand{display:none !important;}
  .topbar-inner{padding:10px 0; justify-content:flex-end;}
  .nav-wrap{width:auto;}
  .nav{position:absolute; top:100%; right:0; left:0; margin-top:10px;}
  .topbar-inner{position:relative;}
  /* Always show submenu items in mobile menu (indented) */
  .fiq-menu .sub-menu{
    display:block;
    position:static;
    min-width:0;
    padding:8px 0 0 10px;
    border:0;
    box-shadow:none;
    background:transparent;
  }
  .fiq-menu .sub-menu a{
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
  }
}

/* Instagram Feed Wrapper */
.instagram-feed-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 24px;
    border: 2px solid #e5e7eb;
}

.instagram-feed {
    max-width: 1000px;
    margin: 0 auto;
}

/* Services hub grid */
.svc-grid{
  display:grid;
  gap:14px;
  grid-template-columns: 1fr;
  margin-top:18px;
}
@media (min-width: 900px){
  .svc-grid{grid-template-columns: repeat(3, 1fr);}
}
.svc-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px;
  border:2px solid rgba(0,0,0,.12);
  border-radius:20px;
  background:#fff;
  box-shadow: var(--shadowSm);
  text-decoration:none;
  color:inherit;
}
.svc-card:hover{transform: translateY(-1px); box-shadow: var(--shadowMd);}
.svc-ico{
  width:44px; height:44px;
  border-radius:16px;
  display:inline-flex; align-items:center; justify-content:center;
  border:2px solid rgba(0,0,0,.10);
  background: linear-gradient(180deg, #fff, rgba(37,99,235,.06));
}
.svc-ico svg{width:22px; height:22px; display:block}
.svc-t{font-weight:950; font-size:18px; line-height:1.15}
.svc-d{color:rgba(0,0,0,.68); font-size:14px; line-height:1.5}
.svc-cta{font-weight:900; color:#2563EB; margin-top:2px}


/* ===== Nav refinements (desktop) ===== */
.fiq-nav { position: relative; }
.fiq-nav .nav-menu { gap: 10px; flex-wrap: nowrap; justify-content: flex-end; }
.fiq-nav .nav-menu a { font-size: 15px; padding: 10px 10px; }
@media (max-width: 1200px){
  .fiq-nav .nav-menu a { font-size: 14px; padding: 10px 8px; }
}

/* Make dropdown easier to reach (no "dead zone" gap) */
.fiq-nav .menu-item-has-children { position: relative; }
.fiq-nav .menu-item-has-children > .sub-menu{
  top: calc(100% + 10px);
}
.fiq-nav .menu-item-has-children > .sub-menu::before{
  content:"";
  position:absolute;
  top:-12px;
  left:0;
  right:0;
  height:12px;
}
.fiq-nav .menu-item-has-children:hover > .sub-menu,
.fiq-nav .menu-item-has-children:focus-within > .sub-menu{
  display:block;
}

/* ===== Mobile behavior: hide header/nav; show footer nav ===== */
@media (max-width: 820px){
  .fiq-header{ display:none !important; }
  body{ padding-top: 0 !important; }
  .fiq-mobile-footer-nav{
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 2px solid rgba(0,0,0,.12);
    z-index: 999;
  }
  .fiq-mobile-footer-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
  }
  .fiq-mnav-link{
    text-align:center;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-decoration:none;
    padding: 10px 6px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background:#fff;
  }
  .fiq-mnav-cta{
    text-align:center;
    font-size: 14px;
    font-weight: 800;
    color:#fff;
    text-decoration:none;
    padding: 12px 20px;
    border-radius: 14px;
    background:#2563eb;
    border: 1px solid rgba(0,0,0,.12);
  }
}
@media (min-width: 821px){
  .fiq-mobile-footer-nav{ display:none; }
}

/* ===== Services grid ===== */
.services-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 980px){
  .services-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px){
  .services-grid{ grid-template-columns: 1fr; }
}
.service-card{
  text-decoration:none;
  color: inherit;
}
.service-card-inner{
  background:#fff;
  border: 2px solid rgba(0,0,0,.14);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease;
}
.service-card:hover .service-card-inner{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}
.service-card h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}
.service-card p{
  margin: 0 0 12px;
  color:#333;
}
.service-card-link{
  font-weight: 800;
  color:#2563eb;
}

/* ==============================
   v32: Nav + services cleanup
   ============================== */

/* Slightly smaller desktop nav so it fits on one line */
.fiq-nav a{
  font-size:14px;
  padding:10px 12px;
}

/* Active menu highlighting (top-level + services descendants) */
.fiq-nav li.current-menu-item > a,
.fiq-nav li.current_page_item > a,
.fiq-nav li.current-menu-ancestor > a,
.fiq-nav li.current_page_ancestor > a,
.fiq-nav li.current_page_parent > a{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}
.fiq-nav li.current-menu-item > a:hover,
.fiq-nav li.current-menu-ancestor > a:hover{ opacity:0.95; }

/* Dropdown usability: add a hover bridge so the menu doesn't disappear when moving down */
.fiq-nav li.menu-item-has-children > .sub-menu{
  top:100%;
  margin-top:0;
}
.fiq-nav li.menu-item-has-children > .sub-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}
.fiq-nav .sub-menu a{ font-size:14px; }

/* Center any footer menu list (and make it look intentional) */
footer .menu,
.site-footer .menu,
.fiq-footer .menu{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  padding:0;
  margin:10px 0 0;
  list-style:none;
}
footer .menu a,
.site-footer .menu a,
.fiq-footer .menu a{
  text-decoration:none;
}

/* Hide stray icon placeholders that may be coming from missing icon fonts */
.service-card i,
.service-card svg,
.service-card .fiq-icon,
.service-card .icon,
.service-card .icon-badge,
.service-card .service-icon{
  display:none !important;
}

/* ==================== PROFESSIONAL REDESIGN STYLES ==================== */

/* Value Section */
.value-section {
  padding: 80px 0;
  background: #fff;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.value-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 30px;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
}

.value-number {
  font-size: 48px;
  font-weight: 900;
  color: #2563eb;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.2;
}

.value-title {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.value-text {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.value-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.value-link:hover {
  color: #1e40af;
}

/* Section Headers */
.section-header-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-kicker {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

.section-title-large {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.title-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
  margin: 0 auto 20px;
  border-radius: 999px;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Why Section */
.why-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-image {
    order: -1;
  }
}

.why-content {
  max-width: 600px;
}

.why-text {
  font-size: 17px;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 20px;
}

.why-features {
  margin: 40px 0;
}

.why-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.feature-icon {
  width: 32px;
  height: 32px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 900;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 5px;
}

.feature-content p {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.why-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.why-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Button Styles */
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #2563eb;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #fff;
  color: #0f172a;
  border: 2px solid #e5e7eb;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #f8fafc;
}

/* Services Section */
.services-section {
  padding: 100px 0;
  background: #fff;
}

.services-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.service-category-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  position: relative;
}

.service-category-card.highlighted {
  border-color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
}

.service-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.service-number {
  font-size: 48px;
  font-weight: 900;
  color: #2563eb;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 15px;
}

.service-category-title {
  font-size: 26px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
  line-height: 1.3;
}

.service-category-text {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 25px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.service-list li {
  font-size: 15px;
  color: #475569;
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

.service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 900;
}

.service-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-link:hover {
  color: #1e40af;
  text-decoration: underline;
}

/* Process Section */
.process-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}

@media (max-width: 900px) {
  .process-steps {
    flex-direction: column;
  }
  .process-arrow {
    display: none;
  }
}

.process-step {
  flex: 1;
  text-align: center;
}

.process-number {
  width: 80px;
  height: 80px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.process-title {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.process-text {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.process-arrow {
  font-size: 48px;
  color: #cbd5e1;
  font-weight: 300;
}

/* Trust Section */
.trust-section {
  padding: 100px 0;
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.trust-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.trust-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
}

.trust-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.trust-title {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 12px;
}

.trust-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Maintenance Section */
.maintenance-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
}

.maintenance-card {
  background: #fff;
  border: 3px solid #2563eb;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.15);
}

.maintenance-badge {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.maintenance-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
  line-height: 1.2;
}

.maintenance-subtitle {
  font-size: 20px;
  color: #475569;
  margin: 0 0 50px;
  font-weight: 500;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
  text-align: left;
}

.maintenance-feature {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px;
}

.maintenance-feature h4 {
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 10px;
}

.maintenance-feature p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.maintenance-cta {
  border-top: 2px solid #e5e7eb;
  padding-top: 40px;
  margin-top: 20px;
}

.maintenance-cta h3 {
  font-size: 26px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.maintenance-cta p {
  font-size: 17px;
  color: #64748b;
  margin: 0 0 30px;
}

/* Final CTA Section */
.final-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: #fff;
}

.final-cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.final-cta-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}

.final-cta-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 40px;
}

.final-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn-primary-large {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: #fff;
  color: #2563eb;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-primary-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.btn-secondary-large {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-secondary-large:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.final-cta-badge {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}


/* ==================== PAGE TEMPLATES STYLING ==================== */

/* Page Hero */
.page-hero {
  padding: 60px 0 40px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
  text-align: center;
}

.page-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
  line-height: 1.1;
}

.page-subtitle {
  font-size: 20px;
  color: #475569;
  line-height: 1.6;
  max-width: 700px;
  margin: 20px auto 0;
}

/* Footer Centered with Social */
.footer-content {
  text-align: center;
  padding: 40px 0;
}

.footer-social {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 50%;
  color: #475569;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #2563eb;
  color: #fff;
  transform: translateY(-3px);
}

.footer-text {
  color: #64748b;
  font-size: 14px;
}

/* Services Detail Page */
.services-detail-section {
  padding: 80px 0;
  background: #fff;
}

.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.service-detail-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 35px 30px;
  transition: all 0.3s ease;
}

.service-detail-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
}

.service-detail-title {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.service-detail-desc {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.service-detail-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-detail-link:hover {
  color: #1e40af;
  text-decoration: underline;
}

.services-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
}

.services-cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.services-cta-content h2 {
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
}

.services-cta-content p {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 40px;
}

.services-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Blog Page */
.blog-section {
  padding: 80px 0;
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}

.blog-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
}

.blog-image {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 30px;
}

.blog-meta {
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 15px;
}

.blog-title a {
  color: #0f172a;
  text-decoration: none;
}

.blog-title a:hover {
  color: #2563eb;
}

.blog-excerpt {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.blog-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-link:hover {
  color: #1e40af;
}

.blog-pagination {
  margin-top: 60px;
  text-align: center;
}

.blog-empty {
  text-align: center;
  padding: 80px 20px;
}

.blog-empty-text {
  font-size: 18px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto;
}

/* Past Projects / Instagram Page */
.instagram-section {
  padding: 40px 0 80px;
  background: #fff;
}

.instagram-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.instagram-title {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.instagram-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 30px;
}

.instagram-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCB045 100%);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(131, 58, 180, 0.3);
}

.instagram-follow-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(131, 58, 180, 0.4);
}

.instagram-feed {
  margin-top: 40px;
}

.instagram-setup {
  max-width: 700px;
  margin: 0 auto;
}

.instagram-setup-card {
  background: #f8fafc;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px;
}

.instagram-setup-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
}

.instagram-setup-card ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

.instagram-setup-card li {
  font-size: 16px;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.6;
}

.instagram-setup-note {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  font-style: italic;
}

.past-projects-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
}

.past-projects-cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.past-projects-cta-content h2 {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
}

.past-projects-cta-content p {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 40px;
}

.past-projects-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Contact Page */
.contact-section {
  padding: 80px 0;
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-card.featured {
  border-color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
}

.contact-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
}

.contact-card-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.contact-card h2 {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px;
}

.contact-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 25px;
}

.contact-phone,
.contact-email {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #2563eb;
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #2563eb;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.contact-phone:hover,
.contact-email:hover {
  background: #2563eb;
  color: #fff;
}

.contact-info-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
}

.contact-info-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact-info-content h2 {
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
}

.contact-info-content p {
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 15px;
}

.contact-info-badge {
  display: inline-block;
  background: #2563eb;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}


/* Home Blog Section */
.home-blog-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  margin-top: 60px;
}

.home-blog-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.home-blog-card:hover {
  border-color: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
}

.home-blog-image {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f1f5f9;
}

.home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.home-blog-card:hover .home-blog-image img {
  transform: scale(1.05);
}

.home-blog-content {
  padding: 30px;
}

.home-blog-meta {
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.home-blog-title {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 12px;
  line-height: 1.3;
}

.home-blog-title a {
  color: #0f172a;
  text-decoration: none;
}

.home-blog-title a:hover {
  color: #2563eb;
}

.home-blog-excerpt {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.home-blog-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-blog-link:hover {
  color: #1e40af;
}

.home-blog-cta {
  text-align: center;
  margin-top: 50px;
}


/* Enhanced Blog Page Styles */

/* Blog Hero with Search */
.blog-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
  text-align: center;
}

.blog-search-wrapper {
  max-width: 600px;
  margin: 40px auto 0;
}

.blog-search-form {
  display: flex;
  gap: 10px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.blog-search-form:focus-within {
  border-color: #2563eb;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.15);
}

.blog-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  color: #0f172a;
  background: transparent;
}

.blog-search-input::placeholder {
  color: #94a3b8;
}

.blog-search-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.blog-search-button:hover {
  background: #1e40af;
  transform: translateY(-1px);
}

.blog-search-info {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-search-info p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.blog-clear-search {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.blog-clear-search:hover {
  color: #1e40af;
  text-decoration: underline;
}

/* Blog Categories Filter */
.blog-categories {
  padding: 40px 0;
  background: #fff;
  border-bottom: 2px solid #f1f5f9;
}

.blog-categories-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-categories-label {
  font-weight: 700;
  color: #475569;
  font-size: 15px;
}

.blog-categories-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #f1f5f9;
  color: #475569;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.blog-category-tag:hover {
  background: #2563eb;
  color: #fff;
}

.blog-category-count {
  opacity: 0.7;
  font-size: 13px;
}

/* Blog Stats */
.blog-stats {
  margin-bottom: 30px;
  text-align: center;
}

.blog-stats-text {
  color: #64748b;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

/* Blog Meta Enhanced */
.blog-meta {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.blog-category {
  color: #2563eb;
  text-decoration: none;
  font-weight: 700;
}

.blog-category:hover {
  text-decoration: underline;
}

/* Enhanced Empty State */
.blog-empty {
  text-align: center;
  padding: 100px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.blog-empty-icon {
  font-size: 80px;
  margin-bottom: 30px;
  opacity: 0.5;
}

.blog-empty-title {
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 20px;
}

.blog-empty-text {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 30px;
}

/* Enhanced Pagination */
.blog-pagination {
  margin-top: 80px;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-pagination .page-numbers li {
  list-style: none;
}

.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  color: #475569;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
}

.blog-pagination a.page-numbers:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #f8fafc;
}

.blog-pagination span.current {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
  font-weight: 700;
}

.blog-pagination .dots {
  border: none;
  background: transparent;
  color: #cbd5e1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .blog-search-form {
    flex-direction: column;
    border-radius: 16px;
  }
  
  .blog-search-button {
    justify-content: center;
  }
  
  .blog-categories-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  
  .blog-categories-list {
    justify-content: flex-start;
  }
  
  .blog-pagination .page-numbers {
    flex-wrap: wrap;
  }
}


/* Reduce Homepage Section Spacing */
.value-section {
  padding: 60px 0 !important;
}

.why-section {
  padding: 70px 0 !important;
}

.services-section {
  padding: 70px 0 !important;
}

.process-section {
  padding: 70px 0 !important;
}

.trust-section {
  padding: 70px 0 !important;
}

.maintenance-section {
  padding: 70px 0 !important;
}

.home-blog-section {
  padding: 70px 0 !important;
}

/* Mobile Hero Simple Fix */
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .hero-media {
    min-height: 100vh;
    width: 100%;
  }
  
  .hero-bg {
    min-height: 100vh;
  }
  
  .hero-content {
    padding: 40px 20px 120px;
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
  
  .hero-box {
    width: 100%;
  }
  
  /* Remove any bottom border/line */
  .hero::after,
  .hero-content::after,
  .hero-bg::after,
  .hero-media::after {
    display: none !important;
    border: none !important;
  }
}


/* Story Section */
.story-section {
  padding: 80px 0;
  background: #fff;
}

.story-content {
  max-width: 900px;
  margin: 0 auto;
}

.story-text {
  font-size: 18px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 25px;
}

.story-signature {
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, #fff 100%);
  border-left: 4px solid #2563eb;
  border-radius: 8px;
}

.story-name {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 5px 0;
}

.story-company {
  font-size: 16px;
  color: #64748b;
  margin: 0;
}

.story-values {
  margin-top: 60px;
}

.values-title {
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  text-align: center;
  margin: 0 0 10px 0;
}

.values-subtitle {
  font-size: 24px;
  font-weight: 800;
  color: #2563eb;
  text-align: center;
  margin: 0 0 40px 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

.value-item {
  background: #f8fafc;
  padding: 30px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
}

.value-item h5 {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 15px 0;
}

.value-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}



/* Fix Hero Button Position on Mobile - FINAL */
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
  }
  
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding: 20px 20px 80px;
  }
  
  .hero-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    padding-bottom: 40px;
  }
  
  /* Push button to very bottom */
  .hero-cta {
    margin-top: 0;
    order: 2;
  }
  
  /* Ensure logo stays visible at top if present */
  .hero-logo {
    order: 1;
    margin-bottom: 40vh;
  }
}


/* Mobile - Button overlaps bottom of logo */
@media (max-width: 768px) {
  .hero-content {
    padding-bottom: 60px !important;
  }
  
  .hero-box {
    padding-top: 78vh !important;
  }
}
/* Value card icon (checkmark) styling */
.value-icon {
  font-size: 56px;
  font-weight: 900;
  color: #22c55e;
  margin-bottom: 20px;
  line-height: 1;
}

/* Instagram Follow Section */
.instagram-follow-section {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e2e8f0;
}

.instagram-follow-text {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}