/*
Theme Name: iFix 2026
Theme URI: https://i-fix.ro/
Author: Eurepar SRL
Author URI: https://i-fix.ro/
Description: Temă WordPress custom, mobile-first, construită pentru iFix Service GSM Timișoara.
Version: 1.1.1
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: ifix-2026
*/

:root {
  --ifix-yellow: #ffd400;
  --ifix-yellow-soft: #fff5b8;
  --ifix-yellow-pale: #fffbea;
  --ifix-ink: #20242b;
  --ifix-copy: #4f5662;
  --ifix-muted: #727985;
  --ifix-line: #e8e5da;
  --ifix-surface: #f7f7f3;
  --ifix-white: #ffffff;
  --ifix-success: #167c48;
  --ifix-radius-sm: 14px;
  --ifix-radius: 22px;
  --ifix-radius-lg: 32px;
  --ifix-shadow: 0 18px 60px rgba(32, 36, 43, 0.08);
  --ifix-container: 1180px;
  --ifix-font: "Myriad Pro", "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ifix-ink);
  background: var(--ifix-white);
  font-family: var(--ifix-font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--ifix-ink); background: var(--ifix-yellow); }
:focus-visible { outline: 3px solid var(--ifix-yellow); outline-offset: 3px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 12px; left: 12px; width: auto; height: auto;
  padding: 12px 16px; clip: auto; background: var(--ifix-white); color: var(--ifix-ink);
}
.ifix-container { width: min(calc(100% - 32px), var(--ifix-container)); margin-inline: auto; }
.ifix-section { padding: 76px 0; }
.ifix-section--soft { background: var(--ifix-surface); }
.ifix-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px;
  color: #685900; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.ifix-eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 99px; background: var(--ifix-yellow); }
.ifix-section-head { max-width: 690px; margin-bottom: 34px; }
.ifix-section-head h2, .ifix-split-copy h2, .ifix-final h2 {
  margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em;
}
.ifix-section-head > p:last-child, .ifix-split-copy > p { margin: 18px 0 0; color: var(--ifix-copy); font-size: clamp(18px, 2vw, 21px); }

.ifix-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 20px; border: 1.5px solid var(--ifix-ink); border-radius: 14px;
  color: var(--ifix-ink); background: var(--ifix-yellow); box-shadow: 0 5px 0 var(--ifix-ink);
  font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease;
}
.ifix-button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 var(--ifix-ink); }
.ifix-button--secondary { background: var(--ifix-white); box-shadow: none; }
.ifix-button--secondary:hover { box-shadow: 0 4px 0 var(--ifix-ink); }
.ifix-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

/* Header */
.ifix-site-header {
  position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(232,229,218,.9);
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px);
}
.admin-bar .ifix-site-header { top: 32px; }
.ifix-header-inner { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; }
.ifix-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ifix-ink); font-size: 29px; font-weight: 900; letter-spacing: -.055em; text-decoration: none; }
.ifix-brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--ifix-ink); border-radius: 11px; background: var(--ifix-yellow); font-size: 17px; letter-spacing: -.04em; }
.ifix-nav { display: flex; align-items: center; gap: 26px; }
.ifix-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.ifix-nav a { font-size: 15px; font-weight: 750; text-decoration: none; }
.ifix-nav a:hover, .ifix-nav .current-menu-item > a { text-decoration: underline; text-decoration-color: var(--ifix-yellow); text-decoration-thickness: 4px; }
.ifix-header-call { min-height: 46px; padding: 10px 16px; border-radius: 12px; box-shadow: 0 4px 0 var(--ifix-ink); font-size: 15px; }
.ifix-menu-toggle {
  display: none; width: 46px; height: 46px; align-items: center; justify-content: center;
  border: 1px solid var(--ifix-line); border-radius: 12px; background: var(--ifix-white); cursor: pointer;
}
.ifix-menu-toggle span, .ifix-menu-toggle span::before, .ifix-menu-toggle span::after {
  display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--ifix-ink); transition: .2s ease;
}
.ifix-menu-toggle span { position: relative; }
.ifix-menu-toggle span::before, .ifix-menu-toggle span::after { content: ""; position: absolute; left: 0; }
.ifix-menu-toggle span::before { top: -7px; }
.ifix-menu-toggle span::after { top: 7px; }
.ifix-menu-toggle[aria-expanded="true"] span { background: transparent; }
.ifix-menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.ifix-menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* Hero */
.ifix-hero { padding: 50px 0 34px; overflow: hidden; background: linear-gradient(155deg, #fff 48%, var(--ifix-yellow-pale) 100%); }
.ifix-hero-grid { display: grid; align-items: center; gap: 46px; }
.ifix-hero-copy { max-width: 690px; }
.ifix-local-tag {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 7px 11px;
  border: 1px solid #eadf9c; border-radius: 999px; color: #625500; background: var(--ifix-yellow-pale);
  font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase;
}
.ifix-local-tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ifix-yellow); box-shadow: 0 0 0 3px #fff3a3; }
.ifix-hero h1 { max-width: 760px; margin: 0; font-size: clamp(45px, 7.2vw, 82px); line-height: .98; letter-spacing: -.058em; }
.ifix-hero h1 em { font-style: normal; text-decoration: underline; text-decoration-color: var(--ifix-yellow); text-decoration-thickness: .16em; text-underline-offset: .08em; }
.ifix-hero-lead { max-width: 630px; margin: 22px 0 0; color: var(--ifix-copy); font-size: clamp(19px, 2.15vw, 24px); line-height: 1.45; }
.ifix-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.ifix-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; padding: 0; color: var(--ifix-copy); list-style: none; }
.ifix-hero-proof li { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 750; }
.ifix-hero-proof li::before { content: "✓"; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--ifix-white); background: var(--ifix-success); font-size: 13px; }
.ifix-hero-media { position: relative; margin: 2px 0 0; }
.ifix-hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ifix-radius-lg); box-shadow: var(--ifix-shadow); }
.ifix-rating-card {
  position: absolute; right: 14px; bottom: 14px; max-width: 235px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 12px 35px rgba(32,36,43,.14); backdrop-filter: blur(10px);
}
.ifix-rating-top { display: flex; align-items: center; gap: 8px; }
.ifix-rating-score { font-size: 24px; font-weight: 900; line-height: 1; }
.ifix-stars { color: #d5a800; font-size: 16px; letter-spacing: 1px; }
.ifix-rating-card p { margin: 7px 0 0; color: var(--ifix-copy); font-size: 13px; line-height: 1.35; }

/* Trust */
.ifix-trust-strip { padding: 18px 0; border-block: 1px solid var(--ifix-line); background: var(--ifix-white); }
.ifix-trust-grid { display: grid; gap: 14px; }
.ifix-trust-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.ifix-trust-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--ifix-yellow-pale); }
.ifix-trust-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--ifix-ink); stroke-width: 1.8; }
.ifix-trust-item strong { display: block; font-size: 15px; line-height: 1.2; }
.ifix-trust-item span { color: var(--ifix-muted); font-size: 13px; }

/* Services */
.ifix-services { display: grid; gap: 14px; }
.ifix-service-card {
  position: relative; display: flex; min-height: 190px; flex-direction: column; padding: 24px;
  border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white);
  text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ifix-service-card:hover { transform: translateY(-3px); border-color: #d5c762; box-shadow: 0 14px 35px rgba(32,36,43,.07); }
.ifix-service-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 24px; border-radius: 14px; background: var(--ifix-yellow); }
.ifix-service-icon svg { width: 23px; height: 23px; fill: none; stroke: var(--ifix-ink); stroke-width: 1.8; }
.ifix-service-card h3 { margin: 0; font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.ifix-service-card p { margin: 9px 0 18px; color: var(--ifix-copy); font-size: 15px; line-height: 1.45; }
.ifix-service-link { margin-top: auto; font-size: 14px; font-weight: 800; }

/* Split story */
.ifix-split { display: grid; gap: 30px; align-items: center; }
.ifix-split-media { position: relative; }
.ifix-split-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ifix-radius-lg); }
.ifix-year {
  position: absolute; left: 14px; bottom: 14px; padding: 12px 16px; border-radius: 14px;
  color: var(--ifix-ink); background: var(--ifix-yellow); font-size: 15px; font-weight: 900;
}
.ifix-checklist { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.ifix-checklist li { position: relative; padding-left: 30px; color: var(--ifix-copy); }
.ifix-checklist li::before { content: "✓"; position: absolute; top: 1px; left: 0; color: var(--ifix-success); font-weight: 900; }

/* Process */
.ifix-process { display: grid; gap: 12px; counter-reset: process; }
.ifix-process-card {
  position: relative; min-height: 180px; padding: 24px; overflow: hidden;
  border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); counter-increment: process;
}
.ifix-process-card::after {
  content: "0" counter(process); position: absolute; right: 16px; bottom: -18px;
  color: rgba(255,212,0,.32); font-size: 94px; font-weight: 900; line-height: 1;
}
.ifix-process-card h3 { position: relative; z-index: 1; margin: 38px 0 8px; font-size: 24px; line-height: 1.1; }
.ifix-process-card p { position: relative; z-index: 1; margin: 0; color: var(--ifix-copy); font-size: 15px; }
.ifix-process-dot { position: absolute; top: 24px; left: 24px; width: 13px; height: 13px; border: 3px solid var(--ifix-white); border-radius: 50%; background: var(--ifix-yellow); box-shadow: 0 0 0 1px #c9aa00; }

/* Reviews */
.ifix-reviews-layout { display: grid; gap: 24px; }
.ifix-review-summary { padding: 28px; border-radius: var(--ifix-radius); background: var(--ifix-yellow); }
.ifix-review-big { display: flex; align-items: baseline; gap: 10px; }
.ifix-review-big strong { font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.ifix-review-big span { font-weight: 800; }
.ifix-review-summary p { margin: 12px 0 22px; }
.ifix-review-summary a { font-weight: 850; }
.ifix-review-list { display: grid; gap: 14px; }
.ifix-review-card { padding: 24px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); }
.ifix-review-card .ifix-stars { font-size: 14px; }
.ifix-review-card blockquote { margin: 14px 0 18px; color: var(--ifix-copy); font-size: 16px; line-height: 1.55; }
.ifix-review-author { display: flex; align-items: center; gap: 11px; }
.ifix-avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ifix-yellow-pale); font-size: 14px; font-weight: 900; }
.ifix-review-author strong { display: block; font-size: 14px; }
.ifix-review-author span { display: block; color: var(--ifix-muted); font-size: 12px; }

/* FAQ */
.ifix-faq { max-width: 860px; }
.ifix-faq details { border-bottom: 1px solid var(--ifix-line); }
.ifix-faq summary {
  display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px;
  padding: 18px 0; font-size: 19px; font-weight: 800; line-height: 1.25; cursor: pointer; list-style: none;
}
.ifix-faq summary::-webkit-details-marker { display: none; }
.ifix-faq summary::after { content: "+"; display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--ifix-yellow-pale); font-size: 23px; font-weight: 500; }
.ifix-faq details[open] summary::after { content: "–"; background: var(--ifix-yellow); }
.ifix-faq details p { max-width: 710px; margin: -2px 0 22px; color: var(--ifix-copy); }

/* Final CTA */
.ifix-final-wrap { padding: 28px 0 76px; }
.ifix-final {
  position: relative; display: grid; gap: 28px; padding: 34px; overflow: hidden;
  border: 1px solid #e2c900; border-radius: var(--ifix-radius-lg); background: var(--ifix-yellow);
}
.ifix-final::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 240px; height: 240px; border: 42px solid rgba(255,255,255,.35); border-radius: 50%; }
.ifix-final > * { position: relative; z-index: 1; }
.ifix-final p { margin: 14px 0 0; }
.ifix-final-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.ifix-final .ifix-button { background: var(--ifix-ink); color: var(--ifix-white); box-shadow: none; }
.ifix-final .ifix-button--secondary { background: rgba(255,255,255,.82); color: var(--ifix-ink); }

/* Footer */
.ifix-site-footer { padding: 56px 0 90px; border-top: 1px solid var(--ifix-line); background: var(--ifix-yellow-pale); }
.ifix-footer-grid { display: grid; gap: 34px; }
.ifix-footer-brand p { max-width: 330px; margin: 15px 0 0; color: var(--ifix-copy); }
.ifix-footer-column h2 { margin: 0 0 14px; font-size: 14px; letter-spacing: .07em; text-transform: uppercase; }
.ifix-footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ifix-footer-column li, .ifix-footer-column a { color: var(--ifix-copy); font-size: 15px; }
.ifix-footer-column a:hover { color: var(--ifix-ink); }
.ifix-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #e9dda1; color: var(--ifix-muted); font-size: 13px; }
.ifix-mobile-call {
  position: fixed; z-index: 999; right: 12px; bottom: 12px; left: 12px; display: none; min-height: 54px;
  align-items: center; justify-content: center; gap: 10px; border: 1.5px solid var(--ifix-ink); border-radius: 15px;
  color: var(--ifix-ink); background: var(--ifix-yellow); box-shadow: 0 7px 22px rgba(32,36,43,.2); font-size: 16px; font-weight: 900; text-decoration: none;
}
.admin-bar .ifix-mobile-call { bottom: 12px; }

/* Generic WordPress content */
.ifix-content { width: min(calc(100% - 32px), 820px); margin-inline: auto; padding: 56px 0 86px; }
.ifix-content h1 { margin: 0 0 30px; font-size: clamp(40px, 7vw, 68px); line-height: 1; letter-spacing: -.05em; }
.ifix-content h2 { margin-top: 42px; font-size: clamp(28px, 4vw, 40px); line-height: 1.1; }
.ifix-content p, .ifix-content li { color: var(--ifix-copy); }
.ifix-content img { border-radius: var(--ifix-radius); }
.ifix-post-meta { color: var(--ifix-muted); font-size: 14px; }

/* Internal page system */
.ifix-page-hero {
  padding: 60px 0; overflow: hidden;
  border-bottom: 1px solid var(--ifix-line);
  background: linear-gradient(145deg, #fff 38%, var(--ifix-yellow-pale) 100%);
}
.ifix-page-hero--compact { padding: 58px 0 64px; }
.ifix-page-hero-grid { display: grid; align-items: center; gap: 40px; }
.ifix-page-hero h1, .ifix-article-header h1, .ifix-not-found h1 {
  max-width: 900px; margin: 0; font-size: clamp(44px, 7vw, 76px); line-height: .99; letter-spacing: -.055em;
}
.ifix-page-lead { max-width: 750px; margin: 22px 0 0; color: var(--ifix-copy); font-size: clamp(19px, 2.2vw, 24px); line-height: 1.45; }
.ifix-page-hero-media { margin: 0; }
.ifix-page-hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ifix-radius-lg); box-shadow: var(--ifix-shadow); }
.ifix-page-hero-media figcaption { margin-top: 10px; color: var(--ifix-muted); font-size: 13px; }
.ifix-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--ifix-muted); font-size: 13px; }
.ifix-breadcrumbs a { color: var(--ifix-copy); }
.ifix-breadcrumbs span:last-child { max-width: 70ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ifix-content--embedded { padding: 0; }
.ifix-rich-copy { max-width: 700px; }
.ifix-rich-copy p { margin: 0 0 18px; color: var(--ifix-copy); font-size: 19px; }
.ifix-story-grid { display: grid; gap: 26px; }
.ifix-story-grid h2 { max-width: 600px; margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.045em; }

/* Service directory and process */
.ifix-services--directory .ifix-service-card { min-height: 245px; }
.ifix-service-icon--text { font-size: 23px; font-weight: 900; }
.ifix-explain-grid { display: grid; gap: 34px; }
.ifix-compact-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: compact-step; }
.ifix-compact-steps li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 0 14px; padding: 18px; border: 1px solid var(--ifix-line); border-radius: 17px; background: var(--ifix-white); counter-increment: compact-step; }
.ifix-compact-steps li::before { content: counter(compact-step); grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--ifix-yellow); font-weight: 900; }
.ifix-compact-steps strong { font-size: 18px; }
.ifix-compact-steps span { color: var(--ifix-copy); font-size: 14px; }
.ifix-process--detailed { list-style: none; padding: 0; }
.ifix-process--detailed .ifix-process-card h2 { position: relative; z-index: 1; margin: 38px 0 8px; font-size: 25px; line-height: 1.1; }
.ifix-service-list-grid { display: grid; gap: 14px; }
.ifix-service-list-card { padding: 24px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); }
.ifix-service-list-card h2 { margin: 0; font-size: 22px; line-height: 1.2; }
.ifix-service-list-card h2 a { text-decoration: none; }
.ifix-service-list-card p { color: var(--ifix-copy); }
.ifix-text-link { font-size: 14px; font-weight: 850; text-decoration-color: var(--ifix-yellow); text-decoration-thickness: 3px; }

/* About */
.ifix-values-grid { display: grid; gap: 14px; }
.ifix-values-grid article { padding: 26px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); }
.ifix-values-grid article > span { color: #746100; font-size: 13px; font-weight: 900; letter-spacing: .09em; }
.ifix-values-grid h3 { margin: 30px 0 8px; font-size: 24px; }
.ifix-values-grid p { margin: 0; color: var(--ifix-copy); }
.ifix-team-grid { display: grid; gap: 14px; }
.ifix-team-card { display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); }
.ifix-team-initials { display: grid; flex: 0 0 64px; width: 64px; height: 64px; place-items: center; border-radius: 20px; background: var(--ifix-yellow); font-size: 18px; font-weight: 900; }
.ifix-team-card h3 { margin: 0; font-size: 21px; }
.ifix-team-card p { margin: 2px 0 0; color: var(--ifix-muted); }

/* Contact */
.ifix-contact-section { padding-top: 40px; }
.ifix-contact-grid { display: grid; gap: 24px; }
.ifix-contact-cards { display: grid; gap: 12px; }
.ifix-contact-card { display: flex; min-height: 150px; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.ifix-contact-card:hover { transform: translateY(-2px); border-color: #d3c04c; }
.ifix-contact-card--primary { border-color: #e1c700; background: var(--ifix-yellow); }
.ifix-contact-kicker { margin-bottom: 9px; color: var(--ifix-copy); font-size: 13px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.ifix-contact-card strong { font-size: clamp(21px, 3vw, 29px); line-height: 1.1; letter-spacing: -.025em; overflow-wrap: anywhere; }
.ifix-contact-card small { margin-top: 10px; color: var(--ifix-muted); }
.ifix-hours-card { padding: 28px; border-radius: var(--ifix-radius); background: var(--ifix-ink); color: var(--ifix-white); }
.ifix-hours-card .ifix-eyebrow { color: #fce254; }
.ifix-hours-card h2 { margin: 0 0 22px; font-size: clamp(32px, 4vw, 46px); line-height: 1; }
.ifix-hours { margin: 0; }
.ifix-hours div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.ifix-hours dt { color: rgba(255,255,255,.72); }
.ifix-hours dd { margin: 0; font-weight: 800; }
.ifix-hours-note { margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }
.ifix-contact-help { display: grid; gap: 24px; }
.ifix-contact-help h2 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.03; letter-spacing: -.045em; }
.ifix-contact-form-section { border-top: 1px solid var(--ifix-line); background: var(--ifix-yellow-pale); }
.ifix-contact-form-layout { display: grid; gap: 30px; align-items: start; }
.ifix-contact-form-copy h2 { max-width: 650px; margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.ifix-contact-form-copy > p:not(.ifix-eyebrow) { max-width: 620px; margin: 18px 0 0; color: var(--ifix-copy); font-size: 19px; }
.ifix-contact-form-copy > p a { font-weight: 850; text-decoration-color: var(--ifix-yellow); text-decoration-thickness: 3px; }
.ifix-contact-form-card { padding: 24px; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); box-shadow: var(--ifix-shadow); }
.ifix-contact-form { display: grid; gap: 18px; }
.ifix-form-row { display: grid; gap: 7px; }
.ifix-form-row label { font-size: 15px; font-weight: 850; }
.ifix-form-row label span { color: #9f250d; }
.ifix-form-row input, .ifix-form-row textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 1.5px solid #cbc8bc; border-radius: 12px;
  color: var(--ifix-ink); background: var(--ifix-white); transition: border-color .18s ease, box-shadow .18s ease;
}
.ifix-form-row textarea { min-height: 132px; resize: vertical; line-height: 1.5; }
.ifix-form-row input:focus, .ifix-form-row textarea:focus { border-color: var(--ifix-ink); outline: 0; box-shadow: 0 0 0 4px rgba(255,212,0,.28); }
.ifix-form-row input::placeholder, .ifix-form-row textarea::placeholder { color: #858b94; }
.ifix-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ifix-copy); font-size: 14px; line-height: 1.45; cursor: pointer; }
.ifix-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ifix-yellow); }
.ifix-form-submit { width: 100%; border: 1.5px solid var(--ifix-ink); cursor: pointer; }
.ifix-form-privacy { margin: -3px 0 0; color: var(--ifix-muted); font-size: 12px; line-height: 1.45; }
.ifix-form-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-size: 15px; font-weight: 750; }
.ifix-form-notice--success { border: 1px solid #9ad5b7; color: #0d5e35; background: #e9f8f0; }
.ifix-form-notice--error { border: 1px solid #edb4a7; color: #86220e; background: #fff0ec; }
.ifix-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Blog, search and article */
.ifix-search-form { display: flex; max-width: 600px; gap: 9px; margin-top: 28px; }
.ifix-search-form input { min-width: 0; flex: 1; min-height: 52px; padding: 10px 15px; border: 1.5px solid var(--ifix-ink); border-radius: 13px; background: var(--ifix-white); }
.ifix-search-form button { min-height: 52px; padding: 10px 20px; border: 1.5px solid var(--ifix-ink); border-radius: 13px; background: var(--ifix-yellow); font-weight: 850; cursor: pointer; }
.ifix-blog-grid { display: grid; gap: 18px; }
.ifix-post-card { overflow: hidden; border: 1px solid var(--ifix-line); border-radius: var(--ifix-radius); background: var(--ifix-white); }
.ifix-post-card-media { display: block; overflow: hidden; background: var(--ifix-yellow-pale); text-decoration: none; }
.ifix-post-card-media img, .ifix-post-placeholder { display: grid; width: 100%; aspect-ratio: 16 / 10; place-items: center; object-fit: cover; transition: transform .35s ease; }
.ifix-post-card:hover .ifix-post-card-media img { transform: scale(1.025); }
.ifix-post-placeholder span { display: grid; width: 62px; height: 62px; place-items: center; border: 2px solid var(--ifix-ink); border-radius: 19px; background: var(--ifix-yellow); font-size: 19px; font-weight: 900; }
.ifix-post-card-body { padding: 22px; }
.ifix-post-card-meta, .ifix-article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--ifix-muted); font-size: 12px; }
.ifix-post-card h2 { margin: 13px 0 10px; font-size: 23px; line-height: 1.14; letter-spacing: -.025em; }
.ifix-post-card h2 a { text-decoration: none; }
.ifix-post-card p { margin: 0 0 18px; color: var(--ifix-copy); font-size: 15px; }
.ifix-pagination { margin-top: 40px; }
.ifix-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ifix-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid var(--ifix-line); border-radius: 11px; text-decoration: none; }
.ifix-pagination .current { border-color: var(--ifix-ink); background: var(--ifix-yellow); font-weight: 900; }
.ifix-empty-state { max-width: 700px; padding: 34px; border-radius: var(--ifix-radius); background: var(--ifix-surface); }
.ifix-empty-state h2 { margin: 0; font-size: 32px; }
.ifix-empty-state p { margin-bottom: 0; color: var(--ifix-copy); }
.ifix-search-results { display: grid; gap: 14px; }
.ifix-search-result { padding: 24px; border-bottom: 1px solid var(--ifix-line); }
.ifix-search-result > p { margin: 0; color: var(--ifix-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ifix-search-result h2 { margin: 7px 0; font-size: clamp(24px, 4vw, 34px); line-height: 1.12; }
.ifix-search-result h2 a { text-decoration-color: var(--ifix-yellow); }
.ifix-search-result > div { color: var(--ifix-copy); }
.ifix-article-header { padding: 54px 0 48px; border-bottom: 1px solid var(--ifix-line); background: var(--ifix-yellow-pale); }
.ifix-article-header-inner { max-width: 900px; }
.ifix-article-meta { margin-top: 22px; font-size: 14px; }
.ifix-article-layout { display: grid; gap: 32px; padding-top: 42px; padding-bottom: 40px; }
.ifix-article-content { min-width: 0; max-width: 790px; color: var(--ifix-copy); }
.ifix-article-cover { margin: 0 0 34px; }
.ifix-article-cover img { width: 100%; border-radius: var(--ifix-radius); }
.ifix-article-content h2, .ifix-article-content h3 { color: var(--ifix-ink); line-height: 1.12; letter-spacing: -.025em; }
.ifix-article-content h2 { margin-top: 44px; font-size: clamp(30px, 4vw, 42px); }
.ifix-article-content h3 { margin-top: 32px; font-size: 25px; }
.ifix-article-content a { text-decoration-color: var(--ifix-yellow); text-decoration-thickness: 3px; }
.ifix-article-content img { border-radius: var(--ifix-radius-sm); }
.ifix-service-aside { align-self: start; padding: 25px; border: 1px solid #e2c900; border-radius: var(--ifix-radius); background: var(--ifix-yellow-pale); }
.ifix-service-aside h2 { margin: 0; font-size: 27px; line-height: 1.05; }
.ifix-service-aside p:not(.ifix-eyebrow) { color: var(--ifix-copy); }
.ifix-service-aside .ifix-button { width: 100%; }
.ifix-service-aside small { display: block; margin-top: 16px; color: var(--ifix-muted); }

/* 404 */
.ifix-not-found { min-height: 68vh; padding: 70px 0 90px; overflow: hidden; background: linear-gradient(145deg, #fff 40%, var(--ifix-yellow-pale)); }
.ifix-not-found .ifix-container { position: relative; }
.ifix-error-code { position: absolute; z-index: 0; top: -70px; right: 0; margin: 0; color: rgba(255,212,0,.26); font-size: clamp(130px, 28vw, 330px); font-weight: 900; line-height: 1; letter-spacing: -.09em; }
.ifix-not-found .ifix-eyebrow, .ifix-not-found h1, .ifix-not-found > .ifix-container > p:not(.ifix-error-code), .ifix-not-found .ifix-hero-actions, .ifix-not-found .ifix-search-form { position: relative; z-index: 1; }
.ifix-not-found > .ifix-container > p:not(.ifix-error-code):not(.ifix-eyebrow) { max-width: 650px; color: var(--ifix-copy); font-size: 19px; }

@media (min-width: 640px) {
  .ifix-services, .ifix-process, .ifix-review-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ifix-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ifix-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .ifix-values-grid, .ifix-team-grid, .ifix-blog-grid, .ifix-service-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .ifix-hero { padding: 78px 0 54px; }
  .ifix-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); }
  .ifix-hero-media img { aspect-ratio: 5 / 6; }
  .ifix-trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ifix-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ifix-split { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 66px; }
  .ifix-process { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ifix-reviews-layout { grid-template-columns: minmax(230px, .72fr) minmax(0, 2.28fr); align-items: start; }
  .ifix-review-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ifix-review-card { min-height: 100%; }
  .ifix-final { grid-template-columns: minmax(0, 1.25fr) auto; align-items: center; padding: 48px 52px; }
  .ifix-page-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); gap: 66px; }
  .ifix-page-hero-grid .ifix-page-hero-media img { aspect-ratio: 5 / 4; }
  .ifix-story-grid { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 80px; }
  .ifix-values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ifix-explain-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; }
  .ifix-contact-grid { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: stretch; }
  .ifix-hours-card { padding: 36px; }
  .ifix-contact-help { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; }
  .ifix-contact-form-layout { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 72px; }
  .ifix-contact-form-card { padding: 34px; }
  .ifix-blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ifix-service-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ifix-article-layout { grid-template-columns: minmax(0, 790px) minmax(250px, 310px); justify-content: space-between; gap: 64px; padding-top: 64px; }
  .ifix-service-aside { position: sticky; top: 104px; }
}

@media (max-width: 899px) {
  .admin-bar .ifix-site-header { top: 46px; }
  .ifix-menu-toggle { display: inline-flex; }
  .ifix-nav {
    position: fixed; top: 75px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column;
    padding: 20px 16px 28px; border-bottom: 1px solid var(--ifix-line); background: var(--ifix-white); box-shadow: 0 18px 35px rgba(32,36,43,.1);
  }
  .admin-bar .ifix-nav { top: 121px; }
  .ifix-nav.is-open { display: flex; }
  .ifix-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .ifix-nav li { border-bottom: 1px solid var(--ifix-line); }
  .ifix-nav ul a { display: block; padding: 13px 2px; font-size: 18px; }
  .ifix-header-call { width: 100%; }
  .ifix-header-inner { min-height: 74px; }
  .ifix-hero-media { max-width: 700px; }
  .ifix-mobile-call { display: flex; }
}

@media (max-width: 639px) {
  body { font-size: 16px; padding-bottom: 78px; }
  .ifix-container { width: min(calc(100% - 28px), var(--ifix-container)); }
  .ifix-section { padding: 60px 0; }
  .ifix-hero { padding: 34px 0 28px; }
  .ifix-hero-grid { gap: 30px; }
  .ifix-hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .ifix-hero-lead { font-size: 19px; }
  .ifix-hero-actions { display: grid; }
  .ifix-button { width: 100%; }
  .ifix-hero-media img { aspect-ratio: 4 / 3; border-radius: 22px; }
  .ifix-rating-card { right: 10px; bottom: 10px; left: 10px; max-width: none; }
  .ifix-rating-card p { margin-top: 5px; }
  .ifix-service-card { min-height: 0; }
  .ifix-split-media { order: 2; }
  .ifix-final { padding: 30px 24px; }
  .ifix-final-actions { display: grid; }
  .ifix-footer-grid { grid-template-columns: 1fr 1fr; }
  .ifix-footer-brand { grid-column: 1 / -1; }
  .ifix-page-hero { padding: 38px 0 44px; }
  .ifix-page-hero-grid { gap: 30px; }
  .ifix-page-hero h1, .ifix-article-header h1, .ifix-not-found h1 { font-size: clamp(40px, 12vw, 56px); }
  .ifix-breadcrumbs { margin-bottom: 22px; }
  .ifix-search-form { display: grid; }
  .ifix-search-form button { width: 100%; }
  .ifix-article-header { padding: 36px 0 38px; }
  .ifix-article-layout { padding-top: 30px; }
  .ifix-contact-card { min-height: 132px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .ifix-site-header, .ifix-mobile-call, .ifix-hero-actions, .ifix-final { display: none !important; }
  body { padding: 0; color: #000; background: #fff; }
}
