/* ─── Variables ─────────────────────────────────────────────────────────── */
:root {
  --orange:    #F97316;
  --orange-d:  #EA580C;
  --navy:      #0F172A;
  --navy-m:    #1E293B;
  --slate:     #334155;
  --gray:      #64748B;
  --light:     #F8FAFC;
  --white:     #FFFFFF;
  --border:    #E2E8F0;
  --radius:    12px;
  --radius-lg: 20px;
  --shadow:    0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.14);
  --trans:     all .25s cubic-bezier(.4,0,.2,1);
}

/* ─── Reset ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ─── Utilities ─────────────────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; background: rgba(249,115,22,.12); color: var(--orange); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 16px; border-radius: 99px; margin-bottom: 14px; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.section-desc { font-size: 1.05rem; color: var(--gray); max-width: 560px; margin: 0 auto; }
.text-orange { color: var(--orange); }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: var(--trans); cursor: pointer; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 16px rgba(249,115,22,.35); }
.btn-primary:hover { background: var(--orange-d); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,115,22,.4); }
.btn-outline { border: 2px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-white { background: #fff; color: var(--orange); }
.btn-white:hover { background: var(--light); transform: translateY(-2px); }

/* ─── Topbar ─────────────────────────────────────────────────────────────── */
.topbar { background: var(--navy); color: #fff; padding: 8px 0; font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.topbar-right { display: flex; gap: 20px; }
.topbar a { color: rgba(255,255,255,.85); transition: var(--trans); }
.topbar a:hover { color: var(--orange); }
.topbar i { margin-right: 5px; }

/* ─── Navbar ─────────────────────────────────────────────────────────────── */
.navbar { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: var(--trans); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 38px; height: 38px; flex-shrink: 0; }
.logo-main { display: block; font-size: 1.1rem; font-weight: 800; color: var(--navy); line-height: 1; }
.logo-sub { display: block; font-size: .75rem; font-weight: 600; color: var(--orange); letter-spacing: .05em; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 14px; border-radius: 8px; font-size: .9rem; font-weight: 500; color: var(--slate); transition: var(--trans); }
.nav-links a:hover, .nav-links a.active { color: var(--orange); background: rgba(249,115,22,.08); }
.btn-call { background: var(--orange) !important; color: #fff !important; padding: 10px 20px !important; border-radius: var(--radius) !important; font-weight: 700 !important; }
.btn-call:hover { background: var(--orange-d) !important; box-shadow: 0 4px 16px rgba(249,115,22,.35); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--trans); }

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #1e3a5f 50%, #0f3460 100%); color: #fff; padding: 100px 0 80px; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(249,115,22,.2) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(249,115,22,.2); border: 1px solid rgba(249,115,22,.4); color: var(--orange); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 8px 16px; border-radius: 99px; margin-bottom: 24px; }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.8); margin-bottom: 36px; line-height: 1.7; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 32px; }
.stat-item { }
.stat-num { font-size: 1.8rem; font-weight: 900; color: var(--orange); }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.65); }
.hero-visual { position: relative; }
.hero-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); border-radius: var(--radius-lg); padding: 32px; }
.hero-card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.hero-services-list { display: flex; flex-direction: column; gap: 14px; }
.hero-service-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: rgba(255,255,255,.05); border-radius: var(--radius); border: 1px solid rgba(255,255,255,.08); transition: var(--trans); }
.hero-service-item:hover { background: rgba(249,115,22,.15); border-color: rgba(249,115,22,.3); }
.hero-service-icon { font-size: 1.5rem; }
.hero-service-text strong { display: block; font-size: .9rem; font-weight: 600; }
.hero-service-text span { font-size: .78rem; color: rgba(255,255,255,.6); }
.hero-phone-badge { margin-top: 20px; background: var(--orange); border-radius: var(--radius); padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.hero-phone-badge i { font-size: 1.4rem; }
.phone-badge-text small { display: block; font-size: .72rem; opacity: .8; }
.phone-badge-text strong { font-size: 1.15rem; font-weight: 800; letter-spacing: .02em; }

/* ─── Services ───────────────────────────────────────────────────────────── */
.services-section { background: var(--light); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.service-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--trans); border: 1px solid var(--border); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.service-card-img { height: 200px; background: linear-gradient(135deg, #f0f4ff, #e8f0fe); display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-body { padding: 24px; }
.service-card-icon { font-size: 2rem; margin-bottom: 12px; }
.service-card-title { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.service-card-subtitle { font-size: .8rem; font-weight: 600; color: var(--orange); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.service-card-desc { font-size: .88rem; color: var(--gray); line-height: 1.65; }

/* ─── Why Us ─────────────────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.why-card { text-align: center; padding: 36px 24px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); transition: var(--trans); }
.why-card:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.why-icon { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(249,115,22,.12), rgba(249,115,22,.06)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 16px; }
.why-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: .85rem; color: var(--gray); }

/* ─── CTA Banner ─────────────────────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, var(--orange) 0%, #c2410c 100%); color: #fff; padding: 72px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 16px; }
.cta-banner p { font-size: 1.05rem; opacity: .9; margin-bottom: 36px; }
.cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
.btn-call-lg { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--orange); font-size: 1.1rem; font-weight: 800; padding: 18px 36px; border-radius: var(--radius); box-shadow: 0 4px 20px rgba(0,0,0,.15); transition: var(--trans); }
.btn-call-lg:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,.2); }
.btn-wp-lg { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-size: 1.1rem; font-weight: 800; padding: 18px 36px; border-radius: var(--radius); box-shadow: 0 4px 20px rgba(0,0,0,.15); transition: var(--trans); }
.btn-wp-lg:hover { background: #1ebe57; transform: translateY(-3px); }

/* ─── Blog ───────────────────────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: var(--trans); box-shadow: var(--shadow); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img { height: 200px; background: linear-gradient(135deg, #f0f4ff, #fef3e2); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 24px; }
.blog-date { font-size: .76rem; color: var(--gray); margin-bottom: 8px; }
.blog-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--navy); line-height: 1.4; }
.blog-card-excerpt { font-size: .85rem; color: var(--gray); line-height: 1.6; margin-bottom: 16px; }
.blog-read-more { font-size: .85rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }
.blog-read-more:hover { gap: 10px; }

/* ─── Blog Post ──────────────────────────────────────────────────────────── */
.post-hero { background: linear-gradient(135deg, var(--navy), var(--navy-m)); color: #fff; padding: 60px 0 40px; }
.post-hero h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.2; }
.post-meta { margin-top: 14px; font-size: .85rem; opacity: .7; }
.post-content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 60px 0; }
.post-body { font-size: 1.02rem; line-height: 1.85; color: var(--slate); }
.post-body h2, .post-body h3 { color: var(--navy); font-weight: 700; margin: 28px 0 12px; }
.post-body p { margin-bottom: 18px; }
.post-body ul, .post-body ol { margin: 16px 0 16px 24px; }
.post-body li { margin-bottom: 8px; }
.post-body img { border-radius: var(--radius); margin: 24px 0; }
.post-sidebar { }
.sidebar-widget { background: var(--light); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 24px; border: 1px solid var(--border); }
.sidebar-widget h4 { font-size: .95rem; font-weight: 700; margin-bottom: 16px; color: var(--navy); }
.sidebar-cta { background: var(--orange); color: #fff; text-align: center; }
.sidebar-cta h4 { color: #fff; }
.sidebar-cta p { font-size: .85rem; opacity: .9; margin-bottom: 16px; }

/* ─── Contact ────────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: 2rem; font-weight: 800; margin-bottom: 16px; }
.contact-info p { color: var(--gray); margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--light); border-radius: var(--radius); border: 1px solid var(--border); }
.contact-item-icon { width: 44px; height: 44px; background: rgba(249,115,22,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 1.1rem; flex-shrink: 0; }
.contact-item-text strong { display: block; font-size: .85rem; font-weight: 600; color: var(--gray); margin-bottom: 4px; }
.contact-item-text a { font-size: 1rem; font-weight: 700; color: var(--navy); }
.contact-call-btns { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.btn-big-call { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-radius: var(--radius); font-size: 1.05rem; font-weight: 700; transition: var(--trans); }
.btn-big-call.orange { background: var(--orange); color: #fff; }
.btn-big-call.green  { background: #25D366; color: #fff; }
.btn-big-call:hover  { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.contact-map { background: #e8f0fe; border-radius: var(--radius-lg); overflow: hidden; height: 400px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* ─── About ──────────────────────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, #f0f4ff, #fef3e2); height: 380px; display: flex; align-items: center; justify-content: center; font-size: 6rem; }
.about-content h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 16px; }
.about-content p { color: var(--gray); margin-bottom: 16px; line-height: 1.75; }
.about-features { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.about-feat { display: flex; align-items: center; gap: 12px; }
.about-feat i { color: var(--orange); font-size: 1rem; }
.about-feat span { font-size: .92rem; font-weight: 500; }

/* ─── Page Header ────────────────────────────────────────────────────────── */
.page-header { background: linear-gradient(135deg, var(--navy), #1e3a5f); color: #fff; padding: 60px 0; text-align: center; }
.page-header h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; }
.page-header p { margin-top: 12px; opacity: .8; font-size: 1rem; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-top: 16px; font-size: .85rem; opacity: .7; }
.breadcrumb a:hover { color: var(--orange); }

/* ─── Pagination ─────────────────────────────────────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a, .pagination span { padding: 10px 16px; border-radius: var(--radius); border: 1px solid var(--border); font-size: .9rem; font-weight: 500; transition: var(--trans); }
.pagination a:hover { border-color: var(--orange); color: var(--orange); }
.pagination .current { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ─── Float Buttons ──────────────────────────────────────────────────────── */
.float-btns { position: fixed; bottom: 28px; right: 24px; z-index: 999; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.2); transition: var(--trans); }
.float-btn:hover { transform: scale(1.1); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.float-wp    { background: #25D366; }
.float-phone { background: var(--orange); }

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.footer { background: var(--navy); color: rgba(255,255,255,.8); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo .logo-main { color: #fff; }
.footer-col p { font-size: .88rem; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: var(--trans); }
.footer-social a:hover { background: var(--orange); }
.footer-col h4 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { font-size: .85rem; opacity: .8; transition: var(--trans); }
.footer-col ul a:hover { color: var(--orange); opacity: 1; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; margin-bottom: 10px; }
.footer-contact i { color: var(--orange); margin-top: 2px; flex-shrink: 0; }
.footer-cta-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.btn-footer-call { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: var(--orange); color: #fff; border-radius: var(--radius); font-size: .88rem; font-weight: 700; transition: var(--trans); }
.btn-footer-call:hover { background: var(--orange-d); }
.btn-footer-wp { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: #25D366; color: #fff; border-radius: var(--radius); font-size: .88rem; font-weight: 700; transition: var(--trans); }
.btn-footer-wp:hover { background: #1ebe57; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; font-size: .8rem; opacity: .6; margin-top: 40px; }
.footer-bottom a { opacity: 1; }
.footer-bottom a:hover { color: var(--orange); }

/* ─── Flash ──────────────────────────────────────────────────────────────── */
.flash-container { position: fixed; top: 80px; right: 20px; z-index: 9999; display: flex; flex-direction: column; gap: 8px; }
.flash { padding: 14px 20px; border-radius: var(--radius); font-size: .9rem; font-weight: 500; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-lg); }
.flash button { margin-left: auto; font-size: 1.1rem; opacity: .7; }
.flash-success { background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7; }
.flash-error   { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }
.flash-info    { background: #eff6ff; color: #1e40af; border: 1px solid #93c5fd; }

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .post-content-wrapper { grid-template-columns: 1fr; }
  .post-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .section { padding: 56px 0; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); padding: 20px; gap: 4px; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .post-sidebar { grid-template-columns: 1fr; }
}
