/*
 Theme Name:     Customizr Child
 Theme URI:      http://wisp.community/
 Description:    Your Agentic AI Agency
 Author:         Jeffrey Landeweer
 Author URI:     https://www.performalytics.nl
 Template:       customizr-pro
 Version:        1.0.6
*/

/* ========================================================= */
/* --- A. COLOR VARIABLES & UTILITIES --- */
/* ========================================================= */

:root {
  --primary: #0F2C33;
  --ghost-cyan: #1EC6DD;
  --text-color: #EAFDFF;
  --accent: #9F7DE0;

  --deep-night: #0B1728;
  --star-glow: #B2F7FF;
  --forest-shadow: #0F2C33;
  --phantom-white: #EAFDFF;
  --aura-violet: #9F7DE0;
  --spirit-blue: #27E8FF;
}

/* Utility classes */
.text-primary { color: var(--primary) !important; }
.text-ghost-cyan { color: var(--ghost-cyan) !important; }
.text-accent { color: var(--accent) !important; }
.text-white { color: var(--phantom-white) !important; }

.bg-deep-night { background-color: var(--deep-night) !important; }
.bg-ghost-cyan { background-color: var(--ghost-cyan) !important; }
.bg-accent { background-color: var(--accent) !important; }

/* ========================================================= */
/* --- B. THEME CUSTOM CSS RULES --- */
/* ========================================================= */

#page, .site, .container {
  background: transparent !important;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0fcff !important;
  background-image: linear-gradient(135deg, #f0fcff 40%, #B8FCFC 150%) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

footer.tc-footer, #footer {
  background-color: var(--deep-night) !important;
  color: var(--phantom-white) !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

footer.tc-footer a,
footer.tc-footer .textwidget,
#footer a,
#footer .textwidget {
  color: var(--phantom-white) !important;
}

button,
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  background: linear-gradient(135deg, #c1f4ff, #a9ecf5) !important;
  border-radius: 12px !important;
  color: var(--deep-night) !important;
  padding: 12px 24px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(173, 236, 245, 0.25) !important;
  border: none !important;
  cursor: pointer !important;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #a9ecf5 !important;
  box-shadow: 0 6px 14px rgba(173, 236, 245, 0.4) !important;
}

/* Font consistency */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
  font-family: 'Inter', sans-serif !important;
  color: var(--primary);
}

/* Typography */
h1, h2, h3, h4 {
  line-height: 1.2;
  font-weight: 800;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 0px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

p {
  margin: 0 0 1rem;
  line-height: 1.6;
  font-size: 1.15rem;
}

a.button {
  display: inline-block;
  margin: 1.5rem 0;
  padding: 24px 32px;
  font-size: 1rem;
  font-weight: 500;
  background: linear-gradient(90deg, var(--spirit-blue), var(--ghost-cyan));
  color: white;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(59,130,246,0.35);
}

a.button:hover {
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
}

/* ========================================================= */
/* --- C. LAYOUT STYLES --- */
/* ========================================================= */

/* Top menu and links */
.navbar-brand-sitename,
nav .nav__title,
nav .nav__menu a,
.mobile-nav__menu a,
.vertical-nav a,
.nav__menu a {
  color: #EAFDFF !important;
}

/* Hover/focus states */
nav .nav__menu a:hover,
nav .nav__menu a:focus,
.mobile-nav__menu a:hover,
.mobile-nav__menu a:focus,
.vertical-nav a:hover,
.vertical-nav a:focus {
  color: #EAFDFF !important;
}

/* Site title specifically */
.branding .navbar-brand-sitename span {
  color: #EAFDFF !important;
}

section {
  text-align: center;
  padding: 80px 5vw;
  position: relative;
}

section > .inner {
  max-width: 1200px;
  margin: auto;
}

.steps, .benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.step-box, .benefit {
  background: rgba(0,0,0,0.03);
  padding: 24px;
  border-radius: 16px;
  min-width: 260px;
  box-sizing: border-box;
  flex: 1 1 auto;
  max-width: 380px;
}

.benefit {
  border-left: 4px solid #60a5fa;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1px;
  margin-top: 2rem;
  text-align: left;
}

.about-text {
  max-width: 600px;
}

.about-img {
  max-width: 400px;
}

/* FAQ styles */
.faq-item {
  max-width: 800px;
  margin: 0.5rem auto 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

/* Hide default footer */
footer.tc-footer, .site-footer.widget-area {
  display: none !important;
}

/* Custom CTA Footer */
footer#contact {
  background: var(--deep-night);
  color: var(--phantom-white);
  padding: 60px 20px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

footer#contact h2 {
  margin-bottom: 1rem;
  color: var(--phantom-white);
}

footer#contact .button {
  margin-top: 1rem;
}

.fullwidth-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Hero section with image and overlay text */
.hero-image-section {
  position: relative;
  text-align: center;
  padding: 0;
}

.hero-image {
  width: 100%;
  display: block;
  max-height: 600px;
  object-fit: cover;
}

.hero-image-text {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.55);
  color: var(--phantom-white);
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 1.1rem;
  width: calc(100% - 40px);
  max-width: none;
  text-align: center;
  backdrop-filter: blur(4px);
  line-height: 1.4;
  word-wrap: break-word;
}

@media (max-width: 800px) {
  .hero-image-text {
    font-size: 0.7rem;
    padding: 4px 10px;
    bottom: 40px;
  }
}

