/*
Theme Name: Enfold Child
Description: Child theme for Enfold - Shift ICT custom styles
Author: Shift ICT
Template: enfold
Version: 1.0.0
*/

/* =========================================================
   Shift ICT - Retail & Distribution Landing Page
   Compatible with Enfold / Avia Layout Builder
   Direction-neutral: does NOT force RTL or LTR
   ========================================================= */

/* Main Wrapper */
.shift-retail-lp {
  --shift-navy: #0B2341;
  --shift-blue: #1557A6;
  --shift-cyan: #10B7C9;
  --shift-teal: #00A6A6;
  --shift-light: #F4F7FB;
  --shift-border: #DDE7F2;
  --shift-text: #1F2937;
  --shift-muted: #64748B;
  --shift-white: #FFFFFF;
  --shift-success: #0F766E;

  font-family: "Cairo", "Tajawal", "Arial", sans-serif;
  color: var(--shift-text);
  line-height: 1.8;
}

/* Prevent Enfold / Builder conflicts */
.shift-retail-lp *,
.shift-retail-lp *::before,
.shift-retail-lp *::after {
  box-sizing: border-box;
}

.shift-retail-lp a {
  text-decoration: none;
}

/* Section Spacing */
.shift-lp-section {
  padding: 80px 0;
}

.shift-lp-light {
  background: var(--shift-light);
}

/* Hero Section */
.shift-lp-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(16, 183, 201, 0.14), transparent 28%),
    linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 100%);
  position: relative;
  overflow: hidden;
}

.shift-lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 87, 166, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 87, 166, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.shift-lp-hero .container {
  position: relative;
  z-index: 2;
}

/* Typography */
.shift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--shift-cyan);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}

.shift-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--shift-cyan);
  border-radius: 100px;
}

.shift-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  color: var(--shift-navy);
  margin: 0 0 18px;
  font-weight: 800;
}

.shift-section-title {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
  color: var(--shift-navy);
  margin: 0 0 16px;
  font-weight: 800;
}

.shift-desc {
  color: var(--shift-muted);
  font-size: 18px;
  margin-bottom: 28px;
}

.shift-retail-lp p {
  color: var(--shift-muted);
  font-size: 17px;
}

/* Buttons */
.shift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 16px;
  transition: 0.25s ease;
  border: 1px solid transparent;
  margin: 6px 10px;
  line-height: 1.4;
}

.shift-btn-primary {
  background: linear-gradient(135deg, var(--shift-blue), var(--shift-cyan));
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(21, 87, 166, 0.24);
}

.shift-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(21, 87, 166, 0.32);
  color: #fff !important;
}

.shift-btn-secondary {
  background: #fff;
  color: var(--shift-navy) !important;
  border-color: var(--shift-border);
}

.shift-btn-secondary:hover {
  border-color: var(--shift-cyan);
  color: var(--shift-blue) !important;
  transform: translateY(-2px);
}

.shift-trust {
  margin-top: 18px;
  color: var(--shift-muted);
  font-size: 15px;
}

/* Cards */
.shift-card,
.shift-hero-card,
.shift-feature,
.shift-usecase,
.shift-fit-box,
.shift-step,
.shift-form-card {
  background: #fff;
  border: 1px solid var(--shift-border);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(11, 35, 65, 0.06);
}

.shift-card {
  padding: 22px;
  min-height: 210px;
  transition: 0.25s ease;
}

.shift-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(11, 35, 65, 0.1);
}

.shift-card-icon,
.shift-map-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(16, 183, 201, 0.12);
  color: var(--shift-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
  font-size: 20px;
}

.shift-card h3,
.shift-feature strong,
.shift-usecase h3,
.shift-fit-box h3,
.shift-step h3 {
  color: var(--shift-navy);
  font-weight: 800;
}

.shift-card p,
.shift-feature p,
.shift-usecase p,
.shift-step p,
.shift-fit-box li {
  color: var(--shift-muted);
}

/* Hero System Map */
.shift-hero-card {
  padding: 28px;
  border-radius: 28px;
  position: relative;
}

.shift-hero-card::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-start: 36px;
  width: 90px;
  height: 6px;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--shift-cyan), var(--shift-blue));
}

.shift-system-map {
  display: grid;
  gap: 14px;
}

.shift-map-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  background: var(--shift-light);
  border: 1px solid var(--shift-border);
  border-radius: 18px;
  padding: 16px 18px;
}

.shift-map-item strong {
  color: var(--shift-navy);
  font-size: 17px;
}

.shift-map-icon {
  background: linear-gradient(135deg, var(--shift-blue), var(--shift-cyan));
  color: #fff;
  margin-bottom: 0;
  flex: 0 0 auto;
}

/* Impact Section */
.shift-impact {
  background: linear-gradient(135deg, var(--shift-navy), #123E70);
  color: #fff;
  border-radius: 30px;
  padding: 42px;
  overflow: hidden;
  position: relative;
}

.shift-impact::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(16, 183, 201, 0.16);
  left: -60px;
  top: -70px;
}

.shift-impact > * {
  position: relative;
  z-index: 2;
}

.shift-impact h2,
.shift-impact p,
.shift-impact li {
  color: #fff;
}

.shift-impact p {
  color: rgba(255,255,255,0.84);
}

.shift-impact ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.shift-impact li {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 14px 16px;
}

/* Feature Items */
.shift-feature {
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 120px;
}

.shift-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 166, 166, 0.12);
  color: var(--shift-success);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-weight: 900;
  margin-top: 3px;
}

.shift-feature strong {
  display: block;
  margin-bottom: 5px;
}

/* Use Cases */
.shift-usecase {
  padding: 24px;
  margin-bottom: 18px;
}

.shift-usecase-meta {
  background: var(--shift-light);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid var(--shift-border);
  margin-bottom: 16px;
}

.shift-usecase-meta span {
  display: block;
  color: var(--shift-cyan);
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 14px;
}

/* Fit Boxes */
.shift-fit-box {
  padding: 28px;
}

.shift-fit-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shift-fit-box li {
  position: relative;
  padding-inline-start: 28px;
  margin-bottom: 10px;
}

.shift-fit-box li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: var(--shift-success);
  font-weight: 900;
}

.shift-fit-box.shift-not li::before {
  content: "×";
  color: #DC2626;
}

/* Steps */
.shift-step {
  padding: 24px;
  position: relative;
  min-height: 190px;
}

.shift-step-number {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--shift-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

/* FAQ */
.shift-faq details {
  background: #fff;
  border: 1px solid var(--shift-border);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(11,35,65,0.04);
  margin-bottom: 14px;
}

.shift-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--shift-navy);
  font-size: 17px;
  list-style: none;
}

.shift-faq summary::-webkit-details-marker {
  display: none;
}

.shift-faq p {
  color: var(--shift-muted);
  margin: 12px 0 0;
}

/* Final CTA */
.shift-final {
  background:
    radial-gradient(circle at 20% 20%, rgba(16,183,201,0.16), transparent 28%),
    linear-gradient(135deg, var(--shift-navy), #114A7B);
  color: white;
  border-radius: 34px;
  padding: 44px;
}

.shift-final h2,
.shift-final p {
  color: #fff;
}

.shift-final p {
  color: rgba(255,255,255,0.86);
}

/* Form Card */
.shift-form-card {
  padding: 28px;
  border-radius: 28px;
}

.shift-form-card h3 {
  color: var(--shift-navy);
  font-size: 24px;
  margin-bottom: 8px;
}

.shift-form-card p {
  color: var(--shift-muted);
}

/* Contact Form 7 / Common Form Styling inside this LP */
.shift-retail-lp .wpcf7 input[type="text"],
.shift-retail-lp .wpcf7 input[type="email"],
.shift-retail-lp .wpcf7 input[type="tel"],
.shift-retail-lp .wpcf7 input[type="number"],
.shift-retail-lp .wpcf7 select,
.shift-retail-lp .wpcf7 textarea,
.shift-retail-lp input[type="text"],
.shift-retail-lp input[type="email"],
.shift-retail-lp input[type="tel"],
.shift-retail-lp input[type="number"],
.shift-retail-lp select,
.shift-retail-lp textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--shift-border);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  color: var(--shift-text);
  background: var(--shift-light);
  outline: none;
}

.shift-retail-lp .wpcf7 textarea,
.shift-retail-lp textarea {
  min-height: 110px;
  resize: vertical;
}

.shift-retail-lp .wpcf7 input:focus,
.shift-retail-lp .wpcf7 select:focus,
.shift-retail-lp .wpcf7 textarea:focus,
.shift-retail-lp input:focus,
.shift-retail-lp select:focus,
.shift-retail-lp textarea:focus {
  border-color: var(--shift-cyan);
  box-shadow: 0 0 0 4px rgba(16,183,201,0.12);
  background: #fff;
}

.shift-retail-lp .wpcf7-submit,
.shift-retail-lp input[type="submit"],
.shift-retail-lp button[type="submit"] {
  background: linear-gradient(135deg, var(--shift-blue), var(--shift-cyan));
  color: #fff !important;
  border: 0;
  border-radius: 14px;
  min-height: 50px;
  padding: 13px 24px;
  font-weight: 800;
  cursor: pointer;
  width: 100%;
}

/* Enfold Column Spacing Helpers */
.shift-retail-lp .flex_column {
  margin-bottom: 24px;
}

/* Hide SEO helper if used */
.shift-seo-hidden {
  display: none;
}

/* Responsive */
@media (max-width: 989px) {
  .shift-impact ul {
    grid-template-columns: 1fr;
  }

  .responsive .shift-retail-lp .flex_column {
    margin-bottom: 24px;
  }

  .shift-card,
  .shift-feature,
  .shift-step {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .shift-lp-section {
    padding: 54px 0;
  }

  .shift-title {
    font-size: 31px;
  }

  .shift-section-title {
    font-size: 27px;
  }

  .shift-impact,
  .shift-final {
    padding: 28px;
    border-radius: 24px;
  }

  .shift-btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}