/*
Theme Name: Spot2 Spark
Theme URI: https://spot2spark.com
Author: Mishuk
Author URI: https://spot2spark.com
Description: Professional cleaning service WordPress theme. Fully dynamic — every text, color, image, phone number, email, and content is editable from WordPress admin. Custom Post Types for Services, Team, Testimonials, Projects. One-click demo import included.
Version: 2.0.0
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spot2spark
Tags: cleaning, business, elementor, portfolio, blog, custom-colors, custom-logo, full-width-template, sticky-post
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --green:        #2DB224;
  --green-dark:   #1e8a1a;
  --green-light:  #e8f7e7;
  --teal:         #0d3d2e;
  --teal-mid:     #1a4a3a;
  --white:        #ffffff;
  --off-white:    #f5fdf4;
  --gray:         #64748b;
  --gray-light:   #e2e8f0;
  --heading:      #0f172a;
  --radius:       10px;
  --radius-lg:    18px;
  --shadow:       0 4px 24px rgba(0,0,0,0.08);
  --shadow-hover: 0 12px 40px rgba(45,178,36,0.18);
  --transition:   0.3s ease;
  --font:         'Inter', sans-serif;
  --max-w:        1200px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { color: var(--heading); font-weight: 700; line-height: 1.2; }
input,select,textarea,button { font-family: var(--font); }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.s2s-section { padding: 90px 0; }
.s2s-section-sm { padding: 60px 0; }
.bg-off  { background: var(--off-white); }
.bg-dark { background: var(--teal); }
.text-center { text-align: center; }
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-content { flex: 1; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px;
}
.eyebrow::before { content:''; width:24px; height:2px; background:var(--green); border-radius:2px; }
.eyebrow.center { justify-content: center; }
.section-title { font-size: clamp(26px, 4vw, 42px); margin-bottom: 16px; }
.section-title span { color: var(--green); }
.section-desc { font-size: 15px; max-width: 560px; color: var(--gray); margin: 0 auto 48px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 30px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  border: 2px solid transparent; transition: all var(--transition);
}
.btn-primary { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(45,178,36,0.3); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: var(--white); color: var(--green); }
.btn-dark { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn-dark:hover { background: #0a2e22; color: var(--white); }

/* ============================================================
   TOPBAR
   ============================================================ */
.s2s-topbar { background: var(--green); color: var(--white); font-size: 13px; padding: 8px 0; }
.s2s-topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-left span { display: flex; align-items: center; gap: 6px; }
.topbar-social { display: flex; gap: 8px; }
.topbar-social a { width: 26px; height: 26px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--white); transition: background var(--transition); }
.topbar-social a:hover { background: rgba(255,255,255,0.4); }

/* ============================================================
   HEADER
   ============================================================ */
.s2s-header { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.07); transition: box-shadow var(--transition); }
.s2s-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: var(--max-w); margin: 0 auto; gap: 20px; }
.site-branding { flex-shrink: 0; }
.site-branding .custom-logo { height: 50px; width: auto; }
.site-branding .site-title { font-size: 26px; font-weight: 900; color: var(--heading); letter-spacing: -1px; }
.site-branding .site-title span { color: var(--green); }
.site-branding a { color: inherit; }

/* Nav */
.main-nav-wrap { display: flex; align-items: center; gap: 20px; flex: 1; justify-content: flex-end; }
.main-navigation ul { display: flex; align-items: center; gap: 4px; }
.main-navigation li { position: relative; }
.main-navigation a { display: block; padding: 8px 14px; font-size: 15px; font-weight: 500; color: var(--heading); border-radius: 8px; transition: all var(--transition); white-space: nowrap; }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current-page-ancestor > a { color: var(--green); }
.main-navigation .menu-item-has-children > a::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 4px; font-size: 11px; }
.main-navigation .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); min-width: 210px; border-radius: var(--radius); box-shadow: var(--shadow); border-top: 3px solid var(--green); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--transition); z-index: 100; }
.main-navigation li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-navigation .sub-menu a { padding: 11px 18px; font-size: 14px; border-bottom: 1px solid var(--gray-light); border-radius: 0; }
.main-navigation .sub-menu li:last-child a { border-bottom: none; }
.main-navigation .sub-menu a:hover { color: var(--green); padding-left: 24px; background: var(--off-white); }
.header-cta-btn { flex-shrink: 0; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--heading); border-radius: 2px; transition: all var(--transition); }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.s2s-page-hero { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-mid) 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.s2s-page-hero::before { content:''; position:absolute; inset:0; background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.s2s-page-hero .container { position: relative; z-index: 1; }
.s2s-page-hero h1 { color: var(--white); font-size: clamp(28px,5vw,48px); margin-bottom: 16px; }
.s2s-breadcrumb { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.7); }
.s2s-breadcrumb a { color: rgba(255,255,255,0.7); }
.s2s-breadcrumb a:hover { color: var(--green); }
.s2s-breadcrumb .sep { color: rgba(255,255,255,0.3); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.s2s-hero { background: linear-gradient(135deg, var(--teal) 0%, #0a2e22 100%); padding: 90px 0; min-height: 600px; display: flex; align-items: center; position: relative; overflow: hidden; }
.s2s-hero::after { content:''; position:absolute; right:-5%; top:-20%; width:55%; height:140%; border-radius:50% 0 0 50%; background:rgba(45,178,36,0.05); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(45,178,36,0.15); border: 1px solid rgba(45,178,36,0.3); color: var(--green); padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; }
.s2s-hero h1 { font-size: clamp(32px,5vw,56px); color: var(--white); margin-bottom: 20px; line-height: 1.1; }
.s2s-hero h1 span { color: var(--green); }
.hero-desc { color: rgba(255,255,255,0.78); font-size: 16px; max-width: 480px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-contacts { display: flex; flex-direction: column; gap: 12px; }
.hero-contact { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.85); font-size: 14px; }
.hero-contact-icon { width: 38px; height: 38px; background: rgba(45,178,36,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green); flex-shrink: 0; }
.hero-img-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 460px; background: rgba(45,178,36,0.08); display: flex; align-items: center; justify-content: center; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-icon { font-size: 100px; color: rgba(45,178,36,0.2); }
.hero-reviews { position: absolute; bottom: 24px; left: 24px; background: var(--white); border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow); }
.review-avatars { display: flex; }
.review-avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--white); margin-right: -10px; object-fit: cover; }
.review-avatar-placeholder { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--white); background: var(--green); margin-right: -10px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--white); }
.review-avatar-placeholder:nth-child(2) { background: var(--teal); }
.review-avatar-placeholder:nth-child(3) { background: #f59e0b; }
.review-info { margin-left: 14px; }
.review-stars { color: #f59e0b; font-size: 12px; }
.review-text { font-size: 12px; font-weight: 600; color: var(--heading); }

/* ============================================================
   STATS STRIP
   ============================================================ */
.s2s-stats { background: var(--white); box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 36px 24px; text-align: center; border-right: 1px solid var(--gray-light); transition: background var(--transition); }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: var(--off-white); }
.stat-num { font-size: 44px; font-weight: 900; color: var(--green); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 13px; color: var(--gray); font-weight: 500; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; height: 460px; border-radius: var(--radius-lg); overflow: hidden; background: var(--off-white); display: flex; align-items: center; justify-content: center; font-size: 80px; color: rgba(45,178,36,0.2); }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-badge-box { position: absolute; bottom: 28px; right: -24px; background: var(--green); color: var(--white); padding: 18px 22px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow); }
.about-badge-num { font-size: 36px; font-weight: 900; line-height: 1; }
.about-badge-label { font-size: 11px; opacity: 0.9; margin-top: 2px; }
.clients-row { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.client-faces { display: flex; }
.client-face { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--white); background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--white); margin-right: -10px; overflow: hidden; }
.client-face img { width: 100%; height: 100%; object-fit: cover; }
.client-face:nth-child(2) { background: var(--teal); }
.client-face:nth-child(3) { background: #f59e0b; }
.clients-info { margin-left: 18px; }
.clients-num { font-size: 22px; font-weight: 800; color: var(--green); }
.clients-label { font-size: 13px; color: var(--gray); }
.about-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.about-feature { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: var(--off-white); border-radius: var(--radius); border-left: 3px solid var(--green); transition: all var(--transition); }
.about-feature:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.about-feature-icon { color: var(--green); font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.about-feature h4 { font-size: 14px; color: var(--heading); margin-bottom: 3px; }
.about-feature p { font-size: 12px; color: var(--gray); }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 24px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--gray-light); transition: all var(--transition); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); border-color: var(--green); }
.service-card-img { height: 200px; background: var(--off-white); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-img i { font-size: 56px; color: rgba(45,178,36,0.25); transition: transform var(--transition); }
.service-card:hover .service-card-img i { transform: scale(1.1); }
.service-num { position: absolute; top: 14px; left: 14px; background: var(--green); color: var(--white); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.service-icon-wrap { position: absolute; bottom: -20px; left: 20px; width: 48px; height: 48px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 20px; box-shadow: 0 4px 14px rgba(45,178,36,0.4); z-index: 2; }
.service-card-body { padding: 30px 22px 24px; }
.service-card-body h3 { font-size: 18px; margin-bottom: 10px; }
.service-card-body p { font-size: 14px; margin-bottom: 16px; line-height: 1.6; }
.service-link { color: var(--green); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.service-link:hover { gap: 12px; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.s2s-cta { background: linear-gradient(135deg, var(--teal) 0%, #0a2e22 100%); padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.s2s-cta::before { content:''; position:absolute; top:-50%; left:-10%; width:400px; height:400px; background:rgba(45,178,36,0.06); border-radius:50%; }
.s2s-cta h2 { color: var(--white); font-size: clamp(22px,4vw,38px); margin-bottom: 28px; position: relative; z-index: 1; }
.s2s-cta h2 span { color: var(--green); }

/* ============================================================
   TEAM
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; }
.team-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); text-align: center; border: 1px solid var(--gray-light); transition: all var(--transition); }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.team-card-img { height: 260px; background: linear-gradient(135deg, var(--off-white) 0%, #d1fae5 100%); display: flex; align-items: center; justify-content: center; font-size: 72px; color: rgba(45,178,36,0.25); position: relative; overflow: hidden; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-social-overlay { position: absolute; inset: 0; background: rgba(13,61,46,0.85); display: flex; align-items: center; justify-content: center; gap: 10px; opacity: 0; transition: opacity var(--transition); }
.team-card:hover .team-social-overlay { opacity: 1; }
.team-social-overlay a { width: 34px; height: 34px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 13px; transition: background var(--transition); }
.team-social-overlay a:hover { background: var(--green-dark); }
.team-card-body { padding: 20px; }
.team-card-body h4 { font-size: 17px; margin-bottom: 4px; }
.team-card-body span { font-size: 13px; color: var(--green); font-weight: 500; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.testimonial-list { display: flex; flex-direction: column; gap: 16px; }
.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 26px; border: 1px solid var(--gray-light); position: relative; transition: all var(--transition); cursor: pointer; }
.testimonial-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:4px; background: var(--gray-light); border-radius: 4px 0 0 4px; transition: background var(--transition); }
.testimonial-card.active, .testimonial-card:hover { box-shadow: var(--shadow-hover); border-color: var(--green); }
.testimonial-card.active::before, .testimonial-card:hover::before { background: var(--green); }
.testimonial-card.active { background: var(--off-white); }
.t-author { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.t-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.t-avatar-placeholder { width: 46px; height: 46px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.t-name { font-size: 15px; font-weight: 700; color: var(--heading); }
.t-role { font-size: 12px; color: var(--gray); }
.t-text { font-size: 14px; line-height: 1.7; }
.t-quote { position: absolute; top: 18px; right: 20px; font-size: 36px; color: rgba(45,178,36,0.12); font-family: serif; line-height: 1; }
.testimonials-right { position: relative; }
.testimonial-img { height: 400px; background: linear-gradient(135deg, var(--teal-mid), var(--teal)); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.testimonial-img img { width: 100%; height: 100%; object-fit: cover; }
.happy-badge { position: absolute; bottom: 24px; left: 24px; background: var(--white); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px; }
.happy-num { font-size: 28px; font-weight: 900; color: var(--green); }
.happy-label { font-size: 12px; font-weight: 700; color: var(--heading); margin-bottom: 2px; }
.happy-stars { color: #f59e0b; font-size: 13px; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 24px; }
.pricing-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 2px solid var(--gray-light); transition: all var(--transition); }
.pricing-card:hover, .pricing-card.featured { border-color: var(--green); transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.pricing-card-img { height: 200px; background: var(--off-white); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pricing-card-img img { width: 100%; height: 100%; object-fit: cover; }
.pricing-card-img i { font-size: 60px; color: rgba(45,178,36,0.2); }
.price-badge { position: absolute; bottom: 14px; left: 14px; background: var(--green); color: var(--white); padding: 6px 16px; border-radius: 6px; font-weight: 700; font-size: 18px; }
.price-badge sup { font-size: 12px; vertical-align: super; }
.price-badge small { font-size: 11px; opacity: 0.85; margin-left: 4px; font-weight: 400; }
.pricing-card-body { padding: 24px; }
.pricing-card-body h3 { font-size: 20px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px dashed var(--gray-light); }
.pricing-features { margin-bottom: 24px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-size: 14px; border-bottom: 1px solid var(--gray-light); }
.pricing-features li:last-child { border: none; }
.pricing-features li i { color: var(--green); font-size: 12px; }
.payment-strip { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; padding: 18px 24px; background: var(--teal); border-radius: var(--radius); flex-wrap: wrap; }
.payment-strip span { color: rgba(255,255,255,0.8); font-size: 14px; }
.payment-strip i { font-size: 28px; color: var(--white); }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-features { display: flex; flex-direction: column; gap: 20px; }
.why-feature { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); transition: all var(--transition); }
.why-feature:hover { transform: translateX(6px); border-left: 3px solid var(--green); }
.why-icon { width: 52px; height: 52px; background: var(--off-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 22px; flex-shrink: 0; }
.why-feature h4 { font-size: 16px; margin-bottom: 6px; }
.why-img-wrap { height: 420px; background: linear-gradient(135deg, var(--off-white), #d1fae5); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 90px; color: rgba(45,178,36,0.2); position: relative; overflow: hidden; }
.why-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.why-rating { position: absolute; top: 24px; right: 24px; background: var(--white); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow); text-align: center; }
.why-rating .rate { font-size: 32px; font-weight: 900; color: var(--heading); }
.why-rating .stars { color: #f59e0b; font-size: 14px; }
.why-rating .label { font-size: 11px; color: var(--gray); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 28px; }
.blog-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--gray-light); transition: all var(--transition); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.blog-card-img { height: 220px; overflow: hidden; background: var(--off-white); display: flex; align-items: center; justify-content: center; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-img i { font-size: 52px; color: rgba(45,178,36,0.2); }
.blog-card-body { padding: 22px; }
.blog-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--green); margin-bottom: 10px; font-weight: 500; }
.blog-card-body h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.3; }
.blog-card-body h3 a { color: var(--heading); transition: color var(--transition); }
.blog-card:hover .blog-card-body h3 a { color: var(--green); }
.blog-card-body p { font-size: 14px; line-height: 1.6; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.single-post-wrap { max-width: 820px; margin: 0 auto; }
.single-feat-img { height: 420px; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 32px; background: var(--off-white); display: flex; align-items: center; justify-content: center; }
.single-feat-img img { width: 100%; height: 100%; object-fit: cover; }
.post-meta-row { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--green); margin-bottom: 28px; }
.post-meta-row span { display: flex; align-items: center; gap: 6px; }
.post-meta-row a { color: var(--green); }
.entry-content h1, .entry-content h2 { font-size: clamp(22px,3vw,32px); margin-bottom: 20px; }
.entry-content h3 { font-size: 22px; margin: 32px 0 14px; }
.entry-content p { font-size: 15px; line-height: 1.85; margin-bottom: 20px; color: var(--gray); }
.entry-content ul, .entry-content ol { margin: 16px 0 20px 20px; }
.entry-content li { padding: 6px 0; font-size: 15px; color: var(--gray); }
.entry-content img { border-radius: var(--radius); margin: 20px 0; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.post-tag { background: var(--off-white); color: var(--green); font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(45,178,36,0.2); transition: all var(--transition); }
.post-tag:hover { background: var(--green); color: var(--white); }
.post-nav { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--gray-light); flex-wrap: wrap; gap: 16px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.faq-item { border: 1px solid var(--gray-light); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-question { padding: 18px 22px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: var(--white); transition: all var(--transition); }
.faq-question:hover { color: var(--green); }
.faq-question.active { color: var(--green); background: var(--off-white); }
.faq-question i { transition: transform var(--transition); font-size: 13px; color: var(--green); }
.faq-question.active i { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 22px 18px; font-size: 14px; background: var(--off-white); line-height: 1.7; }
.faq-answer.show { display: block; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-form-box { background: var(--teal); border-radius: var(--radius-lg); padding: 44px; }
.contact-form-box h2 { color: var(--white); margin-bottom: 28px; font-size: 26px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); color: var(--white); font-size: 14px; outline: none; transition: border var(--transition); }
.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.45); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); }
.form-group select option { background: var(--teal); color: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-message { padding: 12px 16px; border-radius: var(--radius); font-size: 14px; margin-top: 12px; display: none; }
.form-message.success { background: rgba(45,178,36,0.2); color: #86efac; border: 1px solid rgba(45,178,36,0.3); display: block; }
.form-message.error { background: rgba(220,38,38,0.2); color: #fca5a5; border: 1px solid rgba(220,38,38,0.3); display: block; }
.contact-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.contact-info-card { background: var(--off-white); border-radius: var(--radius); padding: 22px; text-align: center; border: 1px solid var(--gray-light); transition: all var(--transition); }
.contact-info-card:hover { border-color: var(--green); box-shadow: var(--shadow); }
.ci-icon { width: 46px; height: 46px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px; margin: 0 auto 12px; }
.ci-label { font-size: 11px; color: var(--gray); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.ci-value { font-size: 14px; font-weight: 600; color: var(--heading); word-break: break-word; }
.map-box { border-radius: var(--radius-lg); overflow: hidden; height: 260px; }
.map-box iframe { width: 100%; height: 100%; border: none; display: block; }
.map-placeholder { width: 100%; height: 260px; background: var(--off-white); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 44px; color: rgba(45,178,36,0.2); border: 1px solid var(--gray-light); }

/* ============================================================
   PROJECTS
   ============================================================ */
.projects-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.filter-btn { padding: 9px 22px; border-radius: 24px; border: 2px solid var(--gray-light); background: var(--white); font-size: 14px; font-weight: 500; cursor: pointer; transition: all var(--transition); color: var(--gray); }
.filter-btn:hover, .filter-btn.active { background: var(--green); border-color: var(--green); color: var(--white); }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
.project-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow); transition: all var(--transition); }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.project-card-img { height: 260px; background: var(--off-white); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.project-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.project-card:hover .project-card-img img { transform: scale(1.06); }
.project-card-img i { font-size: 60px; color: rgba(45,178,36,0.2); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,61,46,0.92) 0%, transparent 50%); opacity: 0; transition: opacity var(--transition); display: flex; align-items: flex-end; padding: 24px; }
.project-card:hover .project-overlay { opacity: 1; }
.project-info h4 { color: var(--white); font-size: 17px; margin-bottom: 4px; }
.project-info span { color: var(--green); font-size: 13px; font-weight: 500; }
.project-ext-link { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); opacity: 0; transform: translateY(-8px); transition: all var(--transition); }
.project-card:hover .project-ext-link { opacity: 1; transform: translateY(0); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--teal); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-about .footer-logo { font-size: 24px; font-weight: 900; color: var(--white); margin-bottom: 14px; }
.footer-about .footer-logo span { color: var(--green); }
.footer-about .custom-logo { max-height: 50px; width: auto; margin-bottom: 14px; }
.footer-about p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 20px; }
.footer-social-label { color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 600; display: block; margin-bottom: 12px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 14px; transition: all var(--transition); }
.footer-social a:hover { background: var(--green); color: var(--white); }
.footer-col h4 { color: var(--white); font-size: 17px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--green); display: inline-block; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 14px; display: flex; align-items: center; gap: 8px; transition: all var(--transition); }
.footer-links a::before { content:'→'; color: var(--green); font-size: 11px; transition: margin var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-links a:hover::before { margin-right: 4px; }
.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.65); font-size: 14px; }
.fc-icon { width: 30px; height: 30px; background: rgba(45,178,36,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 13px; color: rgba(255,255,255,0.4); flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--green); }
.footer-bottom-links { display: flex; gap: 24px; }

/* ============================================================
   PAGINATION & COMMENTS
   ============================================================ */
.s2s-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.s2s-pagination a, .s2s-pagination span { padding: 9px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; border: 2px solid var(--gray-light); color: var(--heading); transition: all var(--transition); }
.s2s-pagination a:hover, .s2s-pagination .current { background: var(--green); border-color: var(--green); color: var(--white); }
.comments-area { margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--gray-light); }
.comments-title { font-size: 24px; margin-bottom: 28px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--gray-light); border-radius: var(--radius); font-size: 14px; outline: none; transition: border var(--transition); }
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--green); }
.comment-form textarea { min-height: 140px; resize: vertical; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid, .about-grid, .why-grid, .testimonials-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-badge-box { right: 10px; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .s2s-section { padding: 60px 0; }
  .main-navigation, .header-cta-btn { display: none; }
  .menu-toggle { display: flex; }
  .main-navigation.open { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); z-index: 9998; padding: 80px 24px 24px; overflow-y: auto; }
  .main-navigation.open ul { flex-direction: column; }
  .main-navigation.open .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: var(--off-white); border-radius: var(--radius); margin: 8px 0 4px; }
  .main-navigation.open a { font-size: 16px; padding: 12px 16px; }
  .main-navigation.open .header-cta-btn { display: block; margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-features-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .contact-info-cards { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .topbar-left, .topbar-right { width: 100%; justify-content: center; }
  .hero-img-wrap { height: 300px; }
}

@media (max-width: 480px) {
  .s2s-hero h1 { font-size: 28px; }
  .hero-btns { flex-direction: column; }
  .btn { justify-content: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--gray-light); }
  .pricing-grid, .blog-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.s2s-fade-up { animation: fadeUp 0.55s ease both; }
.s2s-fade-up-1 { animation-delay: 0.1s; }
.s2s-fade-up-2 { animation-delay: 0.2s; }
.s2s-fade-up-3 { animation-delay: 0.3s; }
.s2s-fade-up-4 { animation-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
