/*
Theme Name: ijonaservicess
Theme URI: https://www.ijonaservices.com/
Author: Ijona Services
Author URI: https://www.ijonaservices.com/
Description: A clean, accessible, and conversion-focused WordPress theme crafted for professional service providers under the Ijona Services brand.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ijonaservicess
Tags: one-column, two-columns, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing, rtl-language-support
*/

/* Root typography + utilities */
:root {
  --color-primary: #9333ea;
  --color-primary-gradient: linear-gradient(135deg, #9333ea 0%, #3b82f6 50%, #f97316 100%);
  --color-secondary: #3b82f6;
  --color-accent: #f97316;
  --color-accent-red: #ef4444;
  --color-dark: #1f2933;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --radius-base: 0.5rem;
  --transition-base: 200ms ease;
  --font-base: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --gradient-gold: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --gradient-logo: linear-gradient(135deg, #9333ea 0%, #3b82f6 50%, #f97316 100%);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-dark);
  background: #fff;
}

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

a:hover,
a:focus {
  color: var(--color-secondary);
}

.container {
    width: min(1500px, calc(100% - 2rem));
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-base);
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.btn-primary {
  background: linear-gradient(135deg, #9333ea 0%, #3b82f6 50%, #f97316 100%);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #a855f7 0%, #60a5fa 50%, #fb923c 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(147, 51, 234, 0.3);
}

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}

.hero__background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px);
  transform: scale(1.05);
  z-index: 0;
}

.hero--has-image .hero__background {
  filter: blur(3px);
}

.hero:not(.hero--has-image) .hero__background {
  background-image: linear-gradient(135deg, rgba(243, 244, 246, 0.9) 0%, rgba(229, 231, 235, 0.8) 100%);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero--has-image .hero__overlay {
  background: rgba(0, 0, 0, 0.55);
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 4rem 2rem;
}

.hero__title {
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  font-family: var(--font-base);
}

.hero__title-gradient {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__title-dot {
  color: #fff;
}

.hero__tagline {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.6;
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero__tagline-highlight {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.hero__cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  padding: 1rem 2.5rem;
  border-radius: 999px;
  font-weight: 600;
  transition: all var(--transition-base);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-gradient {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #f97316 100%);
  color: #fff;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  font-weight: 600;
  transition: all var(--transition-base);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fb923c 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.hero__decoration {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.3) 0%, rgba(217, 119, 6, 0.2) 50%, rgba(249, 115, 22, 0.3) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  transform: rotate(45deg);
  z-index: 1;
  opacity: 0.6;
  filter: blur(40px);
}

@media (max-width: 768px) {
  .hero {
    min-height: 80vh;
  }

  .hero__content {
    padding: 3rem 1rem;
  }

  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-outline,
  .btn-gradient {
    width: 100%;
    justify-content: center;
  }

  .hero__decoration {
    width: 250px;
    height: 250px;
    bottom: -5%;
    right: -10%;
  }
}

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

.card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 76, 129, 0.05);
}

.card__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

footer {
  padding: 2rem 0;
  color: #fff;
  background: var(--color-dark);
}

.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.responsive-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper video {
  max-width: 100%;
}

@media (max-width: 768px) {
  .hero {
    padding-top: 5rem;
  }

  .site-header__nav {
    flex-direction: column;
    gap: 1rem;
  }
}
