/*
Theme Name: CrazyEngico Astra Child
Theme URI: https://www.crazyengico.com/
Description: Elementor-ready Astra child theme for CrazyEngico.
Author: CrazyEngico
Template: astra
Version: 1.0.0
Text Domain: crazyengico
*/

:root {
  --ce-ink: #172033;
  --ce-muted: #5c667a;
  --ce-blue: #1463ff;
  --ce-cyan: #00a6c8;
  --ce-lime: #b5e853;
  --ce-surface: #f6f8fb;
  --ce-line: #dfe5ef;
}

body {
  color: var(--ce-ink);
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ce-section {
  padding: clamp(48px, 7vw, 96px) 0;
}

.ce-hero {
  background:
    linear-gradient(120deg, rgba(20, 99, 255, 0.92), rgba(0, 166, 200, 0.84)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  min-height: 620px;
  display: grid;
  align-items: center;
}

.ce-hero h1 {
  max-width: 840px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  margin: 0 0 18px;
}

.ce-hero p {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 24px);
}

.ce-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.ce-card {
  border: 1px solid var(--ce-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.07);
}

.ce-card h3 {
  margin-top: 0;
}

.ce-kicker {
  color: var(--ce-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.ce-tool {
  border: 1px solid var(--ce-line);
  border-radius: 8px;
  padding: 24px;
  background: var(--ce-surface);
}

.ce-tool label {
  display: block;
  font-weight: 700;
  margin: 14px 0 6px;
}

.ce-tool select,
.ce-tool input,
.ce-tool textarea {
  width: 100%;
  max-width: 720px;
}

.ce-tool button,
.ce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--ce-blue);
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  margin-top: 16px;
  cursor: pointer;
}

.ce-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--ce-line);
}

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