/* PCDoktor Mannheim — PC Reparatur & IT-Service 99% reference build
   Public homepage only. Does not affect admin/booking. */

:root{
  --page:1672px;
  --bg:#020914;
  --panel:#071624;
  --panel2:#0c1b2d;
  --line:rgba(38,124,218,.36);
  --line-soft:rgba(67,142,226,.24);
  --blue:#078cff;
  --cyan:#55d7ff;
  --green:#14ce70;
  --text:#f5f9ff;
  --muted:#b5c5d8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.pcworkshop-99{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 7% 17%,rgba(0,128,255,.19),transparent 33%),
    radial-gradient(circle at 90% 47%,rgba(11,182,255,.12),transparent 35%),
    linear-gradient(90deg,rgba(0,110,210,.10) 1px,transparent 1px),
    linear-gradient(0deg,rgba(0,110,210,.07) 1px,transparent 1px),
    #020914;
  background-size:auto,auto,74px 74px,74px 74px,auto;
  overflow-x:hidden;
}
body.pcworkshop-99 a{color:inherit;text-decoration:none}
body.pcworkshop-99 img{display:block;max-width:100%}
.pw-page{width:min(100vw,var(--page));margin-inline:auto;background:rgba(2,9,18,.42);box-shadow:0 0 90px rgba(0,0,0,.22)}

/* Header: like the official reference */
.pw-header{position:sticky;top:0;z-index:1000;height:54px;background:rgba(2,8,15,.96);border-bottom:1px solid rgba(26,127,230,.34);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.pw-header-inner{height:54px;display:grid;grid-template-columns:315px 1fr 365px;align-items:center;gap:18px;padding:0 101px}
.pw-brand{display:flex;align-items:center;gap:10px;min-width:0}
.pw-brand img{width:62px;height:38px;object-fit:contain}
.pw-brand-copy{display:flex;flex-direction:column;line-height:1}
.pw-brand-copy strong{font-weight:950;font-size:17px;letter-spacing:-.04em;color:#fff}
.pw-brand-copy small{margin-top:3px;color:#72dfff;text-transform:uppercase;letter-spacing:.43em;font-size:8px;font-weight:950}
.pw-nav{display:flex;justify-content:center;align-items:center;gap:40px;height:100%;white-space:nowrap}
.pw-nav a{position:relative;color:rgba(244,249,255,.88);font-size:15px;font-weight:850;padding:19px 0 14px}
.pw-nav a.active,.pw-nav a:hover{color:#2dbdff}
.pw-nav a.active::after,.pw-nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.pw-controls{display:flex;justify-content:flex-end;align-items:center;gap:18px}
.pw-lang{display:flex;align-items:center;gap:2px;border:1px solid rgba(67,142,226,.35);border-radius:999px;background:#071728;padding:3px}
.pw-lang button{appearance:none;border:0;background:transparent;color:rgba(232,242,255,.75);width:38px;height:34px;border-radius:999px;font-weight:950;cursor:pointer}
.pw-lang button.active{color:#fff;background:rgba(6,116,225,.42)}
.pw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:39px;padding:0 24px;border-radius:6px;border:1px solid transparent;font-weight:950;color:#fff;white-space:nowrap;cursor:pointer}
.pw-btn.primary{background:linear-gradient(135deg,#0b7df2,#11a8ff);box-shadow:0 10px 24px rgba(0,132,255,.25)}
.pw-btn.primary::before{content:"▣";font-size:13px;line-height:1}
.pw-btn.whatsapp{background:linear-gradient(135deg,#10bc59,#17db75);box-shadow:0 10px 24px rgba(20,211,113,.22)}
.pw-btn.whatsapp::before{content:"☏";font-size:15px}

/* Hero */
.pw-hero{height:309px;display:grid;grid-template-columns:620px 1fr;position:relative;overflow:hidden;background:linear-gradient(90deg,#03101f 0%,#071624 36%,#030b14 100%);border-bottom:1px solid var(--line);border-left:1px solid rgba(42,139,237,.28);border-right:1px solid rgba(42,139,237,.28)}
.pw-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:420px;background:linear-gradient(135deg,rgba(0,130,255,.16),transparent 65%),linear-gradient(90deg,rgba(42,170,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(42,170,255,.06) 1px,transparent 1px);background-size:auto,22px 22px,22px 22px;opacity:.72;pointer-events:none}
.pw-hero-copy{position:relative;z-index:2;padding:38px 24px 0 88px;align-self:stretch}
.pw-kicker{display:inline-flex;align-items:center;height:24px;padding:0 14px;border-radius:999px;border:1px solid rgba(92,199,255,.38);background:rgba(0,128,210,.22);color:#a6efff;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:950;margin-bottom:19px}
.pw-hero h1{margin:0;width:510px;font-size:48px;line-height:.92;letter-spacing:-.075em;font-weight:950;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.24)}
.pw-hero h1 .blue{color:var(--blue)}
.pw-hero-sub{margin:14px 0 19px;width:530px;color:rgba(233,242,255,.90);font-size:16px;line-height:1.33;font-weight:650}
.pw-hero-actions{display:flex;align-items:center;gap:14px;margin-bottom:17px}
.pw-hero-actions .pw-btn{height:40px;min-width:184px;font-size:16px;border-radius:6px}
.pw-trust{display:flex;align-items:center;gap:28px;color:rgba(236,246,255,.88);font-size:14px;font-weight:750}
.pw-trust span{display:flex;align-items:center;gap:9px}.pw-trust i{display:grid;place-items:center;width:23px;height:23px;border-radius:999px;border:1px solid rgba(42,164,255,.42);background:rgba(0,116,255,.13);color:#1da8ff;font-style:normal;font-weight:900}
.pw-hero-image{height:309px;overflow:hidden;background:#06101d;position:relative}.pw-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center}.pw-hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,18,.50),rgba(2,9,18,0) 18%,rgba(2,9,18,.02));pointer-events:none}

/* Common sections */
.pw-section-title{height:36px;display:flex;align-items:center;justify-content:center;background:rgba(3,12,22,.70);border-bottom:1px solid var(--line);font-size:23px;font-weight:950;letter-spacing:-.04em;color:#e9f3ff}.pw-section-title span{color:var(--blue);margin-left:5px}
.pw-services{background:rgba(2,11,21,.75);border-bottom:1px solid var(--line)}
.pw-service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:12px 61px 10px}.pw-service-card{position:relative;height:154px;overflow:hidden;border:1px solid rgba(84,145,215,.27);border-radius:7px;background:linear-gradient(180deg,rgba(16,32,49,.95),rgba(9,20,34,.96))}.pw-service-icon{position:absolute;top:13px;left:15px;z-index:3;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#1b94ff;border:1px solid rgba(30,150,255,.46);background:rgba(5,87,165,.14);font-size:22px}.pw-service-card h3{position:absolute;z-index:3;top:17px;left:62px;right:12px;margin:0;color:#fff;font-size:15px;line-height:1.1;font-weight:950}.pw-service-card img{position:absolute;left:0;right:0;top:39px;width:100%;height:64px;object-fit:cover;opacity:.95}.pw-service-card::after{content:"";position:absolute;left:0;right:0;top:39px;height:64px;background:linear-gradient(90deg,rgba(7,16,28,.25),rgba(4,118,255,.09))}.pw-service-card p{position:absolute;left:16px;right:14px;bottom:12px;margin:0;color:rgba(229,240,255,.86);font-size:12px;line-height:1.18;font-weight:650}

/* Process + benefits */
.pw-band{display:grid;grid-template-columns:840px 1fr;background:rgba(2,11,21,.76);border-bottom:1px solid var(--line)}.pw-half{min-height:128px;padding:12px 60px 14px}.pw-half:first-child{border-right:1px solid var(--line)}.pw-heading{display:flex;align-items:center;margin:0 0 12px;color:#e9f3ff;font-size:23px;font-weight:950;letter-spacing:-.04em}.pw-heading span{color:var(--blue);margin-left:4px}.pw-heading::after{content:"";display:inline-block;width:68px;height:2px;margin-left:13px;background:linear-gradient(90deg,var(--blue),transparent)}.pw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.pw-step{height:82px;display:grid;grid-template-columns:34px 1fr;gap:9px;padding:10px 9px;border:1px solid rgba(84,145,215,.26);border-radius:6px;background:rgba(17,35,55,.74)}.pw-step-num{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#0788ff,#19c4ff);font-size:13px;font-weight:950}.pw-step h3{margin:0 0 4px;font-size:12px;line-height:1.1}.pw-step p{margin:0;color:rgba(225,237,255,.78);font-size:10px;line-height:1.17;font-weight:650}.pw-perks{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;height:92px}.pw-perk{text-align:center;border-right:1px dotted rgba(115,163,223,.45);padding:4px 20px 0}.pw-perk:last-child{border-right:0}.pw-perk .ico{display:block;margin:0 auto 7px;color:#fff;font-size:29px;line-height:1}.pw-perk h3{margin:0 0 5px;font-size:13px;line-height:1.04;font-weight:950;color:#fff}.pw-perk p{margin:0;color:rgba(229,240,255,.82);font-size:11px;line-height:1.15;font-weight:650}

/* Pricing + reviews */
.pw-bottom-band{display:grid;grid-template-columns:725px 1fr;background:rgba(2,11,21,.76);border-bottom:1px solid var(--line)}.pw-prices{min-height:128px;padding:14px 60px 15px;border-right:1px solid var(--line)}.pw-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.pw-price-card{height:78px;display:grid;grid-template-columns:45px 1fr;align-items:center;gap:12px;padding:11px 12px;border:1px solid rgba(84,145,215,.26);border-radius:6px;background:linear-gradient(180deg,rgba(16,32,49,.90),rgba(9,20,34,.93))}.pw-price-card .picto{width:39px;height:39px;border-radius:5px;display:grid;place-items:center;color:#4fafff;font-size:22px;border:1px solid rgba(49,160,255,.45);background:rgba(0,116,255,.10)}.pw-price-card small{display:block;font-size:12px;line-height:1.1;color:#eaf4ff;font-weight:900}.pw-price-card strong{display:block;margin-top:4px;color:#fff;font-size:22px;letter-spacing:-.04em}.pw-note{margin:8px 0 0;text-align:center;color:rgba(216,230,248,.70);font-size:11px}.pw-reviews{min-height:128px;padding:14px 61px 12px;display:grid;grid-template-columns:270px 1fr;gap:24px;align-items:center}.pw-reviews .pw-heading{margin:0}.pw-review-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.pw-review,.pw-google{height:106px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;border:1px solid rgba(84,145,215,.24);border-radius:7px;background:rgba(17,35,55,.66);padding:10px 12px}.pw-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:950;color:#fff;background:radial-gradient(circle at 35% 20%,#f7c7a7,#946047 70%)}.pw-stars{color:#098dff;font-size:12px;letter-spacing:.04em;margin-bottom:4px}.pw-review p{margin:0 0 5px;color:rgba(229,240,255,.83);font-size:10px;line-height:1.18;font-weight:650}.pw-review strong{font-size:10px;color:#fff}.pw-google{grid-template-columns:48px 1fr}.pw-google .g{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-size:22px;font-weight:950;color:#4285f4;background:#fff}.pw-google strong{font-size:18px;color:#fff}.pw-google small{display:block;margin-top:5px;color:rgba(229,240,255,.77);font-size:13px;line-height:1.15}

/* Footer */
.pw-footer{display:grid;grid-template-columns:310px repeat(4,1fr);gap:34px;min-height:105px;padding:18px 100px 12px;background:rgba(2,11,21,.88);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.pw-footer::after{content:"";position:absolute;right:20px;bottom:-24px;width:270px;height:120px;background:linear-gradient(90deg,rgba(0,140,255,.24) 1px,transparent 1px),linear-gradient(0deg,rgba(0,140,255,.17) 1px,transparent 1px);background-size:22px 22px;opacity:.36;transform:skewX(-22deg)}.pw-footer .pw-brand{margin-top:0}.pw-footer p{margin:9px 0 0;color:rgba(229,240,255,.82);font-size:13px;line-height:1.25}.pw-footer-item{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.pw-footer-item .ico{display:grid;place-items:center;width:30px;height:30px;color:#0792ff;font-size:21px}.pw-footer-item strong{display:block;margin-bottom:4px;color:#fff;font-size:15px}.pw-footer-item p{margin:0;color:rgba(229,240,255,.82);font-size:13px;line-height:1.33}.pw-legal{height:32px;display:flex;align-items:center;justify-content:center;gap:28px;background:rgba(2,8,15,.94);color:rgba(229,240,255,.56);font-size:11px}.pw-legal a{color:rgba(229,240,255,.56);margin-left:18px}.pw-float-wa{position:fixed;right:22px;bottom:18px;z-index:1100;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 23px;border-radius:999px;color:#061a10;background:linear-gradient(135deg,#16ce74,#16de7a);font-weight:950;box-shadow:0 18px 42px rgba(0,0,0,.42)}

/* Make the page keep the reference proportions on desktop. On smaller screens it becomes responsive. */
@media (max-width:1350px){
  .pw-header-inner{padding:0 28px;grid-template-columns:260px 1fr 300px}.pw-nav{gap:22px}.pw-hero{grid-template-columns:540px 1fr}.pw-hero-copy{padding-left:54px}.pw-hero h1{font-size:43px}.pw-hero-sub{width:460px}.pw-service-grid{padding-left:24px;padding-right:24px}.pw-band{grid-template-columns:1fr 1.05fr}.pw-half,.pw-prices,.pw-reviews{padding-left:28px;padding-right:28px}.pw-bottom-band{grid-template-columns:.85fr 1.15fr}.pw-footer{padding-left:36px;padding-right:36px;gap:20px}
}
@media (max-width:1050px){
  .pw-header{height:auto;position:relative}.pw-header-inner{height:auto;grid-template-columns:1fr;gap:10px;padding:14px 16px}.pw-brand{justify-content:center}.pw-nav{justify-content:flex-start;overflow:auto;width:100%;gap:22px;padding-inline:8px}.pw-controls{justify-content:center;flex-wrap:wrap}.pw-hero{height:auto;grid-template-columns:1fr}.pw-hero-copy{padding:34px 22px 28px}.pw-hero h1{width:auto;font-size:clamp(38px,8vw,54px)}.pw-hero-sub{width:auto;max-width:620px}.pw-hero-image{height:auto}.pw-hero-image img{height:auto}.pw-service-grid{grid-template-columns:repeat(3,1fr)}.pw-band,.pw-bottom-band,.pw-footer{grid-template-columns:1fr}.pw-half:first-child,.pw-prices{border-right:0;border-bottom:1px solid var(--line)}.pw-reviews{grid-template-columns:1fr}.pw-footer{padding:22px 18px}.pw-footer::after{display:none}.pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .pw-page{width:100%}.pw-nav{font-size:14px}.pw-controls .pw-btn{flex:1}.pw-hero-actions{flex-direction:column;align-items:stretch}.pw-trust{align-items:flex-start;flex-direction:column;gap:10px}.pw-service-grid,.pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:1fr}.pw-section-title{font-size:21px}.pw-service-card{height:164px}.pw-half,.pw-prices,.pw-reviews{padding:16px}.pw-float-wa{right:12px;bottom:12px}
}

/* === PC Reparatur & IT-Service V7 layout polish: clean top nav, visible hero CTAs, aligned cards === */
:root{ --page: 1720px; }
.pw-page{width:min(100vw,var(--page));}
.pw-header-inner{
  grid-template-columns:340px 1fr 210px !important;
  padding:0 86px !important;
}
.pw-nav{gap:42px !important;justify-content:center !important;}
.pw-nav a{font-size:16px !important;}
.pw-controls{gap:0 !important;}
.pw-controls > .pw-btn{display:none !important;}

.pw-hero{
  height:356px !important;
  grid-template-columns:660px 1fr !important;
}
.pw-hero-copy{
  padding:34px 24px 0 96px !important;
}
.pw-kicker{height:24px;margin-bottom:14px !important;font-size:10.5px !important;}
.pw-hero h1{
  width:560px !important;
  font-size:48px !important;
  line-height:.89 !important;
  letter-spacing:-.085em !important;
}
html[lang="ro"] .pw-hero h1{
  font-size:45px !important;
  line-height:.90 !important;
  width:590px !important;
}
.pw-hero-sub{
  width:570px !important;
  margin:12px 0 13px !important;
  font-size:14.4px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}
html[lang="ro"] .pw-hero-sub{font-size:13.8px !important;line-height:1.23 !important;}
.pw-hero-actions{margin-bottom:12px !important;gap:13px !important;}
.pw-hero-actions .pw-btn{height:39px !important;min-width:176px !important;font-size:14px !important;}
.pw-trust{gap:20px !important;font-size:12.5px !important;flex-wrap:wrap !important;max-width:580px !important;}
.pw-trust span{min-height:28px;padding:3px 8px 3px 3px;border:1px solid rgba(70,150,228,.22);border-radius:999px;background:rgba(10,26,45,.38);}
.pw-hero-image{height:356px !important;}
.pw-hero-image img{object-fit:cover !important;object-position:center center !important;}

.pw-section-title{height:39px !important;font-size:24px !important;}
.pw-service-grid{padding:13px 72px 12px !important;gap:12px !important;}
.pw-service-card{height:153px !important;}
.pw-service-card h3{font-size:15px !important;}
.pw-service-card p{font-size:11.3px !important;line-height:1.18 !important;}

.pw-band{
  grid-template-columns:840px 1fr !important;
}
.pw-half{
  min-height:168px !important;
  padding:14px 58px 17px !important;
}
.pw-heading{font-size:24px !important;margin-bottom:14px !important;}
.pw-steps{gap:12px !important;align-items:stretch !important;}
.pw-step{
  height:112px !important;
  grid-template-columns:30px 1fr !important;
  gap:9px !important;
  padding:12px 11px !important;
  align-items:start !important;
}
.pw-step h3{font-size:12.4px !important;line-height:1.1 !important;margin-bottom:5px !important;}
.pw-step p{font-size:10.25px !important;line-height:1.18 !important;overflow:visible !important;}
.pw-step-num{width:25px !important;height:25px !important;}
.pw-perks{
  height:118px !important;
  align-items:stretch !important;
}
.pw-perk{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:6px 14px 0 !important;
  overflow:visible !important;
}
.pw-perk .ico{font-size:27px !important;margin-bottom:9px !important;min-height:28px !important;}
.pw-perk h3{
  min-height:30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 5px !important;
  font-size:12.6px !important;
  line-height:1.09 !important;
  text-wrap:balance;
}
.pw-perk p{
  font-size:10.6px !important;
  line-height:1.16 !important;
  max-width:145px !important;
  text-wrap:balance;
}

.pw-bottom-band{grid-template-columns:725px 1fr !important;}
.pw-prices{min-height:148px !important;padding:15px 58px 17px !important;}
.pw-reviews{min-height:148px !important;padding:15px 58px 14px !important;grid-template-columns:300px 1fr !important;}
.pw-price-card{height:78px !important;}
.pw-review,.pw-google{height:112px !important;}
.pw-footer{min-height:114px !important;padding:18px 100px 14px !important;}

@media (max-width:1350px){
  .pw-header-inner{padding:0 28px !important;grid-template-columns:260px 1fr 170px !important;}
  .pw-nav{gap:24px !important;}
  .pw-hero{grid-template-columns:540px 1fr !important;height:auto !important;min-height:340px !important;}
  .pw-hero-copy{padding-left:54px !important;}
  .pw-hero h1{font-size:41px !important;width:455px !important;}
  html[lang="ro"] .pw-hero h1{font-size:38px !important;width:485px !important;}
  .pw-hero-sub{width:460px !important;}
  .pw-hero-image{height:auto !important;min-height:340px !important;}
  .pw-service-grid{padding-left:24px !important;padding-right:24px !important;}
  .pw-band{grid-template-columns:1fr 1.05fr !important;}
  .pw-half,.pw-prices,.pw-reviews{padding-left:28px !important;padding-right:28px !important;}
  .pw-bottom-band{grid-template-columns:.85fr 1.15fr !important;}
  .pw-footer{padding-left:36px !important;padding-right:36px !important;gap:20px !important;}
}
@media (max-width:1050px){
  .pw-header-inner{grid-template-columns:1fr !important;padding:14px 16px !important;}
  .pw-nav{justify-content:center !important;}
  .pw-hero{grid-template-columns:1fr !important;height:auto !important;}
  .pw-hero-copy{padding:34px 22px 28px !important;}
  .pw-hero h1, html[lang="ro"] .pw-hero h1{width:auto !important;font-size:clamp(38px,8vw,54px) !important;}
  .pw-hero-sub{width:auto !important;max-width:620px !important;}
  .pw-hero-image{height:auto !important;min-height:0 !important;}
  .pw-service-grid{grid-template-columns:repeat(3,1fr) !important;}
  .pw-band,.pw-bottom-band,.pw-footer{grid-template-columns:1fr !important;}
  .pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media (max-width:640px){
  .pw-nav{gap:18px !important;}
  .pw-controls .pw-btn{display:none !important;}
  .pw-service-grid,.pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:1fr !important;}
  .pw-step,.pw-perks,.pw-perk{height:auto !important;}
}

/* === PC Reparatur & IT-Service legal pages: Impressum + Datenschutz === */
.pw-legal-main{
  background:
    linear-gradient(180deg,rgba(5,20,35,.92),rgba(2,9,18,.96)),
    linear-gradient(90deg,rgba(0,110,210,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(0,110,210,.055) 1px,transparent 1px);
  background-size:auto,74px 74px,74px 74px;
  border-left:1px solid rgba(42,139,237,.28);
  border-right:1px solid rgba(42,139,237,.28);
  border-bottom:1px solid var(--line);
  padding:58px 100px 70px;
}
.pw-legal-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:stretch;
  margin-bottom:28px;
}
.pw-legal-title-card,
.pw-legal-side-card,
.pw-legal-content{
  border:1px solid rgba(84,145,215,.30);
  background:linear-gradient(180deg,rgba(16,32,49,.94),rgba(7,18,31,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.26);
}
.pw-legal-title-card{
  position:relative;
  overflow:hidden;
  min-height:240px;
  border-radius:18px;
  padding:34px 38px;
}
.pw-legal-title-card::after{
  content:"";
  position:absolute;
  right:-60px;
  top:-50px;
  width:360px;
  height:320px;
  opacity:.16;
  background:
    radial-gradient(circle at 40% 45%,rgba(0,150,255,.8),transparent 30%),
    linear-gradient(90deg,rgba(0,140,255,.5) 1px,transparent 1px),
    linear-gradient(0deg,rgba(0,140,255,.35) 1px,transparent 1px);
  background-size:auto,20px 20px,20px 20px;
  transform:skewX(-12deg);
}
.pw-legal-kicker{
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 14px;
  margin:0 0 18px;
  border-radius:999px;
  border:1px solid rgba(92,199,255,.38);
  background:rgba(0,128,210,.22);
  color:#a6efff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:950;
}
.pw-legal-title-card h1{
  position:relative;
  z-index:1;
  margin:0;
  max-width:820px;
  color:#fff;
  font-size:clamp(42px,5vw,74px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:950;
}
.pw-legal-title-card h1 span{color:var(--blue)}
.pw-legal-title-card p{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:20px 0 0;
  color:rgba(229,240,255,.82);
  font-size:17px;
  line-height:1.55;
  font-weight:650;
}
.pw-legal-side-card{
  border-radius:18px;
  padding:28px;
  display:grid;
  align-content:center;
  gap:18px;
}
.pw-legal-side-card h2{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.pw-legal-side-card p{
  margin:0;
  color:rgba(229,240,255,.80);
  font-size:14px;
  line-height:1.55;
}
.pw-legal-chip-row{display:flex;flex-wrap:wrap;gap:10px}
.pw-legal-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(42,164,255,.34);
  background:rgba(0,116,255,.12);
  color:rgba(236,246,255,.88);
  font-size:13px;
  font-weight:800;
}
.pw-legal-content{
  border-radius:18px;
  padding:8px;
}
.pw-legal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.pw-legal-section{
  border-radius:13px;
  padding:26px 28px;
  background:linear-gradient(180deg,rgba(11,26,43,.74),rgba(7,18,31,.72));
  border:1px solid rgba(84,145,215,.16);
}
.pw-legal-section.wide{grid-column:1 / -1}
.pw-legal-section h2{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 13px;
  color:#fff;
  font-size:21px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.pw-legal-section h2::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:3px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 0 18px rgba(0,144,255,.5);
}
.pw-legal-section p,
.pw-legal-section li{
  color:rgba(229,240,255,.82);
  font-size:15px;
  line-height:1.65;
  font-weight:550;
}
.pw-legal-section p{margin:0 0 12px}
.pw-legal-section p:last-child{margin-bottom:0}
.pw-legal-section ul{margin:0;padding-left:20px}
.pw-legal-link{color:#4fc3ff !important;text-decoration:underline;text-decoration-color:rgba(79,195,255,.45);text-underline-offset:3px}
.pw-legal-notice{
  margin-top:8px;
  border:1px solid rgba(42,164,255,.25);
  background:rgba(0,116,255,.10);
  border-radius:14px;
  padding:18px 20px;
  color:rgba(229,240,255,.78);
  font-size:14px;
  line-height:1.55;
}
.pw-legal-notice strong{color:#fff}
body.pcworkshop-99.legal .pw-legal{border-top:1px solid rgba(42,139,237,.24)}

@media (max-width:1050px){
  .pw-legal-main{padding:28px 18px 42px !important}
  .pw-legal-hero{grid-template-columns:1fr}
  .pw-legal-grid{grid-template-columns:1fr}
  .pw-legal-title-card{min-height:auto;padding:28px 24px}
  .pw-legal-side-card{padding:22px}
}
@media (max-width:640px){
  .pw-legal-main{padding:18px 12px 34px !important}
  .pw-legal-title-card h1{font-size:40px}
  .pw-legal-title-card p{font-size:15px}
  .pw-legal-section{padding:22px 18px}
  .pw-legal-section p,.pw-legal-section li{font-size:14px}
}

/* === V8: premium service cards — icon in header, image separated === */
.pw-services{
  background:
    radial-gradient(circle at 50% 0%,rgba(6,139,255,.14),transparent 36%),
    linear-gradient(180deg,rgba(3,13,24,.92),rgba(2,10,20,.82)) !important;
  border-bottom:1px solid rgba(38,124,218,.42) !important;
}
.pw-section-title{
  height:48px !important;
  position:relative !important;
  gap:5px !important;
  background:linear-gradient(180deg,rgba(4,16,29,.94),rgba(3,12,23,.76)) !important;
  border-bottom:1px solid rgba(46,142,238,.38) !important;
  font-size:26px !important;
  text-shadow:0 0 24px rgba(0,141,255,.28) !important;
}
.pw-section-title::before,
.pw-section-title::after{
  content:"";
  width:90px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(19,151,255,.9),transparent);
  opacity:.7;
}
.pw-section-title span:first-child{color:#e9f4ff !important;margin-left:0 !important;}
.pw-section-title span:last-child{color:#078cff !important;margin-left:0 !important;}
.pw-service-grid{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:16px !important;
  padding:20px 64px 24px !important;
}
.pw-service-card{
  position:relative !important;
  display:grid !important;
  grid-template-rows:56px 124px 1fr !important;
  height:252px !important;
  overflow:hidden !important;
  border-radius:13px !important;
  border:1px solid rgba(38,141,246,.50) !important;
  background:
    linear-gradient(180deg,rgba(15,33,53,.96),rgba(7,18,31,.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 0 0 1px rgba(6,123,255,.05),
    0 18px 42px rgba(0,0,0,.18) !important;
  transform:translateZ(0);
}
.pw-service-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 18% 0%,rgba(21,150,255,.22),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.045),transparent 22%,transparent 78%,rgba(0,117,255,.055));
  opacity:.9 !important;
  z-index:1 !important;
}
.pw-service-card::after{display:none !important;content:none !important;}
.pw-service-head{
  position:relative !important;
  z-index:3 !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
  padding:12px 14px 10px !important;
  border-bottom:1px solid rgba(63,143,226,.20) !important;
  background:linear-gradient(180deg,rgba(19,39,63,.72),rgba(11,25,42,.40)) !important;
}
.pw-service-icon{
  position:static !important;
  flex:0 0 36px !important;
  width:36px !important;
  height:36px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:10px !important;
  color:#1aa0ff !important;
  background:linear-gradient(180deg,rgba(8,94,177,.26),rgba(4,37,74,.30)) !important;
  border:1px solid rgba(49,162,255,.58) !important;
  box-shadow:0 0 20px rgba(0,139,255,.18), inset 0 1px 0 rgba(255,255,255,.08) !important;
  font-size:0 !important;
}
.pw-service-icon svg{
  width:21px !important;
  height:21px !important;
  stroke:currentColor !important;
  fill:none !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 8px rgba(0,148,255,.45));
}
.pw-service-card h3{
  position:static !important;
  z-index:auto !important;
  min-width:0 !important;
  margin:0 !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.12 !important;
  font-weight:950 !important;
  letter-spacing:-.025em !important;
  white-space:normal !important;
  text-shadow:0 1px 14px rgba(0,0,0,.38) !important;
}
.pw-service-image{
  position:relative !important;
  z-index:2 !important;
  overflow:hidden !important;
  margin:0 !important;
  border-bottom:1px solid rgba(57,143,228,.18) !important;
  background:#05101e !important;
}
.pw-service-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,13,24,.32),rgba(4,101,230,.06),rgba(3,13,24,.22)),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(2,9,18,.18));
  pointer-events:none;
}
.pw-service-card img{
  position:static !important;
  width:100% !important;
  height:124px !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.96 !important;
  transform:scale(1.01) !important;
}
.pw-service-card p{
  position:relative !important;
  z-index:2 !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  margin:0 !important;
  padding:13px 14px 14px !important;
  color:rgba(232,243,255,.91) !important;
  font-size:12.6px !important;
  line-height:1.28 !important;
  font-weight:680 !important;
  text-wrap:balance;
}
.pw-service-card:hover{
  border-color:rgba(66,171,255,.78) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 0 1px rgba(6,123,255,.12),
    0 20px 52px rgba(0,78,180,.24) !important;
  transform:translateY(-2px);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.pw-service-card:hover img{transform:scale(1.045) !important;transition:transform .25s ease;}

@media (max-width:1350px){
  .pw-section-title{height:46px !important;font-size:24px !important;}
  .pw-service-grid{padding:18px 24px 22px !important;gap:13px !important;}
  .pw-service-card{height:238px !important;grid-template-rows:54px 112px 1fr !important;}
  .pw-service-card img{height:112px !important;}
  .pw-service-card h3{font-size:14.5px !important;}
  .pw-service-card p{font-size:11.6px !important;line-height:1.25 !important;padding:12px 12px 13px !important;}
  .pw-service-head{padding:11px 12px 9px !important;gap:10px !important;}
  .pw-service-icon{width:34px !important;height:34px !important;flex-basis:34px !important;}
}
@media (max-width:1050px){
  .pw-service-grid{grid-template-columns:repeat(3,1fr) !important;padding:18px 22px 24px !important;}
  .pw-service-card{height:262px !important;grid-template-rows:56px 132px 1fr !important;}
  .pw-service-card img{height:132px !important;}
  .pw-service-card h3{font-size:16px !important;}
  .pw-service-card p{font-size:12.7px !important;line-height:1.32 !important;}
}
@media (max-width:640px){
  .pw-section-title::before,.pw-section-title::after{width:48px !important;}
  .pw-service-grid{grid-template-columns:1fr !important;padding:16px !important;gap:14px !important;}
  .pw-service-card{height:auto !important;min-height:272px !important;grid-template-rows:56px 146px auto !important;}
  .pw-service-card img{height:146px !important;}
  .pw-service-card p{font-size:13px !important;}
}

/* === V10 Modernized process / why us / pricing / reviews === */
.pw-step-icon svg,
.pw-perk-icon svg,
.pw-price-card .picto svg{
  width:22px;
  height:22px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pw-band{
  grid-template-columns:840px 1fr !important;
}
.pw-half{
  min-height:214px !important;
  padding:18px 58px 20px !important;
}
.pw-heading{
  margin-bottom:16px !important;
}

.pw-steps{
  gap:14px !important;
}
.pw-step{
  position:relative;
  min-height:132px !important;
  height:auto !important;
  grid-template-columns:54px 1fr !important;
  gap:13px !important;
  padding:14px 14px 14px 12px !important;
  border-radius:15px !important;
  border:1px solid rgba(84,145,215,.30) !important;
  background:linear-gradient(180deg,rgba(17,35,55,.90),rgba(10,22,36,.96)) !important;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
  overflow:hidden;
}
.pw-step::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  border-radius:14px 0 0 14px;
  background:linear-gradient(180deg,#14bcff,#0d6dff);
  opacity:.95;
}
.pw-step-badge{
  width:42px;
  height:42px;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:13px;
  border:1px solid rgba(79,177,255,.40);
  background:linear-gradient(180deg,rgba(12,84,143,.35),rgba(7,38,69,.88));
  color:#7ad2ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 20px rgba(0,0,0,.18);
}
.pw-step-badge em{
  position:absolute;
  right:-6px;
  bottom:-6px;
  min-width:22px;
  height:22px;
  padding:0 5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(74,182,255,.36);
  background:#081527;
  color:#dff5ff;
  font-size:9px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.08em;
}
.pw-step h3{
  margin-bottom:6px !important;
  font-size:13.4px !important;
  line-height:1.08 !important;
}
.pw-step p{
  font-size:10.9px !important;
  line-height:1.28 !important;
  color:rgba(232,242,255,.82) !important;
}

.pw-perks{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:14px !important;
  height:auto !important;
}
.pw-perk{
  min-height:132px !important;
  padding:14px 14px 16px !important;
  border-radius:15px !important;
  border:1px solid rgba(84,145,215,.28) !important;
  background:linear-gradient(180deg,rgba(14,30,49,.88),rgba(8,19,33,.95)) !important;
  box-shadow:0 16px 32px rgba(0,0,0,.15);
  text-align:left !important;
  border-right:none !important;
  align-items:flex-start !important;
}
.pw-perk-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  border:1px solid rgba(54,167,255,.42);
  background:linear-gradient(180deg,rgba(16,95,170,.28),rgba(7,35,64,.86));
  color:#74ccff;
  margin:0 0 12px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.pw-perk h3{
  margin:0 0 7px !important;
  min-height:0 !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  text-align:left !important;
  font-size:13.8px !important;
  line-height:1.14 !important;
}
.pw-perk p{
  max-width:none !important;
  text-align:left !important;
  font-size:11px !important;
  line-height:1.28 !important;
}

.pw-bottom-band{
  grid-template-columns:725px 1fr !important;
}
.pw-prices,
.pw-reviews{
  min-height:184px !important;
  padding-top:18px !important;
  padding-bottom:20px !important;
}
.pw-price-grid{
  gap:12px !important;
}
.pw-price-card{
  min-height:92px !important;
  height:auto !important;
  grid-template-columns:54px 1fr !important;
  gap:14px !important;
  padding:14px !important;
  border-radius:15px !important;
  border:1px solid rgba(84,145,215,.30) !important;
  background:linear-gradient(180deg,rgba(16,32,49,.94),rgba(8,20,34,.96)) !important;
  box-shadow:0 16px 30px rgba(0,0,0,.16);
}
.pw-price-card .picto{
  width:44px !important;
  height:44px !important;
  border-radius:13px !important;
  border:1px solid rgba(49,160,255,.42) !important;
  background:linear-gradient(180deg,rgba(15,94,168,.22),rgba(7,35,64,.82)) !important;
  color:#6dc8ff !important;
}
.pw-price-card small{
  font-size:12px !important;
  line-height:1.18 !important;
  color:#dcedff !important;
  font-weight:850 !important;
}
.pw-price-card strong{
  margin-top:6px !important;
  font-size:21px !important;
  letter-spacing:-.05em !important;
}
.pw-note{
  margin-top:10px !important;
  font-size:11.4px !important;
  color:rgba(221,234,249,.78) !important;
}

.pw-reviews{
  grid-template-columns:260px 1fr !important;
  gap:18px !important;
}
.pw-review-grid{
  gap:14px !important;
}
.pw-review,
.pw-google{
  min-height:118px !important;
  height:auto !important;
  border-radius:15px !important;
  border:1px solid rgba(84,145,215,.30) !important;
  background:linear-gradient(180deg,rgba(16,32,49,.92),rgba(8,20,34,.96)) !important;
  box-shadow:0 16px 30px rgba(0,0,0,.16);
  padding:14px !important;
}
.pw-avatar{
  width:42px !important;
  height:42px !important;
  font-size:18px;
  box-shadow:0 10px 18px rgba(0,0,0,.18);
}
.pw-review-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
}
.pw-stars{
  font-size:12px !important;
  margin:0 !important;
  color:#25a7ff !important;
}
.pw-quote-mark{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(17,125,214,.18);
  color:#8eddff;
  font-size:14px;
  font-weight:900;
}
.pw-review p{
  margin:0 0 8px !important;
  font-size:10.8px !important;
  line-height:1.28 !important;
}
.pw-review strong{
  font-size:11px !important;
  color:#fff !important;
}
.pw-google{
  grid-template-columns:54px 1fr !important;
}
.pw-google .g{
  width:46px !important;
  height:46px !important;
  font-size:24px !important;
  box-shadow:0 10px 18px rgba(0,0,0,.18);
}
.pw-google-score{
  color:#fff;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.05em;
  line-height:1;
}
.pw-google-score span{
  display:block;
  margin-top:6px;
  color:#ffcf53;
  font-size:12px;
  letter-spacing:.10em;
}
.pw-google small{
  margin-top:8px !important;
  font-size:12px !important;
  line-height:1.25 !important;
  color:rgba(229,240,255,.82) !important;
}

@media (max-width:1350px){
  .pw-half,.pw-prices,.pw-reviews{padding-left:28px !important;padding-right:28px !important;}
  .pw-band{grid-template-columns:1fr 1fr !important;}
  .pw-bottom-band{grid-template-columns:.92fr 1.08fr !important;}
  .pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{gap:12px !important;}
}
@media (max-width:1050px){
  .pw-half,.pw-prices,.pw-reviews{min-height:0 !important;}
  .pw-band,.pw-bottom-band,.pw-footer{grid-template-columns:1fr !important;}
  .pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:repeat(2,1fr) !important;}
  .pw-steps{grid-template-columns:repeat(2,1fr) !important;}
  .pw-reviews{grid-template-columns:1fr !important;}
}
@media (max-width:640px){
  .pw-steps,.pw-perks,.pw-price-grid,.pw-review-grid{grid-template-columns:1fr !important;}
  .pw-half,.pw-prices,.pw-reviews{padding:18px 16px !important;}
  .pw-step,.pw-perk,.pw-price-card,.pw-review,.pw-google{min-height:0 !important;}
}

/* === V11 Modern footer / contact area === */
.pw-footer-modern{
  display:grid !important;
  grid-template-columns:420px 1fr !important;
  gap:22px !important;
  min-height:0 !important;
  padding:26px 96px 24px !important;
  align-items:stretch;
  background:
    radial-gradient(circle at 16% 0%,rgba(0,128,255,.16),transparent 34%),
    linear-gradient(180deg,rgba(4,17,31,.96),rgba(2,10,20,.96)) !important;
  border-top:1px solid rgba(42,139,237,.24);
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
  overflow:hidden;
}
.pw-footer-modern::before{
  content:"";
  position:absolute;
  inset:auto -40px -62px auto;
  width:390px;
  height:190px;
  opacity:.26;
  background:
    linear-gradient(90deg,rgba(0,140,255,.34) 1px,transparent 1px),
    linear-gradient(0deg,rgba(0,140,255,.24) 1px,transparent 1px);
  background-size:24px 24px;
  transform:skewX(-22deg);
}
.pw-footer-modern::after{
  content:"" !important;
  position:absolute !important;
  inset:-90px auto auto 260px !important;
  width:220px !important;
  height:220px !important;
  border-radius:999px;
  background:radial-gradient(circle,rgba(0,153,255,.22),transparent 67%) !important;
  opacity:1 !important;
  transform:none !important;
}
.pw-footer-brand-card,
.pw-footer-contact-grid{
  position:relative;
  z-index:1;
}
.pw-footer-brand-card{
  border:1px solid rgba(84,145,215,.30);
  border-radius:18px;
  padding:22px;
  background:linear-gradient(180deg,rgba(16,32,49,.92),rgba(7,18,31,.96));
  box-shadow:0 22px 48px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.05);
}
.pw-footer-brand-card .pw-brand{
  justify-content:flex-start;
}
.pw-footer-brand-card p{
  margin:14px 0 0 !important;
  color:rgba(229,240,255,.80) !important;
  font-size:14px !important;
  line-height:1.45 !important;
  max-width:330px;
}
.pw-footer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.pw-footer-btn{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  border-radius:12px;
  color:#fff;
  font-size:13px;
  font-weight:950;
  border:1px solid rgba(92,170,255,.26);
  background:rgba(12,36,60,.84);
}
.pw-footer-btn.primary{
  background:linear-gradient(135deg,#0788ff,#006ee6);
  border-color:rgba(58,180,255,.42);
  box-shadow:0 12px 24px rgba(0,92,202,.22);
}
.pw-footer-btn.whatsapp{
  color:#062312;
  background:linear-gradient(135deg,#16ce74,#17e37d);
  border-color:rgba(81,255,172,.35);
  box-shadow:0 12px 24px rgba(20,200,112,.16);
}
.pw-footer-contact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.pw-footer-modern .pw-footer-item{
  display:grid !important;
  grid-template-columns:46px 1fr !important;
  gap:13px !important;
  align-items:start !important;
  min-height:134px;
  padding:18px 16px;
  border:1px solid rgba(84,145,215,.30);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(16,32,49,.88),rgba(8,20,34,.96));
  box-shadow:0 18px 36px rgba(0,0,0,.17), inset 0 1px 0 rgba(255,255,255,.04);
}
.pw-footer-modern .pw-footer-item .ico{
  width:42px !important;
  height:42px !important;
  border-radius:13px;
  border:1px solid rgba(54,167,255,.42);
  background:linear-gradient(180deg,rgba(16,95,170,.28),rgba(7,35,64,.86));
  color:#74ccff !important;
  font-size:0 !important;
}
.pw-footer-modern .pw-footer-item .ico svg{
  width:21px;
  height:21px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pw-footer-modern .pw-footer-item strong{
  margin:2px 0 8px !important;
  color:#fff !important;
  font-size:15px !important;
  letter-spacing:-.02em;
}
.pw-footer-modern .pw-footer-item p,
.pw-footer-modern .pw-footer-item a{
  color:rgba(229,240,255,.80) !important;
  font-size:13px !important;
  line-height:1.38 !important;
}
.pw-footer-modern .pw-footer-item a:hover{
  color:#74ccff !important;
}
.pw-legal{
  min-height:36px !important;
  height:auto !important;
  padding:8px 16px;
  flex-wrap:wrap;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.pw-float-wa::before{
  content:"";
  width:17px;
  height:17px;
  display:inline-block;
  margin-right:7px;
  border-radius:999px;
  background:radial-gradient(circle at 45% 42%,transparent 0 33%,#061a10 34% 44%,transparent 45%),#fff;
  opacity:.96;
}

@media (max-width:1350px){
  .pw-footer-modern{grid-template-columns:1fr !important;padding:24px 36px !important;}
  .pw-footer-contact-grid{grid-template-columns:repeat(4,1fr);}
}
@media (max-width:1050px){
  .pw-footer-modern{padding:22px 18px !important;}
  .pw-footer-contact-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
  .pw-footer-contact-grid{grid-template-columns:1fr;}
  .pw-footer-actions{flex-direction:column;align-items:stretch;}
  .pw-footer-btn{width:100%;}
  .pw-footer-brand-card,.pw-footer-modern .pw-footer-item{border-radius:16px;}
}

/* === V12 refinements: sharper service card images === */
.pw-service-grid{
  gap:14px !important;
}
.pw-service-card{
  grid-template-rows:56px 116px 1fr !important;
  height:244px !important;
}
.pw-service-image{
  background:#071321 !important;
}
.pw-service-image::after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(3,10,18,.10)) !important;
}
.pw-service-card img{
  height:116px !important;
  opacity:1 !important;
  transform:none !important;
  filter:saturate(1.06) contrast(1.03) !important;
  image-rendering:auto;
}
.pw-service-card:hover img{
  transform:none !important;
  transition:none !important;
}
.pw-service-card p{
  padding-top:12px !important;
}
@media (max-width:1350px){
  .pw-service-card{height:232px !important;grid-template-rows:54px 108px 1fr !important;}
  .pw-service-card img{height:108px !important;}
}
@media (max-width:1050px){
  .pw-service-card{height:252px !important;grid-template-rows:56px 122px 1fr !important;}
  .pw-service-card img{height:122px !important;}
}
@media (max-width:640px){
  .pw-service-card{min-height:260px !important;grid-template-rows:56px 132px auto !important;}
  .pw-service-card img{height:132px !important;}
}

/* === V14 hero refinement: more breathing room + less empty gap === */
.pw-hero{
  height:378px !important;
  grid-template-columns:705px 1fr !important;
  overflow:hidden !important;
}
.pw-hero::after{
  content:"";
  position:absolute;
  top:28px;
  bottom:28px;
  left:678px;
  width:1px;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(51,158,255,.42),rgba(0,0,0,0));
  box-shadow:0 0 26px rgba(26,145,255,.20);
  pointer-events:none;
  z-index:1;
}
.pw-hero-copy{
  padding:36px 28px 0 84px !important;
}
.pw-kicker{
  margin-bottom:13px !important;
}
.pw-hero h1{
  width:615px !important;
  font-size:50px !important;
  line-height:.96 !important;
  letter-spacing:-.078em !important;
}
html[lang="ro"] .pw-hero h1{
  width:625px !important;
  font-size:47px !important;
  line-height:.97 !important;
}
.pw-hero-sub{
  width:610px !important;
  margin:14px 0 16px !important;
  font-size:15.6px !important;
  line-height:1.34 !important;
  color:rgba(233,242,255,.92) !important;
}
html[lang="ro"] .pw-hero-sub{
  font-size:14.8px !important;
  line-height:1.31 !important;
}
.pw-hero-actions{
  margin-bottom:16px !important;
}
.pw-trust{
  max-width:620px !important;
  gap:16px !important;
}
.pw-hero-image{
  height:378px !important;
  margin-left:-42px !important;
  position:relative;
}
.pw-hero-image::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:72px;
  background:linear-gradient(90deg,rgba(7,22,36,.86),rgba(7,22,36,.18),rgba(7,22,36,0));
  pointer-events:none;
  z-index:1;
}
.pw-hero-image img{
  object-position:left center !important;
  transform:scale(1.02);
}

@media (max-width:1350px){
  .pw-hero{
    grid-template-columns:590px 1fr !important;
    min-height:348px !important;
  }
  .pw-hero::after{
    left:564px;
    top:22px;
    bottom:22px;
  }
  .pw-hero-copy{
    padding-left:46px !important;
    padding-right:24px !important;
  }
  .pw-hero h1{
    width:515px !important;
    font-size:44px !important;
  }
  html[lang="ro"] .pw-hero h1{
    width:530px !important;
    font-size:41px !important;
  }
  .pw-hero-sub{
    width:500px !important;
    font-size:14.6px !important;
  }
  .pw-hero-image{
    margin-left:-28px !important;
    min-height:348px !important;
  }
}
@media (max-width:1050px){
  .pw-hero::after{display:none !important;}
  .pw-hero-copy{padding:34px 22px 28px !important;}
  .pw-hero h1, html[lang="ro"] .pw-hero h1{
    width:auto !important;
    font-size:clamp(38px,8vw,54px) !important;
  }
  .pw-hero-sub{width:auto !important;max-width:620px !important;}
  .pw-hero-image{margin-left:0 !important;height:auto !important;}
  .pw-hero-image::before{display:none !important;}
}

/* === V15 hero redesign: image bleeds behind the copy, no empty dark gap === */
.pw-hero{
  height:392px !important;
  display:block !important;
  position:relative !important;
  overflow:hidden !important;
  background:#03101f !important;
}
.pw-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:52% !important;
  background:
    linear-gradient(135deg,rgba(0,132,255,.18),transparent 62%),
    linear-gradient(90deg,rgba(42,170,255,.075) 1px,transparent 1px),
    linear-gradient(0deg,rgba(42,170,255,.055) 1px,transparent 1px) !important;
  background-size:auto,22px 22px,22px 22px !important;
  opacity:.78 !important;
  pointer-events:none !important;
  z-index:1 !important;
}
.pw-hero::after{
  display:none !important;
  content:none !important;
}
.pw-hero-image{
  position:absolute !important;
  inset:0 0 0 auto !important;
  width:68% !important;
  height:100% !important;
  min-height:0 !important;
  margin-left:0 !important;
  z-index:0 !important;
  background:#06101d !important;
}
.pw-hero-image::before{
  display:none !important;
  content:none !important;
}
.pw-hero-image::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      rgba(3,16,31,1) 0%,
      rgba(3,16,31,.95) 9%,
      rgba(3,16,31,.76) 21%,
      rgba(3,16,31,.30) 36%,
      rgba(3,16,31,.04) 56%,
      rgba(3,16,31,.22) 100%) !important;
  pointer-events:none !important;
}
.pw-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:left center !important;
  transform:none !important;
  filter:saturate(1.04) contrast(1.03) !important;
}
.pw-hero-copy{
  position:relative !important;
  z-index:2 !important;
  width:680px !important;
  height:100% !important;
  padding:40px 34px 0 84px !important;
  background:linear-gradient(90deg,rgba(3,16,31,.98) 0%,rgba(3,16,31,.90) 72%,rgba(3,16,31,0) 100%) !important;
}
.pw-kicker{
  margin-bottom:14px !important;
}
.pw-hero h1{
  width:585px !important;
  font-size:49px !important;
  line-height:.98 !important;
  letter-spacing:-.07em !important;
}
html[lang="ro"] .pw-hero h1{
  width:605px !important;
  font-size:46px !important;
  line-height:.99 !important;
}
.pw-hero-sub{
  width:590px !important;
  margin:14px 0 18px !important;
  font-size:15.4px !important;
  line-height:1.38 !important;
  font-weight:720 !important;
}
html[lang="ro"] .pw-hero-sub{
  width:600px !important;
  font-size:14.7px !important;
  line-height:1.35 !important;
}
.pw-hero-actions{
  margin-bottom:17px !important;
  gap:14px !important;
}
.pw-hero-actions .pw-btn{
  height:42px !important;
  min-width:182px !important;
  border-radius:8px !important;
}
.pw-trust{
  max-width:610px !important;
  gap:16px !important;
}

@media (max-width:1350px){
  .pw-hero{
    height:368px !important;
    min-height:0 !important;
  }
  .pw-hero-image{
    width:70% !important;
  }
  .pw-hero-copy{
    width:600px !important;
    padding-left:48px !important;
    padding-right:26px !important;
  }
  .pw-hero h1{
    width:520px !important;
    font-size:44px !important;
    line-height:.98 !important;
  }
  html[lang="ro"] .pw-hero h1{
    width:535px !important;
    font-size:41px !important;
  }
  .pw-hero-sub{
    width:510px !important;
    font-size:14.6px !important;
    line-height:1.34 !important;
  }
  html[lang="ro"] .pw-hero-sub{
    width:525px !important;
    font-size:13.9px !important;
  }
}
@media (max-width:1050px){
  .pw-hero{
    height:auto !important;
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .pw-hero::before{width:100% !important;}
  .pw-hero-copy{
    width:auto !important;
    height:auto !important;
    padding:34px 22px 28px !important;
    background:linear-gradient(180deg,rgba(3,16,31,.97),rgba(3,16,31,.88)) !important;
  }
  .pw-hero h1, html[lang="ro"] .pw-hero h1{
    width:auto !important;
    font-size:clamp(38px,8vw,54px) !important;
  }
  .pw-hero-sub, html[lang="ro"] .pw-hero-sub{
    width:auto !important;
    max-width:650px !important;
  }
  .pw-hero-image{
    position:relative !important;
    width:100% !important;
    height:auto !important;
  }
  .pw-hero-image::after{
    background:linear-gradient(180deg,rgba(3,16,31,.22),rgba(3,16,31,.04)) !important;
  }
  .pw-hero-image img{
    height:auto !important;
  }
}

/* === V22 Bootstrap Icons polish === */
.pw-trust .bi,
.pw-service-icon .bi,
.pw-price-card .picto .bi{
  display:grid;
  place-items:center;
  line-height:1;
}
.pw-service-icon .bi{
  font-size:21px!important;
  filter:drop-shadow(0 0 8px rgba(0,148,255,.45));
}
.pw-price-card .picto .bi{
  font-size:22px;
}
.pw-trust .bi{
  font-size:14px;
}

/* === V26 custom vLc logo integration === */
.pw-brand img{
  width:44px !important;
  height:44px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 0 12px rgba(0,145,255,.24));
}
.pw-header .pw-brand{
  gap:12px !important;
}
.pw-footer .pw-brand img,
.pw-footer-modern .pw-brand img{
  width:48px !important;
  height:48px !important;
}
@media (max-width:640px){
  .pw-brand img{width:40px !important;height:40px !important;}
}


/* === V27 bigger header + larger vLc branding === */
.pw-header{
  height:74px !important;
}
.pw-header-inner{
  height:74px !important;
  grid-template-columns:390px 1fr 250px !important;
  padding:0 88px !important;
}
.pw-header .pw-brand{
  gap:16px !important;
  align-items:center !important;
}
.pw-header .pw-brand img{
  width:62px !important;
  height:62px !important;
  flex:0 0 62px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 0 16px rgba(0,145,255,.30)) !important;
}
.pw-header .pw-brand-copy strong{
  font-size:22px !important;
  line-height:.95 !important;
  letter-spacing:-.045em !important;
  color:#fff !important;
  text-shadow:0 1px 16px rgba(0,0,0,.45) !important;
}
.pw-header .pw-brand-copy small{
  margin-top:6px !important;
  font-size:9px !important;
  letter-spacing:.34em !important;
  color:#76dcff !important;
}
.pw-header .pw-nav a{
  font-size:16.5px !important;
}
.pw-header .pw-lang{
  min-height:40px !important;
}
.pw-header .pw-lang button{
  min-width:38px !important;
  height:32px !important;
}
.pw-footer .pw-brand img,
.pw-footer-modern .pw-brand img{
  width:58px !important;
  height:58px !important;
}
.pw-footer .pw-brand-copy strong,
.pw-footer-modern .pw-brand-copy strong{
  font-size:20px !important;
}
@media (max-width:1350px){
  .pw-header-inner{
    grid-template-columns:320px 1fr 180px !important;
    padding:0 28px !important;
  }
  .pw-header .pw-brand img{width:56px !important;height:56px !important;flex-basis:56px !important;}
  .pw-header .pw-brand-copy strong{font-size:19px !important;}
  .pw-header .pw-brand-copy small{font-size:8px !important;letter-spacing:.28em !important;}
}
@media (max-width:1050px){
  .pw-header{height:auto !important;}
  .pw-header-inner{
    height:auto !important;
    grid-template-columns:1fr !important;
    padding:16px !important;
  }
  .pw-header .pw-brand{justify-content:center !important;}
  .pw-header .pw-brand img{width:58px !important;height:58px !important;flex-basis:58px !important;}
}
@media (max-width:640px){
  .pw-header .pw-brand img{width:50px !important;height:50px !important;flex-basis:50px !important;}
  .pw-header .pw-brand-copy strong{font-size:18px !important;}
}

/* === V28 logo contrast: white/blue logo made for dark header === */
.pw-header{
  background:
    radial-gradient(circle at 18% 0%,rgba(0,142,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(4,14,27,.98),rgba(2,8,15,.98)) !important;
  border-bottom:1px solid rgba(56,165,255,.36) !important;
}
.pw-header .pw-brand{
  min-height:58px !important;
  padding:5px 14px 5px 7px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(12,31,52,.76),rgba(7,18,31,.42)) !important;
  border:1px solid rgba(88,185,255,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 34px rgba(0,142,255,.10) !important;
}
.pw-header .pw-brand img{
  filter:drop-shadow(0 0 14px rgba(42,178,255,.38)) drop-shadow(0 2px 8px rgba(0,0,0,.45)) !important;
}
.pw-header .pw-brand-copy strong{
  color:#f6fbff !important;
  text-shadow:0 0 16px rgba(0,142,255,.24),0 2px 12px rgba(0,0,0,.50) !important;
}
.pw-header .pw-brand-copy small{
  color:#64d9ff !important;
  text-shadow:0 0 14px rgba(0,174,255,.24) !important;
}
.pw-footer .pw-brand img,
.pw-footer-modern .pw-brand img{
  filter:drop-shadow(0 0 14px rgba(42,178,255,.34)) !important;
}
@media (max-width:1050px){
  .pw-header .pw-brand{padding:6px 16px 6px 8px !important;}
}
