/* ============================================
   APPLE REFIX — style.css  (image edition)
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --black:   #0a0a0a;
  --dark:    #0d0d0d;
  --darker:  #080808;
  --white:   #f5f5f7;
  --accent:  #0071e3;
  --accent2: #34aadc;
  --glass:   rgba(255,255,255,0.06);
  --glass2:  rgba(255,255,255,0.10);
  --border:  rgba(255,255,255,0.10);
  --green:   #30d158;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { background:var(--black); color:var(--white); font-family:'DM Sans',sans-serif; overflow-x:hidden; line-height:1.6; }
a { text-decoration:none; color:inherit; }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-thumb { background:rgba(255,255,255,0.12); border-radius:10px; }

/* ── NAVBAR ── */
nav {
  position:fixed; top:0; left:0; right:0; z-index:900;
  background:rgba(10,10,10,0.88); backdrop-filter:blur(24px);
  border-bottom:1px solid var(--border);
  display:flex; align-items:center; justify-content:space-between;
  padding:0 5%; height:64px;
}
.nav-logo {
  display:flex; align-items:center; gap:8px;
  font-family:'Bebas Neue',sans-serif; font-size:1.9rem; letter-spacing:3px;
}
.nav-apple-icon { width:22px; height:22px; filter:invert(1); opacity:0.9; }
.logo-apple { color:var(--accent); }
.logo-refix { color:var(--white); }

.nav-links { display:flex; align-items:center; gap:2px; list-style:none; }
.nav-links > li { position:relative; }
.nav-links > li > a {
  display:block; padding:8px 14px;
  color:rgba(245,245,247,0.75);
  font-size:0.875rem; font-weight:500;
  border-radius:8px; transition:all 0.2s; white-space:nowrap;
}
.nav-links > li > a:hover, .nav-links > li > a.active {
  background:var(--glass2); color:var(--white);
}
.pickup-nav > a { background:var(--accent)!important; color:#fff!important; border-radius:20px!important; padding:8px 20px!important; }
.pickup-nav > a:hover { background:#0077ed!important; }
.drop-arr { font-size:0.55rem; margin-left:2px; opacity:0.6; }

/* Dropdown */
.dropdown-menu {
  display:none; position:absolute; top:110%; left:50%;
  transform:translateX(-50%);
  background:rgba(18,18,18,0.98); border:1px solid var(--border);
  border-radius:16px; padding:10px; min-width:220px;
  backdrop-filter:blur(20px); box-shadow:0 24px 60px rgba(0,0,0,0.6); z-index:1000;
}
.dropdown:hover .dropdown-menu { display:block; animation:dropFade 0.18s ease; }
@keyframes dropFade {
  from{opacity:0;transform:translateX(-50%) translateY(-8px)}
  to  {opacity:1;transform:translateX(-50%) translateY(0)}
}
.dropdown-menu a {
  display:flex; align-items:center; gap:10px;
  padding:10px 14px; border-radius:10px;
  color:rgba(245,245,247,0.75); font-size:0.875rem; transition:all 0.15s;
}
.dropdown-menu a:hover { background:var(--glass2); color:var(--white); }
.dimg { width:28px; height:28px; object-fit:contain; border-radius:4px; }

/* hamburger */
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; }
.hamburger span { display:block; width:22px; height:2px; background:var(--white); border-radius:2px; transition:all 0.3s; }

/* ── MARQUEE ── */
.marquee-bar { background:linear-gradient(90deg,var(--accent),var(--accent2)); padding:9px 0; overflow:hidden; margin-top:64px; }
.marquee-track { display:flex; width:max-content; animation:marquee 24s linear infinite; }
.marquee-track span { white-space:nowrap; padding:0 36px; font-size:0.8rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.marquee-track span::before { content:"✦"; margin-right:10px; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── HERO ── */
.hero {
  min-height:92vh; display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  text-align:center; padding:80px 5% 60px;
  position:relative; overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 70% 55% at 50% 30%,rgba(0,113,227,0.14) 0%,transparent 70%);
  pointer-events:none;
}
.hero-badge {
  display:inline-block; background:rgba(0,113,227,0.12);
  border:1px solid rgba(0,113,227,0.35); color:var(--accent2);
  font-size:0.75rem; font-weight:700; letter-spacing:2.5px; text-transform:uppercase;
  padding:6px 18px; border-radius:20px; margin-bottom:26px;
  animation:fadeUp 0.6s ease both;
}
.hero h1 { font-family:'Bebas Neue',sans-serif; font-size:clamp(3.5rem,9vw,8rem); line-height:1; letter-spacing:2px; animation:fadeUp 0.65s 0.08s ease both; }
.hero h1 .hl { color:var(--accent); }
.hero-sub { max-width:560px; margin:22px auto 0; color:rgba(245,245,247,0.55); font-size:1.05rem; line-height:1.75; animation:fadeUp 0.65s 0.16s ease both; }
.hero-btns { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-top:32px; animation:fadeUp 0.65s 0.24s ease both; }
.hero-stats { display:flex; gap:40px; flex-wrap:wrap; justify-content:center; margin-top:52px; animation:fadeUp 0.65s 0.32s ease both; }
.hero-stat h3 { font-family:'Bebas Neue',sans-serif; font-size:2.4rem; color:var(--accent); letter-spacing:1px; }
.hero-stat p { font-size:0.8rem; color:rgba(245,245,247,0.45); }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* ── BUTTONS ── */
.btn-primary { background:var(--accent); color:#fff; border:none; padding:13px 30px; border-radius:30px; font-size:0.92rem; font-weight:600; cursor:pointer; transition:all 0.2s; display:inline-block; }
.btn-primary:hover { background:#0077ed; transform:translateY(-2px); box-shadow:0 10px 28px rgba(0,113,227,0.38); }
.btn-ghost { background:transparent; color:var(--white); border:1px solid var(--border); padding:13px 30px; border-radius:30px; font-size:0.92rem; font-weight:600; cursor:pointer; transition:all 0.2s; display:inline-block; }
.btn-ghost:hover { background:var(--glass2); transform:translateY(-2px); }

/* ── SECTION COMMON ── */
section { padding:90px 5%; }
.section-label { font-size:0.75rem; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--accent); margin-bottom:10px; }
.section-title { font-family:'Bebas Neue',sans-serif; font-size:clamp(2.2rem,5vw,3.6rem); letter-spacing:1px; line-height:1.05; margin-bottom:14px; }
.section-sub { color:rgba(245,245,247,0.5); font-size:0.97rem; max-width:500px; line-height:1.75; }
.section-centered { text-align:center; }
.section-centered .section-sub { margin:0 auto; }

/* ── SERVICES ── */
#services { background:var(--dark); }
.services-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(175px,1fr)); gap:16px; margin-top:48px; }
.service-card {
  background:var(--glass); border:1px solid var(--border);
  border-radius:18px; padding:20px 14px 18px;
  text-align:center; cursor:pointer; transition:all 0.25s;
}
.service-card:hover {
  background:rgba(0,113,227,0.09); border-color:rgba(0,113,227,0.4);
  transform:translateY(-4px); box-shadow:0 16px 40px rgba(0,0,0,0.4);
}
.sc-img {
  width:80px; height:80px; margin:0 auto 14px;
  display:flex; align-items:center; justify-content:center;
}
.sc-img img { width:100%; height:100%; object-fit:contain; }
.sc-svg { padding:8px; }
.sc-svg svg { width:100%; height:100%; }
.service-card h3 { font-size:0.92rem; font-weight:600; }
.service-card p  { font-size:0.75rem; color:rgba(245,245,247,0.45); margin-top:5px; }

/* ── REPAIR PRODUCTS ── */
#repair { background:var(--darker); }
.products-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(195px,1fr)); gap:20px; margin-top:48px; }
.product-card {
  background:linear-gradient(145deg,rgba(255,255,255,0.07),rgba(255,255,255,0.02));
  border:1px solid var(--border); border-radius:20px;
  padding:24px 16px 20px; text-align:center; cursor:pointer;
  transition:all 0.3s; position:relative; overflow:hidden;
}
.product-card:hover { border-color:rgba(0,113,227,0.5); transform:translateY(-6px); box-shadow:0 20px 50px rgba(0,0,0,0.5); }
.pc-img {
  width:130px; height:130px; margin:0 auto 16px;
  display:flex; align-items:center; justify-content:center;
}
.pc-img img { width:100%; height:100%; object-fit:contain; transition:transform 0.3s; }
.product-card:hover .pc-img img { transform:scale(1.06); }
.product-card h3 { font-size:1rem; font-weight:700; margin-bottom:5px; }
.product-card p  { font-size:0.75rem; color:rgba(245,245,247,0.4); line-height:1.5; }
.repair-tag { display:inline-block; margin-top:13px; background:rgba(0,113,227,0.13); color:var(--accent2); font-size:0.7rem; font-weight:700; padding:4px 12px; border-radius:20px; border:1px solid rgba(0,113,227,0.3); }

/* ── ISSUE PAGE OVERLAY ── */
#issuePage {
  position:fixed; inset:0; z-index:1000;
  background:var(--black); overflow-y:auto;
  transform:translateX(100%);
  transition:transform 0.38s cubic-bezier(0.4,0,0.2,1);
}
#issuePage.open { transform:translateX(0); }

.ip-topbar {
  position:sticky; top:0; z-index:10;
  background:rgba(10,10,10,0.9); backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  display:flex; align-items:center; gap:14px;
  padding:0 5%; height:60px;
}
.ip-back { background:var(--glass2); border:1px solid var(--border); color:var(--white); padding:7px 16px; border-radius:20px; font-size:0.82rem; font-weight:600; cursor:pointer; transition:all 0.2s; }
.ip-back:hover { border-color:var(--accent); }
.ip-breadcrumb { font-size:0.82rem; color:rgba(245,245,247,0.45); }
.ip-breadcrumb span { color:var(--accent); }

.ip-hero { padding:60px 5% 40px; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
@media(max-width:760px){ .ip-hero{grid-template-columns:1fr;} }

.ip-hero-img {
  background:linear-gradient(135deg,rgba(0,113,227,0.1),rgba(52,170,220,0.06));
  border:1px solid var(--border); border-radius:24px;
  height:280px; display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.ip-hero-img img { max-width:82%; max-height:82%; object-fit:contain; }
.ip-hero-img svg { width:60%; height:60%; opacity:0.7; }

.ip-hero-text .ip-tag { display:inline-block; background:rgba(0,113,227,0.12); color:var(--accent2); font-size:0.72rem; font-weight:700; letter-spacing:2px; text-transform:uppercase; padding:5px 14px; border-radius:20px; border:1px solid rgba(0,113,227,0.3); margin-bottom:16px; }
.ip-hero-text h1 { font-family:'Bebas Neue',sans-serif; font-size:clamp(2rem,4vw,3.2rem); letter-spacing:1px; margin-bottom:14px; }
.ip-hero-text p { color:rgba(245,245,247,0.55); line-height:1.8; font-size:0.95rem; margin-bottom:22px; }
.ip-badges { display:flex; gap:10px; flex-wrap:wrap; }
.ip-badge { background:var(--glass); border:1px solid var(--border); border-radius:10px; padding:8px 14px; font-size:0.78rem; font-weight:600; display:flex; align-items:center; gap:6px; }
.ip-badge svg { width:14px; height:14px; stroke:var(--accent2); flex-shrink:0; }

/* Issue cards */
.dp-issues-section { padding:0 5% 60px; }
.issues-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(155px,1fr)); gap:14px; margin-top:44px; }
.issue-card {
  background:var(--glass); border:1px solid var(--border);
  border-radius:16px; padding:20px 14px; text-align:center; cursor:pointer;
  transition:all 0.22s;
}
.issue-card:hover { background:rgba(0,113,227,0.1); border-color:rgba(0,113,227,0.45); transform:translateY(-3px); box-shadow:0 12px 32px rgba(0,0,0,0.4); }
.issue-card .ic-img { width:52px; height:52px; margin:0 auto 12px; display:flex; align-items:center; justify-content:center; }
.issue-card .ic-img svg { width:100%; height:100%; }
.issue-card h4 { font-size:0.83rem; font-weight:600; line-height:1.4; }

/* Price table & body */
.ip-body { padding:0 5% 80px; }
.ip-section-title { font-family:'Bebas Neue',sans-serif; font-size:1.9rem; letter-spacing:1px; margin:44px 0 20px; border-left:3px solid var(--accent); padding-left:14px; }
.ip-desc { color:rgba(245,245,247,0.6); line-height:1.8; font-size:0.93rem; max-width:720px; margin-bottom:28px; }
.price-table { width:100%; border-collapse:collapse; margin-bottom:30px; border-radius:14px; border:1px solid var(--border); overflow:hidden; }
.price-table th { background:rgba(0,113,227,0.15); color:var(--white); font-size:0.82rem; font-weight:700; padding:13px 18px; text-align:left; }
.price-table td { padding:13px 18px; font-size:0.88rem; border-top:1px solid var(--border); color:rgba(245,245,247,0.8); }
.price-table tr:hover td { background:var(--glass); }
.td-model { font-weight:600; color:var(--white); }
.td-price { color:var(--green); font-weight:700; }
.td-warranty { color:var(--accent2); }

.symptoms-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); gap:14px; margin-top:20px; }
.symptom-item { background:var(--glass); border:1px solid var(--border); border-radius:12px; padding:14px 18px; display:flex; align-items:flex-start; gap:12px; font-size:0.87rem; color:rgba(245,245,247,0.75); }
.symptom-item svg { width:18px; height:18px; flex-shrink:0; margin-top:1px; stroke:var(--accent2); }

.ip-cta { background:linear-gradient(135deg,rgba(0,113,227,0.14),rgba(52,170,220,0.08)); border:1px solid rgba(0,113,227,0.28); border-radius:20px; padding:40px 36px; text-align:center; margin-top:48px; }
.ip-cta h2 { font-family:'Bebas Neue',sans-serif; font-size:2.2rem; margin-bottom:10px; }
.ip-cta p { color:rgba(245,245,247,0.55); margin-bottom:24px; font-size:0.93rem; }

/* ── HOW IT WORKS ── */
#how-it-works { background:var(--dark); }
.steps-wrap { display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:0; margin-top:52px; }
.step { padding:40px 34px; border:1px solid var(--border); transition:all 0.3s; }
.step:first-child { border-radius:20px 0 0 20px; }
.step:last-child { border-radius:0 20px 20px 0; }
.step:not(:last-child) { border-right:none; }
@media(max-width:760px){
  .steps-wrap{grid-template-columns:1fr;}
  .step{border-right:1px solid var(--border)!important;border-bottom:none;}
  .step:first-child{border-radius:20px 20px 0 0;}
  .step:last-child{border-radius:0 0 20px 20px;border-bottom:1px solid var(--border)!important;}
}
.step:hover { background:var(--glass); }
.step-num { font-family:'Bebas Neue',sans-serif; font-size:4rem; color:rgba(0,113,227,0.22); line-height:1; margin-bottom:18px; }
.step h3 { font-size:1.05rem; font-weight:700; margin-bottom:10px; }
.step p  { color:rgba(245,245,247,0.5); font-size:0.88rem; line-height:1.7; }
.step-form { margin-top:16px; }
.step-form label { font-size:0.78rem; color:rgba(245,245,247,0.55); font-weight:500; display:block; margin-top:10px; }
.step-form select, .step-form input, .step-form textarea { width:100%; background:rgba(255,255,255,0.05); border:1px solid var(--border); border-radius:10px; color:var(--white); padding:11px 13px; font-size:0.86rem; font-family:'DM Sans',sans-serif; outline:none; transition:border-color 0.2s; margin-top:6px; resize:none; }
.step-form select:focus, .step-form input:focus, .step-form textarea:focus { border-color:var(--accent); }
.step-form select option { background:#1a1a1a; }
.submit-btn { display:block; width:100%; margin-top:14px; background:var(--accent); color:#fff; border:none; padding:12px; border-radius:10px; font-size:0.9rem; font-weight:600; cursor:pointer; font-family:'DM Sans',sans-serif; transition:background 0.2s; }
.submit-btn:hover { background:#0077ed; }

/* ── LOCATION ── */
#location { background:var(--darker); }
.location-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:48px; align-items:center; }
@media(max-width:760px){ .location-grid{grid-template-columns:1fr;} }
.loc-map { background:var(--glass); border:1px solid var(--border); border-radius:20px; height:280px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; }
.loc-map span { font-size:0.85rem; color:rgba(245,245,247,0.25); }
.loc-info h3 { font-size:1.25rem; font-weight:700; margin-bottom:12px; }
.loc-info p  { color:rgba(245,245,247,0.5); line-height:1.8; font-size:0.92rem; margin-bottom:18px; }
.info-row { display:flex; align-items:flex-start; gap:12px; margin-bottom:12px; }
.ico-svg { width:22px; height:22px; flex-shrink:0; margin-top:1px; }
.ico-svg svg { width:100%; height:100%; }
.info-row span:last-child { color:rgba(245,245,247,0.65); font-size:0.9rem; }

/* ── CONTACT ── */
#contact { background:var(--dark); }
.contact-form { max-width:580px; margin:48px auto 0; background:var(--glass); border:1px solid var(--border); border-radius:24px; padding:40px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:480px){ .form-row{grid-template-columns:1fr;} }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:0.78rem; color:rgba(245,245,247,0.5); margin-bottom:7px; font-weight:500; }
.form-group input, .form-group textarea, .form-group select { width:100%; background:rgba(255,255,255,0.04); border:1px solid var(--border); border-radius:10px; color:var(--white); padding:11px 14px; font-size:0.88rem; font-family:'DM Sans',sans-serif; outline:none; transition:border-color 0.2s; resize:none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color:var(--accent); }
.form-group select option { background:#1a1a1a; }

/* ── HELP ── */
#help { background:var(--darker); }
.faq-list { max-width:680px; margin:48px auto 0; }
.faq-item { border:1px solid var(--border); border-radius:14px; margin-bottom:11px; overflow:hidden; }
.faq-item.open { border-color:rgba(0,113,227,0.45); }
.faq-q { padding:17px 20px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:600; font-size:0.92rem; user-select:none; background:var(--glass); }
.faq-q:hover { background:var(--glass2); }
.faq-arr { transition:transform 0.25s; font-size:0.6rem; color:var(--accent); }
.faq-item.open .faq-arr { transform:rotate(180deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.32s ease,padding 0.2s; padding:0 20px; font-size:0.88rem; color:rgba(245,245,247,0.55); line-height:1.75; }
.faq-item.open .faq-a { max-height:200px; padding:14px 20px 20px; }

/* ── PICKUP ── */
#pickup { background:var(--dark); }
.pickup-hero { background:linear-gradient(135deg,rgba(0,113,227,0.13),rgba(52,170,220,0.07)); border:1px solid rgba(0,113,227,0.28); border-radius:24px; padding:56px 5%; text-align:center; margin-top:44px; }
.pickup-hero h2 { font-family:'Bebas Neue',sans-serif; font-size:clamp(2rem,5vw,3.4rem); letter-spacing:1px; margin-bottom:12px; }
.pickup-hero p  { color:rgba(245,245,247,0.55); max-width:480px; margin:0 auto 26px; line-height:1.75; }
.pickup-feats { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-bottom:28px; }
.pf { background:rgba(255,255,255,0.05); border:1px solid var(--border); border-radius:10px; padding:11px 18px; font-size:0.82rem; font-weight:600; display:flex; align-items:center; gap:8px; }
.pf svg { stroke:var(--accent2); flex-shrink:0; }

/* ── FOOTER ── */
footer { background:#050505; border-top:1px solid var(--border); padding:36px 5% 26px; text-align:center; }
.f-logo { display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:8px; font-family:'Bebas Neue',sans-serif; font-size:1.6rem; letter-spacing:3px; }
.f-apple-logo { width:18px; height:18px; filter:invert(1); opacity:0.4; }
.fl-apple { color:var(--accent); }
.fl-refix { color:rgba(245,245,247,0.4); }
footer p { color:rgba(245,245,247,0.28); font-size:0.82rem; }

/* ── TOAST ── */
#toast { position:fixed; bottom:28px; right:28px; background:var(--green); color:#000; padding:13px 22px; border-radius:12px; font-weight:700; font-size:0.88rem; transform:translateY(120px); opacity:0; transition:all 0.32s; z-index:9999; }
#toast.show { transform:translateY(0); opacity:1; }

/* ── RESPONSIVE NAV ── */
@media(max-width:900px){
  .hamburger{display:flex;}
  .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:4px;position:absolute;top:64px;left:0;right:0;background:rgba(10,10,10,0.97);backdrop-filter:blur(20px);padding:16px 5%;border-bottom:1px solid var(--border);}
  .nav-links.open{display:flex;}
  .nav-links>li{width:100%;}
  .nav-links>li>a{padding:11px 14px;}
  .dropdown-menu{position:static;transform:none;animation:none;border:none;background:rgba(255,255,255,0.04);margin-top:4px;}
  .dropdown:hover .dropdown-menu{display:none;}
  .dropdown.open .dropdown-menu{display:block;}
}
@media(max-width:600px){
  .products-grid{grid-template-columns:repeat(2,1fr);}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .issues-grid{grid-template-columns:repeat(2,1fr);}
}

/* ── WHATSAPP BUTTON ── */
.btn-whatsapp {
  background:#25d366; color:#fff;
  border:none; padding:13px 24px; border-radius:30px;
  font-size:0.92rem; font-weight:700; cursor:pointer;
  transition:all 0.2s; display:inline-flex; align-items:center; gap:8px;
  text-decoration:none;
}
.btn-whatsapp:hover { background:#1ebe5a; transform:translateY(-2px); box-shadow:0 10px 28px rgba(37,211,102,0.35); }

/* ── LOCATION MAP EMBED ── */
.loc-map-embed { position:relative; border-radius:20px; overflow:hidden; }
.loc-map-embed iframe { display:block; }
.map-open-btn {
  display:inline-flex; align-items:center; gap:7px;
  margin-top:12px; padding:9px 18px; border-radius:20px;
  background:var(--glass2); border:1px solid var(--border);
  color:rgba(245,245,247,0.75); font-size:0.82rem; font-weight:600;
  text-decoration:none; transition:all 0.2s;
}
.map-open-btn:hover { background:rgba(0,113,227,0.15); border-color:rgba(0,113,227,0.4); color:var(--white); }
.loc-btns { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }

/* ── CONTACT WHATSAPP BLOCK ── */
.contact-whatsapp-block { max-width:640px; margin:0 auto; }
.wa-card {
  background:linear-gradient(135deg,rgba(37,211,102,0.1),rgba(37,211,102,0.04));
  border:1px solid rgba(37,211,102,0.3);
  border-radius:24px; padding:36px 32px;
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:18px;
}
.wa-icon { width:72px; height:72px; background:rgba(37,211,102,0.12); border-radius:50%; display:flex; align-items:center; justify-content:center; }
.wa-icon svg { width:40px; height:40px; }
.wa-text h3 { font-size:1.4rem; font-weight:700; margin-bottom:8px; }
.wa-text p  { color:rgba(245,245,247,0.55); font-size:0.92rem; line-height:1.7; margin-bottom:10px; }
.wa-number  { display:inline-block; font-size:1.2rem; font-weight:700; color:#25d366; letter-spacing:0.5px; }
.wa-cta { font-size:1rem; padding:15px 36px; border-radius:30px; }
.contact-alt-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:16px; }
@media(max-width:480px){ .contact-alt-row{grid-template-columns:1fr;} }
.alt-contact-card {
  background:var(--glass); border:1px solid var(--border);
  border-radius:16px; padding:20px 18px;
  display:flex; align-items:center; gap:14px;
  text-decoration:none; color:var(--white); transition:all 0.2s;
}
.alt-contact-card:hover { background:var(--glass2); border-color:rgba(0,113,227,0.4); transform:translateY(-2px); }
.alt-contact-card h4 { font-size:0.92rem; font-weight:700; margin-bottom:2px; }
.alt-contact-card p  { font-size:0.8rem; color:rgba(245,245,247,0.5); }

/* ── STEP VISIT CTA ── */
.step-visit-cta { margin-top:18px; }
.visit-address {
  display:flex; align-items:flex-start; gap:10px;
  background:rgba(255,255,255,0.04); border:1px solid var(--border);
  border-radius:10px; padding:12px 14px;
  font-size:0.84rem; color:rgba(245,245,247,0.65); line-height:1.6;
}
.visit-address svg { flex-shrink:0; margin-top:2px; }

/* ── FLOATING WHATSAPP BUTTON ── */
.wa-float {
  position:fixed; bottom:28px; right:28px; z-index:888;
  width:58px; height:58px; border-radius:50%;
  background:#25d366; display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 24px rgba(37,211,102,0.45);
  text-decoration:none; transition:all 0.25s;
}
.wa-float:hover { transform:scale(1.1); box-shadow:0 10px 32px rgba(37,211,102,0.55); }
.wa-float svg { width:30px; height:30px; }
.wa-float-tooltip {
  position:absolute; right:70px; top:50%; transform:translateY(-50%);
  background:rgba(10,10,10,0.9); color:var(--white);
  font-size:0.78rem; font-weight:600; white-space:nowrap;
  padding:6px 12px; border-radius:8px; border:1px solid var(--border);
  opacity:0; pointer-events:none; transition:opacity 0.2s;
}
.wa-float:hover .wa-float-tooltip { opacity:1; }

/* ══════════════════════════════════════════
   CUSTOM PHOTO SECTIONS
══════════════════════════════════════════ */

/* Hero with background photo */
.hero {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.65) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  animation: fadeUp 0.7s ease both;
}

/* Photo strip */
.photo-strip { padding: 0; background: var(--darker); }
.photo-strip-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3px; height: 380px;
}
@media(max-width:768px) {
  .photo-strip-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .ps-main { grid-column: 1 / -1; }
}
.ps-side { display: flex; flex-direction: column; gap: 3px; }
.ps-img {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  position: relative; overflow: hidden;
  /* Fallback gradient shown when photo not loaded */
  background-image: linear-gradient(135deg, rgba(0,113,227,0.12), rgba(52,170,220,0.06));
}
.ps-main .ps-img { height: 380px; border-radius: 0; }
.ps-img::after {
  content: attr(data-label);
}
.ps-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: rgba(245,245,247,0.9); font-size: 0.8rem; font-weight: 600;
  padding: 20px 14px 10px; letter-spacing: 0.5px;
}
/* Photo placeholder pulse when image missing */
.ps-img:not([style*="photos/"]) {
  display: flex; align-items: center; justify-content: center;
}

/* Why Us banner */
.why-us-banner {
  padding: 80px 5%;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
  position: relative;
}
.why-us-overlay {
  position: absolute; inset: 0;
  background: rgba(10,10,10,0.82);
  pointer-events: none;
}
.why-us-content { position: relative; z-index: 2; }
.why-us-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: 1px; margin-bottom: 36px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  border-radius: 16px; padding: 24px 20px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.25s;
}
.why-card:hover { background: rgba(0,113,227,0.1); border-color: rgba(0,113,227,0.4); transform: translateY(-3px); }
.why-card h4 { font-size: 1rem; font-weight: 700; }
.why-card p  { font-size: 0.82rem; color: rgba(245,245,247,0.5); line-height: 1.6; }

/* Photo placeholder guide text */
.ps-img::before {
  content: "📸 Add your photo here";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.15); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  pointer-events: none;
}

/* Right-click disabled cursor */
body { user-select: none; -webkit-user-select: none; }

/* ══ DISABLE RIGHT CLICK visual feedback ══ */
.no-select-toast {
  position: fixed; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(20,20,20,0.95); color: var(--white);
  padding: 14px 28px; border-radius: 12px;
  border: 1px solid var(--border);
  font-size: 0.9rem; font-weight: 600;
  opacity: 0; pointer-events: none;
  transition: all 0.2s; z-index: 99999;
  backdrop-filter: blur(12px);
}
.no-select-toast.show {
  opacity: 1; transform: translate(-50%, -50%) scale(1);
}

/* ══ GOOGLE REVIEWS SECTIONS ══ */
.reviews-strip { padding: 60px 5%; background: var(--black); }
.reviews-label {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #fbbf24; margin-bottom: 32px;
}
.reviews-fallback {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px; margin-top: 24px;
}
.review-card {
  background: var(--glass); border: 1px solid var(--border);
  border-radius: 16px; padding: 22px 20px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.2s;
}
.review-card:hover { background: var(--glass2); transform: translateY(-2px); }
.rc-stars { color: #fbbf24; font-size: 1.1rem; letter-spacing: 2px; }
.review-card p  { color: rgba(245,245,247,0.7); font-size: 0.88rem; line-height: 1.7; font-style: italic; }
.review-card span { color: rgba(245,245,247,0.4); font-size: 0.78rem; font-weight: 600; }

/* ══ STICKY WHATSAPP BAR (inside issue pages) ══ */
.ip-wa-sticky {
  position: sticky; bottom: 0; left: 0; right: 0;
  background: linear-gradient(90deg, #128C7E, #25d366);
  padding: 14px 5%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  z-index: 10;
}
.ip-wa-sticky span {
  color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500;
}
.ip-wa-sticky a {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15); color: #fff;
  padding: 9px 20px; border-radius: 20px;
  font-size: 0.88rem; font-weight: 700;
  text-decoration: none; transition: background 0.2s; white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.3);
}
.ip-wa-sticky a:hover { background: rgba(255,255,255,0.28); }

/* ══ WA SUBMIT BUTTON ══ */
.wa-submit-btn {
  width: 100%; margin-top: 14px;
  justify-content: center; padding: 14px;
  font-size: 1rem; border-radius: 10px;
  cursor: pointer; border: none;
}

/* ══ DEVICE FLY-IN — spare parts fly from edges INTO device photo ══ */
.device-flyin-wrap {
  position: relative !important;
  background: linear-gradient(135deg, rgba(0,113,227,0.08), rgba(52,170,220,0.04)) !important;
  border: 1px solid rgba(0,113,227,0.25) !important;
  border-radius: 24px !important;
  height: 350px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  overflow: hidden !important;
}

/* Main device photo — stays centered, pulses gently */
.device-main-img {
  max-width: 65%; max-height: 600px;
  object-fit: contain; position: relative; z-index: 2;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.6));
  animation: devicePulse 3s ease-in-out infinite;
}
@keyframes devicePulse {
  0%,100%{ filter: drop-shadow(0 8px 32px rgba(0,0,0,0.6)); }
  50%{ filter: drop-shadow(0 8px 32px rgba(0,113,227,0.45)) brightness(1.05); }
}

/* Part bubbles — start at var(--sx,--sy) outside the box and fly to center */
.dp-flyin {
  position: absolute;
  top: 200px; left: 300px ;
  transform: translate(-50%, -50%) translate(var(--sx, 0px), var(--sy, -150px)) scale(0.3);
  opacity: 0;
  z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  animation: flyIntoPart 0.7s cubic-bezier(0.22,1,0.36,1) forwards,
             partHover 2.5s ease-in-out infinite 1s;
}

@keyframes flyIntoPart {
  0% {
    transform: translate(-50%, -50%) translate(var(--sx, 0px), var(--sy, -150px)) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) translate(calc(var(--sx)*0.08), calc(var(--sy)*0.08)) scale(1.12);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translate(calc(var(--sx)*0.65), calc(var(--sy)*0.65)) scale(1);
    opacity: 1;
  }
}

@keyframes partHover {
  0%,100%{ filter: brightness(0.88); }
  50%{ filter: brightness(1.18) drop-shadow(0 0 10px rgba(0,113,227,0.7)); }
}

.dp-flyin img {
  width: 74px; height: 74px; border-radius: 12px;
  object-fit: cover;
  border: 2px solid rgba(0,113,227,0.5);
  background: rgba(0,113,227,0.1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dp-flyin:hover img {
  transform: scale(1.18);
  box-shadow: 0 6px 28px rgba(0,113,227,0.6);
}
.dp-flyin-label {
  font-size: 0.62rem; font-weight: 700; color: rgba(245,245,247,0.85);
  background: rgba(10,10,10,0.85); padding: 2px 8px; border-radius: 6px;
  white-space: nowrap; letter-spacing: 0.5px;
  border: 1px solid rgba(0,113,227,0.3);
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* ══ ISSUE CARD IMAGES ══ */
.ic-img img {
  width: 52px; height: 52px; object-fit: cover;
  border-radius: 10px; display: block;
  border: 1px solid var(--border);
}

/* ══ GOOGLE REVIEW BUTTON ══ */
.google-review-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #333; font-weight: 700;
  padding: 12px 24px; border-radius: 30px;
  font-size: 0.9rem; text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: all 0.2s;
}
.google-review-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.45); }