/*
Theme Name: א.ג ביצוע
Theme URI: https://ag-bitzua-cleaning.benbenams.chatgpt.site
Author: Codex
Description: תבנית דף נחיתה RTL לחברת א.ג ביצוע – ניקיון, פוליש ועבודות גמר.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ag-bitzua
*/

:root { --navy:#071c2f; --navy2:#0c2941; --cyan:#2fd5ca; --mint:#b9f3ee; --off:#f4f8f7; --ink:#102b3d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.ag-bitzua-theme { margin:0; color:var(--ink); background:#fff; font-family:Arial, "Segoe UI", sans-serif; }
a { color:inherit; text-decoration:none; }
.topbar { height:84px; padding:0 max(5vw,28px); display:flex; align-items:center; justify-content:space-between; position:absolute; z-index:10; width:100%; color:#fff; border-bottom:1px solid rgba(255,255,255,.12); }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { width:46px; height:46px; border:1px solid var(--cyan); border-radius:50%; display:grid; place-items:center; color:var(--cyan); font-size:19px; font-weight:800; }
.brand b { display:block; font-size:17px; }.brand small { display:block; font-size:10px; opacity:.65; letter-spacing:1px; margin-top:3px; }
nav { display:flex; gap:32px; font-size:14px; } nav a:hover { color:var(--cyan); }
.call-link { font-weight:700; direction:ltr; display:flex; gap:9px; align-items:center; }.call-link:first-letter { color:var(--cyan); }
.hero { min-height:720px; background:linear-gradient(125deg,#061929 0%,#092b45 62%,#0d3d59 100%); color:#fff; position:relative; overflow:hidden; display:flex; align-items:center; padding:125px max(7vw,40px) 70px; }
.hero:after { content:""; position:absolute; inset:auto -10% -170px 35%; height:330px; background:rgba(47,213,202,.08); transform:rotate(-8deg); }
.hero-glow { position:absolute; width:550px; height:550px; left:-120px; top:70px; background:radial-gradient(circle,rgba(47,213,202,.17),transparent 68%); }
.hero-content { position:relative; z-index:2; max-width:760px; }
.eyebrow,.kicker { color:var(--cyan); font-weight:700; letter-spacing:2px; font-size:12px; text-transform:uppercase; }.eyebrow span { display:inline-block; width:28px; height:1px; background:var(--cyan); vertical-align:middle; margin-left:10px; }
h1 { font-size:clamp(48px,6.4vw,92px); line-height:.98; letter-spacing:-3px; margin:30px 0 28px; } h1 em { color:var(--cyan); font-style:normal; }
.hero-content>p { max-width:610px; line-height:1.8; font-size:18px; color:#c9d5dd; }
.hero-actions { display:flex; gap:13px; margin-top:38px; }.btn { border:0; border-radius:5px; min-height:55px; padding:0 25px; display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:800; cursor:pointer; font-size:15px; }
.btn-primary { background:var(--cyan); color:#052333; box-shadow:0 12px 32px rgba(47,213,202,.2); }.btn-primary:hover { background:#54e2d9; transform:translateY(-2px); }
.btn-ghost { border:1px solid rgba(255,255,255,.34); color:#fff; }.whatsapp-dot { font-size:20px; }
.trust-row { display:flex; gap:27px; margin-top:34px; color:#d9e2e7; font-size:13px; }.trust-row b { color:var(--cyan); }
.hero-visual { position:absolute; left:4vw; width:39vw; max-width:650px; height:470px; border-radius:8px; overflow:visible; box-shadow:30px 35px 80px rgba(0,0,0,.3); }
.hero-visual>img { width:100%; height:100%; object-fit:cover; object-position:36% center; border-radius:8px; display:block; }
.hero-visual:after { content:""; position:absolute; inset:0; border-radius:8px; background:linear-gradient(90deg,transparent 52%,rgba(5,25,41,.58)); pointer-events:none; }
.hero-image-label { position:absolute; z-index:2; right:25px; bottom:28px; border-right:3px solid var(--cyan); padding-right:13px; text-shadow:0 2px 12px rgba(0,0,0,.6); }
.hero-image-label b,.hero-image-label span { display:block; }.hero-image-label b { font-size:18px; }.hero-image-label span { color:#d5e3e9; font-size:12px; margin-top:4px; }
.shine-card { width:320px; height:430px; border:1px solid rgba(255,255,255,.14); background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015)); backdrop-filter:blur(8px); transform:rotate(-4deg); display:flex; flex-direction:column; justify-content:center; align-items:center; box-shadow:30px 30px 80px rgba(0,0,0,.22); }
.ag-monogram { font-size:90px; font-weight:900; color:var(--cyan); letter-spacing:-10px; }.shine-card p { text-align:center; font-size:22px; line-height:1.4; }.spark { position:absolute; color:var(--cyan); }.s1{top:45px;right:45px;font-size:28px}.s2{bottom:60px;left:48px}
.floating-note { position:absolute; z-index:3; bottom:-25px; left:-18px; background:#fff; color:var(--navy); padding:17px 22px; display:flex; align-items:center; gap:12px; box-shadow:0 15px 35px rgba(0,0,0,.2); }.floating-note b { font-size:25px; color:#0e7d79; }.floating-note span { font-size:11px; line-height:1.3; }
.section { padding:100px max(7vw,40px); }.section-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; margin-bottom:55px; }.section-heading h2,.work h2,.contact h2,.process h2 { font-size:clamp(38px,4vw,62px); line-height:1.05; letter-spacing:-2px; margin:15px 0 0; }.section-heading>p { max-width:420px; line-height:1.8; color:#647884; }
.services { background:var(--off); }.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#dce8e6; border:1px solid #dce8e6; }.service-card { background:#fff; padding:38px; min-height:245px; position:relative; transition:.25s; }.service-card:hover { background:var(--navy); color:#fff; transform:translateY(-4px); z-index:1; }.service-card:hover p { color:#b9c8d1; }
.service-num { position:absolute; left:25px; top:22px; font-size:11px; color:#9aabb3; }.service-icon { font-size:32px; color:#10a69e; display:block; margin-bottom:30px; }.service-card h3 { font-size:21px; margin:0 0 12px; }.service-card p { color:#71838c; line-height:1.6; font-size:14px; margin:0; }
.before-after { background:#fff; display:grid; grid-template-columns:1.2fr .8fr; gap:7vw; align-items:center; }.before-after-gallery { direction:ltr; display:grid; grid-template-columns:1fr 1fr; gap:4px; border-radius:8px; overflow:hidden; box-shadow:0 18px 50px rgba(7,28,47,.13); }.before-after-gallery figure { position:relative; margin:0; min-width:0; }.before-after-gallery img { display:block; width:100%; height:420px; object-fit:cover; object-position:center; }.before-after-gallery span { position:absolute; right:15px; bottom:15px; padding:11px 18px; border-radius:7px; background:#20bed0; color:#fff; font-size:14px; font-weight:800; box-shadow:0 8px 20px rgba(0,0,0,.18); }.before-after-gallery .after-label { background:#07998f; }.before-after-copy h2 { font-size:clamp(36px,3.8vw,58px); line-height:1.05; letter-spacing:-2px; margin:16px 0 0; }
.work { background:#effaff; color:var(--navy); display:grid; grid-template-columns:.85fr 1.15fr; gap:6vw; align-items:center; }.kicker.light { color:#0fb8c7; }.work-copy p,.contact-copy>p { color:#afbdc5; line-height:1.8; max-width:420px; }.result-list { list-style:none; padding:0; margin:28px 0 0; }.result-list li { position:relative; padding-right:34px; margin:0 0 17px; line-height:1.55; font-weight:700; font-size:14px; }.result-list li:before { content:"✓"; position:absolute; right:0; top:-2px; width:23px; height:23px; border-radius:50%; display:grid; place-items:center; background:#20bed0; color:#fff; font-size:15px; }.text-link { display:inline-block; margin-top:25px; padding-bottom:8px; border-bottom:1px solid #0fb8c7; color:#078b98; font-weight:700; }.text-link span { margin-right:18px; }
.work-copy .work-intro { color:#526d7c; margin:22px 0 0; }
.video-grid { direction:ltr; display:grid; grid-template-columns:1fr 1fr; gap:4px; }.video-grid figure { margin:0; background:#fff; border:1px solid #d3e1e6; overflow:hidden; }.video-wrap { position:relative; }.video-grid video { width:100%; aspect-ratio:9/12; object-fit:cover; background:#dfe8ea; display:block; }.state-badge { position:absolute; right:14px; bottom:14px; background:#1bc2d0; color:#fff; border-radius:7px; padding:10px 16px; font-size:14px; font-weight:800; box-shadow:0 8px 18px rgba(0,0,0,.18); }.state-badge.after { background:#0d9f93; }.video-grid figcaption { direction:rtl; padding:14px 16px; font-weight:700; color:var(--navy); }.video-grid figcaption span { color:#0fb8c7; font-size:10px; letter-spacing:1px; display:block; margin-bottom:5px; }
.process { text-align:center; }.process h2 { margin-bottom:55px; }.steps { display:flex; justify-content:center; align-items:center; gap:5vw; }.steps div { min-width:180px; }.steps b { color:var(--cyan); font-size:13px; }.steps span { display:block; font-size:19px; font-weight:800; margin:10px 0; }.steps p { color:#758790; font-size:13px; }.steps i { color:#bcc9ce; font-style:normal; font-size:30px; }
.contact { background:linear-gradient(120deg,#0b2941,#0b3650); color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; }.big-phone { display:flex; align-items:center; gap:15px; margin-top:30px; direction:ltr; justify-content:flex-end; width:max-content; }.big-phone>span { background:var(--cyan); color:var(--navy); border-radius:50%; width:45px; height:45px; display:grid; place-items:center; }.big-phone small,.big-phone b { display:block; }.big-phone small { color:#9db0bc; font-size:10px; }.big-phone b { font-size:24px; margin-top:2px; }
form { background:#fff; color:var(--ink); padding:38px; border-radius:4px; box-shadow:0 20px 50px rgba(0,0,0,.18); } label { display:block; font-weight:700; font-size:13px; margin-bottom:22px; } input,select { width:100%; height:52px; border:0; border-bottom:1px solid #cedbdc; background:#f7f9f9; margin-top:8px; padding:0 15px; font:inherit; color:var(--ink); } form .btn { width:100%; margin-top:4px; } form>small { display:block; text-align:center; color:#829198; margin-top:13px; font-size:10px; }
footer { min-height:120px; background:#041521; color:#fff; padding:28px max(7vw,40px); display:flex; align-items:center; justify-content:space-between; } footer p { color:#8295a0; font-size:12px; } footer>div { display:flex; gap:10px; direction:ltr; } footer>div a { width:36px; height:36px; border:1px solid #375064; border-radius:50%; display:grid; place-items:center; color:var(--cyan); }
.mobile-bar { display:none; }
@media(max-width:900px){
  .topbar nav { display:none; }.hero { min-height:unset; padding:125px 24px 70px; flex-direction:column; align-items:stretch; gap:44px; }.hero-content { max-width:650px; }.hero-visual { display:block; position:relative; left:auto; width:100%; max-width:none; height:380px; order:2; }.hero-visual>img { object-position:center; }.hero-visual:after { background:linear-gradient(0deg,rgba(5,25,41,.5),transparent 55%); } h1 { letter-spacing:-2px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }.before-after,.work,.contact { grid-template-columns:1fr; }.before-after-gallery { order:2; }.before-after-gallery img { height:360px; }.video-grid { max-width:570px; }.contact { gap:45px; }.section { padding:80px 35px; }
}
@media(max-width:600px){
  .topbar { height:72px; padding:0 18px; }.topbar .call-link span { display:none; }.brand-mark { width:40px;height:40px }.hero { min-height:690px; align-items:flex-start; padding:135px 21px 60px; }.eyebrow { font-size:10px; } h1 { font-size:48px; line-height:1.04; margin-top:24px; }.hero-content>p { font-size:16px; }.hero-actions { flex-direction:column; }.hero-actions .btn { width:100%; }.trust-row { flex-wrap:wrap; gap:10px 20px; }
  .hero-visual { height:245px; margin-top:5px; }.hero-image-label { right:17px; bottom:18px; }.floating-note { left:10px; bottom:-22px; padding:12px 15px; }.section { padding:68px 21px; }.section-heading { display:block; }.section-heading>p { margin-top:24px; }.services-grid { grid-template-columns:1fr; }.service-card { min-height:210px; padding:32px; }.before-after-gallery img { height:260px; }.before-after-gallery span { right:8px; bottom:8px; padding:8px 12px; font-size:12px; }
  .work { gap:40px; }.video-grid { gap:6px; }.video-grid video { aspect-ratio:9/13; }.video-grid figcaption { padding:10px; font-size:12px; }.state-badge { right:8px; bottom:8px; padding:8px 11px; }.steps { flex-direction:column; gap:12px; }.steps i { transform:rotate(-90deg); }.contact form { padding:28px 20px; }
  footer { margin-bottom:62px; display:block; text-align:center; } footer .brand { justify-content:center; } footer p { margin:20px 0; } footer>div { justify-content:center; }
  .mobile-bar { position:fixed; display:flex; z-index:50; bottom:0; left:0; right:0; height:62px; box-shadow:0 -5px 20px rgba(0,0,0,.2); }.mobile-bar a { flex:1; display:grid; place-items:center; color:#fff; background:var(--navy); font-weight:800; }.mobile-bar a:last-child { background:#20bfae; color:#052333; }
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.service-card{transition:none}}

/* WordPress admin-bar and theme compatibility */
body.admin-bar .topbar { top:32px; }
.ag-site main, .ag-site section, .ag-site header, .ag-site footer { max-width:none; }
.ag-site button, .ag-site input, .ag-site select { font-family:inherit; }
.ag-site video { max-width:100%; }
@media(max-width:782px){ body.admin-bar .topbar { top:46px; } }
