/*
Theme Name: FixCare
Theme URI: https://fixcare.site/
Description: A focused Arabic content hub design for home appliance care.
Author: FixCare
Template: kadence
Version: 1.0.0
Text Domain: fixcare
*/

:root {
  --fc-ink: #0f2742;
  --fc-teal: #168a8b;
  --fc-sun: #ed9b27;
  --fc-paper: #f5f8fa;
  --fc-line: #dce6eb;
  --fc-copy: #30465a;
}

.fixcare-home { background: var(--fc-paper); color: var(--fc-ink); font-family: system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif; padding-bottom: 5rem; }
.fixcare-home * { box-sizing: border-box; }
.fc-wrap { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.fc-hero { position: relative; overflow: hidden; background: var(--fc-ink); color: #fff; padding: clamp(3.5rem, 8vw, 7rem) 0; }
.fc-hero::before { content: ""; position: absolute; width: 36rem; height: 36rem; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; left: -13rem; top: -20rem; }
.fc-hero::after { content: ""; position: absolute; width: 19rem; height: 19rem; background: var(--fc-teal); opacity: .55; filter: blur(6px); border-radius: 50%; right: -7rem; bottom: -10rem; }
.fc-hero .fc-wrap { position: relative; z-index: 1; max-width: 920px; margin-right: max(1rem, calc((100vw - 1160px) / 2)); margin-left: auto; }
.fc-kicker { display: inline-flex; gap: .45rem; align-items: center; color: #bceced; font-size: .9rem; font-weight: 700; letter-spacing: .02em; }
.fc-kicker::before { content: ""; width: .55rem; height: .55rem; border-radius: 99px; background: var(--fc-sun); }
.fc-hero h1 { max-width: 760px; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1.12; letter-spacing: -.04em; margin: 1rem 0; color: #fff; }
.fc-hero p { max-width: 650px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.9; color: #d9e7ec; }
.fc-search { display: flex; align-items: center; gap: .75rem; width: min(620px, 100%); margin-top: 2rem; padding: .55rem .7rem .55rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: #fff; }
.fc-search input { flex: 1; border: 0; background: transparent; font: inherit; color: var(--fc-ink); outline: 0; min-width: 0; }
.fc-search button, .fc-button { display: inline-flex; border: 0; border-radius: 9px; background: var(--fc-teal); color: #fff; padding: .8rem 1.05rem; font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap; }
.fc-search button:hover, .fc-button:hover { background: #0d6e70; color: #fff; }
.fc-section { padding-top: clamp(3.5rem, 7vw, 6.5rem); }
.fc-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.fc-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.2; color: var(--fc-ink); }
.fc-heading p { max-width: 470px; margin: 0; color: var(--fc-copy); line-height: 1.75; }
.fc-device-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.fc-device { min-height: 168px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--fc-line); border-radius: 13px; padding: 1.25rem; background: #fff; color: var(--fc-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.fc-device:hover { transform: translateY(-4px); color: var(--fc-ink); border-color: var(--fc-teal); box-shadow: 0 10px 25px rgba(15,39,66,.09); }
.fc-device-icon { color: var(--fc-teal); font-size: 2.1rem; line-height: 1; }
.fc-device strong { font-size: 1.1rem; }
.fc-device small { color: #728494; }
.fc-feature { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 16px; background: #e5f2f1; }
.fc-feature-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.fc-feature-copy h2 { font-size: clamp(1.8rem, 3.7vw, 3.2rem); line-height: 1.18; margin: .7rem 0; }
.fc-feature-copy p { color: var(--fc-copy); line-height: 1.85; }
.fc-feature-steps { display: grid; align-content: center; gap: 1px; background: rgba(15,39,66,.1); }
.fc-step { background: rgba(255,255,255,.65); padding: 1.4rem 1.6rem; }
.fc-step b { display: block; margin-bottom: .35rem; color: var(--fc-teal); }
.fc-step span { color: var(--fc-copy); font-size: .96rem; }
.fc-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.fc-post { min-height: 215px; display: flex; flex-direction: column; padding: 1.45rem; background: #fff; border: 1px solid var(--fc-line); border-radius: 13px; text-decoration: none; }
.fc-post:hover { border-color: var(--fc-teal); }
.fc-post span { color: var(--fc-teal); font-size: .86rem; font-weight: 700; }
.fc-post h3 { margin: .9rem 0 0; color: var(--fc-ink); font-size: 1.18rem; line-height: 1.55; }
.fc-post em { margin-top: auto; padding-top: 1.2rem; color: var(--fc-copy); font-size: .9rem; font-style: normal; }
.fc-brand-strip { padding: 1.5rem; display: flex; flex-wrap: wrap; gap: .65rem; background: #fff; border: 1px solid var(--fc-line); border-radius: 13px; }
.fc-brand-strip a { border: 1px solid var(--fc-line); color: var(--fc-ink); text-decoration: none; border-radius: 8px; padding: .6rem .85rem; font-weight: 700; }
.fc-brand-strip a:hover { background: var(--fc-ink); color: #fff; border-color: var(--fc-ink); }
.fc-note { margin-top: 3.5rem; border-top: 1px solid var(--fc-line); padding-top: 1.25rem; color: #607383; font-size: .9rem; line-height: 1.75; }
@media (max-width: 800px) { .fc-device-grid { grid-template-columns: repeat(2, 1fr); } .fc-feature { grid-template-columns: 1fr; } .fc-posts { grid-template-columns: 1fr; } .fc-heading { display: block; } .fc-heading p { margin-top: .7rem; } }
@media (max-width: 420px) { .fc-device-grid { grid-template-columns: 1fr; } .fc-search { flex-direction: column; align-items: stretch; } .fc-search button { justify-content: center; } }
