:root{--bg:#080b10;--panel:#111722;--panel2:#171f2c;--text:#f5f7fb;--muted:#a8b1c0;--blue:#009ee8;--blue2:#48bfff;--pink:#f50087;--line:rgba(255,255,255,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#111827;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(5,8,13,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);color:#fff}.nav-wrap{min-height:92px;display:flex;align-items:center;gap:28px}.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{display:block;width:250px;max-width:32vw;height:82px;object-fit:contain;object-position:left center}.primary-nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:14px}.primary-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}.primary-nav a:hover{color:var(--pink)}.header-cta{background:linear-gradient(135deg,var(--blue),var(--pink));padding:11px 16px;border-radius:7px;font-size:13px;font-weight:800}.menu-toggle{display:none;margin-left:auto;background:none;color:#fff;border:0;font-size:26px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 30%,#17376c 0,#0d1421 27%,#06080c 65%);color:#fff;min-height:610px;display:grid;align-items:center}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:38px 38px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,4,8,.96) 0,rgba(2,4,8,.75) 45%,rgba(2,4,8,.1) 100%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.eyebrow{text-transform:uppercase;letter-spacing:3px;font-weight:800;font-size:12px;color:var(--blue2);margin:0 0 12px}.hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-3px;margin:0;max-width:680px}.hero h1 em{display:block;color:var(--blue2);font-family:Georgia,serif;font-weight:400;font-size:.65em;letter-spacing:-1px;margin-top:12px}.hero-sub{font-size:20px;color:#dce4f1;max-width:620px}.hero-actions{display:flex;gap:14px;margin-top:30px}.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:7px;padding:13px 20px;font-weight:800;cursor:pointer;font:inherit}.btn-primary{background:linear-gradient(135deg,var(--blue),#0878ff);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0878ff,var(--pink))}.btn-secondary{border-color:#fff;color:#fff;background:transparent}.btn-dark{background:#0b0f16;color:#fff}.btn-dark:hover{background:linear-gradient(135deg,var(--blue),var(--pink))}
.hero-visual{height:440px;position:relative;filter:drop-shadow(0 22px 50px rgba(0,0,0,.5))}.scope{position:absolute;right:12%;top:16%;width:260px;height:280px}.scope-head{position:absolute;width:150px;height:115px;background:linear-gradient(135deg,#cad2dd,#5e6874);border-radius:26px 26px 55px 55px;right:0;box-shadow:inset -18px -12px 30px rgba(0,0,0,.35)}.scope-head:after{content:"";position:absolute;width:70px;height:70px;background:#151a21;border:14px solid #74808d;border-radius:50%;left:35px;top:42px}.scope-arm{position:absolute;width:55px;height:210px;background:linear-gradient(90deg,#6d7783,#d7dde5,#515b66);right:118px;top:76px;transform:rotate(12deg);border-radius:20px}.scope-base{position:absolute;width:250px;height:45px;background:linear-gradient(#4c5560,#151a21);bottom:0;right:0;border-radius:50%}.board{position:absolute;right:4%;bottom:35px;width:430px;height:165px;background:linear-gradient(135deg,#0e5b45,#153129);transform:perspective(600px) rotateX(55deg) rotateZ(-8deg);border-radius:12px;border:4px solid #667;border-bottom-width:16px;box-shadow:0 25px 60px #000}.board span{position:relative;display:inline-block;width:60px;height:45px;background:#151a21;border:3px solid #c4a85e;margin:26px 8px;border-radius:5px}.repair-glow{position:absolute;right:35%;bottom:115px;width:130px;height:90px;background:radial-gradient(circle,#72b4ff 0,rgba(18,100,255,.5) 24%,transparent 70%);filter:blur(4px)}
.trust-strip{background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:28px 0}.trust-grid article{text-align:center;padding:0 18px;border-right:1px solid #e4e7ec}.trust-grid article:last-child{border-right:0}.trust-grid b{display:block}.trust-grid span{display:block;color:#667085;font-size:13px;margin-top:4px}
.section{padding:88px 0}.section-dark{background:var(--bg);color:var(--text)}.section-blue{background:linear-gradient(135deg,#071328,#0c2b65);color:#fff}.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}.section-heading h2,.about-grid h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-2px;margin:0 0 15px}.section-heading p{color:#667085}.section-dark .section-heading p,.section-blue .section-heading p{color:var(--muted)}.section-heading h2 span,.pink{color:var(--pink)}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-card{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 0%,rgba(0,158,232,.11),transparent 35%),linear-gradient(145deg,var(--panel2),#0a0f17);padding:27px 24px 25px;border:1px solid rgba(95,128,181,.24);border-radius:17px;min-height:260px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.service-card:after{content:"";position:absolute;inset:auto -45px -70px auto;width:135px;height:135px;border-radius:50%;background:radial-gradient(circle,rgba(245,0,135,.12),transparent 68%);pointer-events:none}.service-card:hover{transform:translateY(-6px);border-color:rgba(72,191,255,.72);box-shadow:0 20px 45px rgba(0,0,0,.24),0 0 30px rgba(0,158,232,.08)}.service-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;margin-bottom:25px;color:#dceaff;background:radial-gradient(circle at 35% 25%,rgba(72,191,255,.18),transparent 45%),rgba(7,19,42,.9);border:1px solid rgba(46,117,255,.75);box-shadow:0 0 0 8px rgba(0,158,232,.035),0 0 25px rgba(0,117,255,.16)}.service-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-icon .accent{stroke:var(--pink)}.service-card h3{margin:0 0 11px;font-size:19px;line-height:1.2;letter-spacing:-.3px}.service-card h3:after{content:"";display:block;width:30px;height:3px;margin-top:11px;border-radius:999px;background:linear-gradient(90deg,var(--pink),#ff5fba)}.service-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.service-card strong{color:#ff78c4;font-weight:800}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;text-align:center}.steps b{display:grid;place-items:center;width:54px;height:54px;background:#edf4ff;color:var(--blue);border:1px solid #bcd2ff;border-radius:50%;margin:auto}.steps h3{font-size:16px}.steps p{font-size:13px;color:#667085}
.widget-section{overflow:hidden}
.repairdesk-frame{background:#fff;border-radius:18px;box-shadow:0 22px 70px rgba(0,0,0,.38);overflow:hidden;border:1px solid rgba(255,255,255,.16);max-width:1050px;margin:0 auto}
.repairdesk-frame iframe{display:block;width:100%;border:0;background:#fff}
.appointment-frame{height:1120px;max-width:1160px}
.appointment-frame iframe{height:100%;overflow:auto}
.tracker-frame{max-width:1050px;height:680px}
.tracker-frame iframe{height:100%;overflow:auto}
@media(max-width:760px){
  .appointment-frame{height:1180px;border-radius:14px}
  .tracker-frame{height:720px;border-radius:14px}
}
.about-grid{display:grid;grid-template-columns:360px 1fr;gap:70px;align-items:center}.about-badge{height:320px;border-radius:28px;display:grid;place-items:center;background:radial-gradient(circle,#173f85,#081020 65%);border:1px solid rgba(72,162,255,.4);box-shadow:0 0 80px rgba(18,100,255,.17);padding:30px}.about-badge img{width:100%;height:100%;object-fit:contain}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid blockquote{margin:0;padding:25px;border:1px solid #e4e7ec;border-radius:13px}.testimonial-grid cite{display:block;margin-top:18px;color:#667085;font-size:13px}.reviews-cta{text-align:center;margin-top:28px}.reviews-plugin-output{max-width:1100px;margin:0 auto}
.content-area{padding:70px 0;min-height:60vh}.entry-title{font-size:42px}.footer{position:relative;overflow:hidden;background:#05070a;color:#d3d9e4;padding:62px 0 20px}.footer-watermark{position:absolute;right:-65px;bottom:-95px;width:480px;height:480px;background:url('../images/gadget-renew-logo.png') center/contain no-repeat;opacity:.045;filter:grayscale(1);pointer-events:none}.footer-grid,.footer-bottom{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.footer h3{color:#fff}.footer h3:after{content:"";display:block;width:34px;height:3px;margin-top:7px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--pink))}.footer p{font-size:14px;color:#9ca8b8}.footer-logo{display:inline-flex;align-items:center;margin-bottom:18px}.footer-logo img{display:block;width:290px;max-width:100%;height:110px;object-fit:contain;object-position:left center}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;font-size:12px;color:#7c8795}.footer-bottom span{color:var(--pink)}.floating-wa{position:fixed;right:22px;bottom:22px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#1fc769;color:#fff;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:20}
@media(max-width:1020px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.brand-logo img{width:205px;height:70px}.primary-nav,.header-cta{display:none}.menu-toggle{display:block}.primary-nav.open{position:absolute;top:92px;left:0;right:0;display:block;background:#070a0f;padding:22px 30px}.primary-nav.open ul{display:grid}.hero-grid,.about-grid{grid-template-columns:1fr}.hero{padding:90px 0}.trust-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.appointment-frame iframe{height:650px}}
@media(max-width:600px){.service-grid{grid-template-columns:1fr}.service-card{min-height:0}.container{width:min(100% - 28px,1160px)}.brand-logo img{width:165px;max-width:52vw;height:58px}.nav-wrap{min-height:76px}.primary-nav.open{top:76px}.hero h1{font-size:48px}.hero-actions,.trust-grid,.steps,.footer-grid{grid-template-columns:1fr;flex-direction:column}.hero-visual{display:none}.section{padding:64px 0}.section-heading{text-align:left}.appointment-frame iframe{height:650px}.tracker-frame iframe{height:380px}.footer-logo img{width:220px;height:86px}.footer-watermark{width:330px;height:330px;right:-110px;bottom:-65px}}

/* Editable-page theme additions */
.editable-home > p:empty{display:none}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.cta-card{padding:38px;border:1px solid rgba(95,128,181,.28);border-radius:18px;background:linear-gradient(145deg,var(--panel2),#0a0f17)}.cta-card h2{margin:0 0 12px;font-size:clamp(30px,4vw,44px);line-height:1.05}.cta-card p:not(.eyebrow){color:var(--muted);max-width:520px}.cta-card .btn-secondary{margin-top:12px}.dedicated-widget-page{min-height:calc(100vh - 92px);padding-top:64px}.dedicated-widget-page .section-heading h1{font-size:clamp(36px,5vw,58px);margin:0 0 12px}.page-intro{color:var(--muted)}.repairdesk-direct-widget{max-width:1050px;margin:0 auto;background:#fff;border-radius:18px;overflow:visible;box-shadow:0 22px 70px rgba(0,0,0,.38);padding:0}.repairdesk-direct-widget iframe{display:block;width:100%!important;border:0!important;background:#fff}.appointment-direct{min-height:720px}.tracker-direct{min-height:430px;max-width:820px}.editable-home .about-badge img{max-width:100%}
@media(max-width:900px){.cta-grid{grid-template-columns:1fr}.dedicated-widget-page{padding-top:48px}}
@media(max-width:600px){.cta-card{padding:28px 22px}.dedicated-widget-page{padding:34px 0 54px}.repairdesk-direct-widget{border-radius:12px}.appointment-direct{min-height:760px}.tracker-direct{min-height:470px}}

.repair-illustration img{display:block;width:100%;height:100%;object-fit:contain}.service-icon img{display:block;width:40px;height:40px;object-fit:contain}


/* v7: larger dedicated tools and mobile-only refinements */
@media (max-width:600px){
  html,body{overflow-x:hidden}
  .container{width:calc(100% - 24px)}
  .site-header{backdrop-filter:blur(10px)}
  .nav-wrap{min-height:68px;gap:12px}
  .brand-logo img{width:148px;max-width:58vw;height:52px}
  .menu-toggle{font-size:24px;padding:8px;line-height:1}
  .primary-nav.open{top:68px;padding:18px 20px;border-top:1px solid var(--line)}
  .primary-nav.open ul{gap:8px}
  .primary-nav.open a{display:block;padding:11px 4px;font-size:15px}

  .hero{min-height:auto;padding:58px 0 54px}
  .hero-grid{gap:0}
  .hero h1{font-size:clamp(39px,12vw,50px);line-height:1.02;letter-spacing:-2px}
  .hero h1 em{margin-top:8px;font-size:.62em}
  .hero-sub{font-size:17px;line-height:1.55;margin:20px 0 0}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:11px;margin-top:25px}
  .hero-actions .btn{width:100%;min-height:50px}

  .trust-grid{grid-template-columns:1fr 1fr;padding:18px 0;gap:0}
  .trust-grid article{padding:14px 8px;border-right:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}
  .trust-grid article:nth-child(2n){border-right:0}
  .trust-grid article:last-child{grid-column:1/-1;border-right:0;border-bottom:0}
  .trust-grid b{font-size:14px}
  .trust-grid span{font-size:12px;line-height:1.35}

  .section{padding:54px 0}
  .section-heading{margin-bottom:30px}
  .section-heading h2,.about-grid h2{font-size:36px;letter-spacing:-1.5px}
  .section-heading p{font-size:15px;line-height:1.55}
  .eyebrow{font-size:11px;letter-spacing:2.2px}

  .service-grid{gap:14px}
  .service-card{padding:22px 20px;min-height:0;border-radius:15px}
  .service-icon{width:64px;height:64px;margin-bottom:19px}
  .service-icon img,.service-icon svg{width:34px;height:34px}
  .service-card h3{font-size:18px}
  .service-card p{font-size:14px;line-height:1.58}

  .steps{display:grid;grid-template-columns:1fr;gap:12px;text-align:left}
  .steps article{display:grid;grid-template-columns:48px 1fr;column-gap:14px;align-items:center;padding:15px 14px;border:1px solid #e4e7ec;border-radius:13px}
  .steps b{grid-row:1/3;width:44px;height:44px;margin:0}
  .steps h3{margin:0 0 2px}
  .steps p{margin:0}

  .cta-grid{gap:14px}
  .cta-card{padding:25px 20px}
  .cta-card h2{font-size:32px}
  .cta-card .btn{width:100%;margin-top:10px}

  .about-grid{gap:30px}
  .about-badge{height:230px;border-radius:20px;padding:22px}

  .footer{padding:48px 0 18px}
  .footer-grid{grid-template-columns:1fr;gap:25px}
  .footer-logo img{width:200px;height:76px}
  .footer-bottom{margin-top:25px}
  .floating-wa{right:14px;bottom:14px;width:50px;height:50px}

  .dedicated-widget-page{padding:28px 0 42px;min-height:calc(100vh - 68px)}
  .dedicated-widget-page > .container{width:calc(100% - 12px)}
  .dedicated-widget-page .section-heading{padding:0 10px;margin-bottom:22px;text-align:center}
  .dedicated-widget-page .section-heading h1{font-size:36px;letter-spacing:-1px}
  .page-intro{font-size:14px;line-height:1.5}
  .repairdesk-frame{border-radius:10px;box-shadow:0 14px 38px rgba(0,0,0,.3)}
  .appointment-frame{height:1320px;max-width:none}
  .tracker-frame{height:820px;max-width:none}
  .appointment-frame iframe,.tracker-frame iframe{height:100%!important}
}

/* v7.2 mobile-only refinements */
@media (max-width:600px){
  /* Clean, unboxed mobile process list. Explicit grid placement prevents narrow one-word wrapping. */
  .steps{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
    text-align:center;
  }
  .steps article{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .steps b{
    grid-column:1;
    grid-row:auto;
    width:54px;
    height:54px;
    margin:0 0 14px;
    font-size:17px;
  }
  .steps h3{
    grid-column:1;
    margin:0 0 8px;
    font-size:19px;
    line-height:1.25;
    text-align:center;
  }
  .steps p{
    grid-column:1;
    width:min(100%,340px);
    margin:0 auto;
    font-size:15px;
    line-height:1.55;
    text-align:center;
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
  }

  /* Keep the complete About logo safely inside its panel. */
  .about-badge{
    height:220px;
    min-height:220px;
    padding:24px;
    overflow:hidden;
  }
  .about-badge img,
  .editable-home .about-badge img{
    display:block;
    width:auto;
    max-width:78%;
    height:auto;
    max-height:76%;
    object-fit:contain;
    margin:auto;
    transform:none;
  }
}

/* v7.3 final mobile-only About logo alignment */
@media (max-width:600px){
  .about-badge{
    display:flex;
    align-items:center;
    justify-content:center;
    height:220px;
    min-height:220px;
    padding:22px;
    overflow:hidden;
  }
  .about-badge img,
  .editable-home .about-badge img{
    content:url('../images/gadget-renew-logo-about-mobile.png');
    display:block;
    width:88%;
    max-width:88%;
    height:auto;
    max-height:84%;
    margin:0;
    object-fit:contain;
    object-position:center center;
    align-self:center;
    justify-self:center;
    transform:none;
  }
}

/* v7.4 hero tagline — desktop, tablet and mobile */
.hero-tagline{
  margin:18px 0 0;
  color:var(--pink);
  font-size:15px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
@media (max-width:600px){
  .hero-tagline{
    margin-top:17px;
    font-size:13px;
    letter-spacing:.14em;
  }
}


/* v8.1 — remove WordPress/Elementor outer content constraints on the homepage.
   Each homepage section keeps its own inner .container, so content remains aligned
   while section backgrounds extend from edge to edge. */
body.home,
body.page-template-page-home{
  overflow-x:clip;
}

body.home main.editable-home,
body.page-template-page-home main.editable-home,
body.home .site-main,
body.page-template-page-home .site-main{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  transform:none!important;
  left:auto!important;
  right:auto!important;
}

/* WordPress theme.json / block-layout wrappers */
body.home .is-layout-constrained,
body.page-template-page-home .is-layout-constrained,
body.home .wp-site-blocks,
body.page-template-page-home .wp-site-blocks,
body.home .entry-content,
body.page-template-page-home .entry-content{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

body.home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page-template-page-home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Elementor can retain a boxed page-level wrapper even when the theme template is full width. */
body.home .elementor,
body.page-template-page-home .elementor,
body.home .elementor-section-wrap,
body.page-template-page-home .elementor-section-wrap,
body.home .elementor-location-single,
body.page-template-page-home .elementor-location-single{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Only release Elementor's outermost page wrapper. The homepage's own .container
   continues to control text and card widths inside every section. */
body.home .elementor > .elementor-element,
body.page-template-page-home .elementor > .elementor-element,
body.home .elementor-section-wrap > .elementor-section,
body.page-template-page-home .elementor-section-wrap > .elementor-section{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

body.home main.editable-home > section,
body.page-template-page-home main.editable-home > section{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* v9 services hub and service detail pages */
.service-page-main{background:#07090d;color:#f7f8fb;min-height:70vh}
.service-hero{padding:88px 0 64px;background:radial-gradient(circle at 82% 20%,rgba(20,174,255,.14),transparent 34%),linear-gradient(180deg,#080b11 0%,#0b0f16 100%);border-bottom:1px solid rgba(255,255,255,.08)}
.service-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:64px;align-items:center}
.service-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:8px 0 20px;letter-spacing:-.045em}
.service-hero p.service-lead{font-size:19px;line-height:1.7;color:#b8c0ce;max-width:720px}
.service-hero-icon{min-height:300px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(145deg,rgba(26,34,48,.88),rgba(10,13,19,.96));display:flex;align-items:center;justify-content:center;padding:48px}
.service-hero-icon img{width:min(190px,70%);height:auto;filter:drop-shadow(0 18px 38px rgba(24,170,255,.22))}
.services-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-link-card{position:relative;display:flex;flex-direction:column;min-height:310px;padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,#121823,#0b0f15);color:#fff;text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.service-link-card:hover{transform:translateY(-5px);border-color:rgba(255,30,145,.55);background:linear-gradient(145deg,#151d29,#0d1118)}
.service-link-card .service-icon{margin-bottom:22px}
.service-link-card h2{font-size:24px;margin:0 0 12px}
.service-link-card p{color:#aeb7c6;line-height:1.65;margin:0 0 22px}
.service-link-card .learn-more{margin-top:auto;color:var(--pink);font-weight:750;letter-spacing:.01em}
.service-content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:54px;align-items:start}
.service-copy h2{font-size:clamp(30px,4vw,48px);margin:0 0 18px;letter-spacing:-.035em}
.service-copy h3{font-size:24px;margin:38px 0 14px}
.service-copy p,.service-copy li{color:#b7bfcc;line-height:1.75;font-size:17px}
.service-copy ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;padding:0;list-style:none;margin:24px 0}
.service-copy li{position:relative;padding-left:25px}
.service-copy li:before{content:'✓';position:absolute;left:0;color:var(--pink);font-weight:800}
.service-sidebar{position:sticky;top:110px;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:26px;background:#111720}
.service-sidebar h3{margin-top:0;font-size:24px}
.service-sidebar p{color:#aeb7c6;line-height:1.6}
.service-sidebar .btn{width:100%;text-align:center;margin-top:10px}
.service-faq{margin-top:52px}
.service-faq details{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}
.service-faq details:last-child{border-bottom:1px solid rgba(255,255,255,.1)}
.service-faq summary{cursor:pointer;font-weight:750;font-size:18px}
.service-faq details p{margin:12px 0 0}
.primary-nav .menu-item-has-children{position:relative}
.primary-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:270px;margin:0;padding:10px;background:#0d1118;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.35);z-index:50}
.primary-nav .menu-item-has-children:hover>.sub-menu,.primary-nav .menu-item-has-children:focus-within>.sub-menu{display:block}
.primary-nav .sub-menu li{display:block;margin:0}
.primary-nav .sub-menu a{display:block;padding:11px 13px;border-radius:9px;white-space:nowrap}
.primary-nav .sub-menu a:hover{background:rgba(255,255,255,.06);color:var(--pink)}

@media(max-width:900px){
  .service-hero-grid,.service-content-grid{grid-template-columns:1fr}
  .service-hero-icon{min-height:220px}
  .services-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-sidebar{position:static}
}
@media(max-width:600px){
  .service-hero{padding:58px 0 44px}
  .service-hero-grid{gap:30px}
  .service-hero h1{font-size:42px}
  .service-hero p.service-lead{font-size:17px}
  .service-hero-icon{min-height:170px;padding:30px;border-radius:20px}
  .service-hero-icon img{width:120px}
  .services-hub-grid{grid-template-columns:1fr;gap:16px}
  .service-link-card{min-height:0;padding:24px}
  .service-copy ul{grid-template-columns:1fr}
  .primary-nav .sub-menu{position:static;display:block;min-width:0;padding:4px 0 4px 16px;background:transparent;border:0;box-shadow:none}
  .primary-nav .sub-menu a{white-space:normal;padding:8px 10px;font-size:14px}
}


/* Gadget Renew Production 1.0 — Services hub layout correction */
.services-hub-grid{
  align-items:stretch;
  grid-auto-rows:1fr;
}
.service-link-card{
  width:100%;
  min-width:0;
  height:100%;
  box-sizing:border-box;
  overflow:hidden;
}
.service-link-card .service-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 76px;
  width:76px;
  height:76px;
  min-width:76px;
  min-height:76px;
  max-width:76px;
  max-height:76px;
  overflow:hidden;
  box-sizing:border-box;
}
.service-link-card .service-icon img,
.service-link-card .service-icon svg{
  display:block!important;
  width:40px!important;
  height:40px!important;
  max-width:40px!important;
  max-height:40px!important;
  object-fit:contain;
  flex:none;
}
.service-link-card h2,
.service-link-card p,
.service-link-card .learn-more{
  min-width:0;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.service-link-card h2{line-height:1.18}

@media (min-width:901px){
  .services-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-link-card{min-height:320px}
}
@media (min-width:601px) and (max-width:900px){
  .services-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-link-card{min-height:300px}
}
@media (max-width:600px){
  .services-hub-grid{grid-template-columns:1fr;grid-auto-rows:auto}
  .service-link-card{min-height:0;height:auto;padding:22px}
  .service-link-card .service-icon{
    flex-basis:66px;
    width:66px;height:66px;min-width:66px;min-height:66px;max-width:66px;max-height:66px;
    margin-bottom:18px;
  }
  .service-link-card .service-icon img,
  .service-link-card .service-icon svg{
    width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;
  }
  .service-link-card h2{font-size:22px;margin-bottom:10px}
  .service-link-card p{font-size:15px;line-height:1.6;margin-bottom:18px}
}


/* Gadget Renew Production 1.1 — editable Gutenberg Services hub */
.gr-services-blocks{margin:0!important;padding:0!important;max-width:none!important;background:#07090d;color:#f7f8fb}
.gr-services-blocks>.wp-block-group{margin-block-start:0}
.gr-services-hero,.gr-services-chooser,.gr-services-cta{box-sizing:border-box;width:100%;max-width:none!important;margin:0!important}
.gr-services-hero{padding:88px max(24px,calc((100vw - 1160px)/2));background:radial-gradient(circle at 82% 20%,rgba(20,174,255,.14),transparent 34%),linear-gradient(180deg,#080b11 0%,#0b0f16 100%);border-bottom:1px solid rgba(255,255,255,.08)}
.gr-services-hero-columns,.gr-services-cta-columns{max-width:1160px;margin:0 auto!important;gap:54px}
.gr-services-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:8px 0 20px;letter-spacing:-.045em;color:#fff}
.gr-services-hero .service-lead{font-size:19px;line-height:1.7;color:#b8c0ce;max-width:720px}
.gr-services-hero-icon{min-height:300px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(145deg,rgba(26,34,48,.88),rgba(10,13,19,.96));display:flex;align-items:center;justify-content:center;padding:48px;overflow:hidden}
.gr-services-hero-icon figure{margin:0!important;display:flex;align-items:center;justify-content:center}
.gr-services-hero-icon img{display:block;width:min(190px,70%)!important;height:auto!important;margin:auto;filter:drop-shadow(0 18px 38px rgba(24,170,255,.22))}
.gr-services-blocks .wp-block-button__link{border-radius:999px;font-weight:750;padding:14px 24px;text-decoration:none}
.gr-services-blocks .btn-primary .wp-block-button__link{background:var(--pink);color:#fff;border:1px solid var(--pink)}
.gr-services-blocks .btn-secondary .wp-block-button__link{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}
.gr-services-chooser{padding:84px max(24px,calc((100vw - 1160px)/2));background:#07090d}
.gr-services-chooser>.section-heading{max-width:1160px;margin:0 auto 38px!important}
.gr-services-grid{max-width:1160px;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.gr-service-card{display:flex!important;flex-direction:column;min-width:0;min-height:320px;height:100%;padding:30px!important;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,#121823,#0b0f15);box-sizing:border-box;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.gr-service-card:hover{transform:translateY(-5px);border-color:rgba(255,30,145,.55);background:linear-gradient(145deg,#151d29,#0d1118)}
.gr-service-icon{display:flex!important;align-items:center;justify-content:center;width:76px;height:76px;min-height:76px;margin:0 0 22px!important;border-radius:50%;background:rgba(16,169,255,.10);border:1px solid rgba(16,169,255,.25);overflow:hidden}
.gr-service-icon img{display:block!important;width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain;margin:auto!important}
.gr-service-card h3{font-size:24px;line-height:1.18;margin:0 0 12px;color:#fff}
.gr-service-card>p:not(.gr-service-link){color:#aeb7c6;line-height:1.65;margin:0 0 22px}
.gr-service-card .gr-service-link{margin:auto 0 0!important;font-weight:750}
.gr-service-card .gr-service-link a{color:var(--pink);text-decoration:none}
.gr-services-cta{padding:76px max(24px,calc((100vw - 1160px)/2));background:#0b0f15}
.gr-services-cta .cta-card{height:100%;box-sizing:border-box}

/* Keep the block editor close to the live Services page */
.editor-styles-wrapper .gr-services-blocks{max-width:none!important}
.editor-styles-wrapper .gr-services-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.editor-styles-wrapper .gr-service-card{min-height:300px}

@media(max-width:900px){
  .gr-services-hero-columns{flex-wrap:wrap!important}
  .gr-services-hero-columns>.wp-block-column{flex-basis:100%!important}
  .gr-services-hero-icon{min-height:220px}
  .gr-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .gr-services-hero{padding:58px 20px 44px}
  .gr-services-hero-columns{gap:30px}
  .gr-services-hero h1{font-size:42px}
  .gr-services-hero .service-lead{font-size:17px}
  .gr-services-hero-icon{min-height:170px;padding:30px;border-radius:20px}
  .gr-services-hero-icon img{width:120px!important}
  .gr-services-chooser{padding:56px 20px}
  .gr-services-grid{grid-template-columns:1fr;gap:16px}
  .gr-service-card{min-height:0;height:auto;padding:22px!important}
  .gr-service-icon{width:66px;height:66px;min-height:66px;margin-bottom:18px!important}
  .gr-service-icon img{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important}
  .gr-service-card h3{font-size:22px;margin-bottom:10px}
  .gr-service-card>p:not(.gr-service-link){font-size:15px;line-height:1.6;margin-bottom:18px}
  .gr-services-cta{padding:54px 20px}
}

/* Production 1.2 — Services block button polish and accessible brand focus states */
.gr-services-blocks .wp-block-button__link,
.gr-services-blocks .wp-element-button {
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  outline: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gr-services-blocks .btn-primary .wp-block-button__link,
.gr-services-blocks .btn-primary .wp-element-button {
  background: linear-gradient(135deg,var(--blue),#0878ff) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}

.gr-services-blocks .btn-primary .wp-block-button__link:hover,
.gr-services-blocks .btn-primary .wp-element-button:hover {
  background: linear-gradient(135deg,#0878ff,var(--pink)) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.gr-services-blocks .btn-secondary .wp-block-button__link,
.gr-services-blocks .btn-secondary .wp-element-button {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  color: #fff !important;
}

.gr-services-blocks .btn-secondary .wp-block-button__link:hover,
.gr-services-blocks .btn-secondary .wp-element-button:hover {
  background: rgba(255,255,255,.08) !important;
  border-color: #fff !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Replace WordPress/browser blue focus ring with an accessible Gadget Renew pink ring. */
.gr-services-blocks .wp-block-button__link:focus,
.gr-services-blocks .wp-element-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.gr-services-blocks .wp-block-button__link:focus-visible,
.gr-services-blocks .wp-element-button:focus-visible {
  outline: 3px solid var(--pink) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

.gr-services-blocks .wp-block-button__link:active,
.gr-services-blocks .wp-element-button:active {
  transform: translateY(0);
  outline: none !important;
  box-shadow: none !important;
}


/* Gadget Renew Production 1.3 — final Services hub and compact mobile homepage grid */
.gr-services-grid{grid-auto-rows:1fr}
.gr-service-card{overflow:hidden}
.gr-service-card .gr-service-icon{flex:0 0 76px}
.gr-service-card .gr-service-link{width:100%}
.gr-service-card .gr-service-link a{display:inline-flex;align-items:center;min-height:42px;color:var(--pink)!important;font-weight:750;line-height:1.3}
.gr-services-blocks .hero-actions .wp-block-button,
.gr-services-blocks .hero-actions .wp-block-button__link,
.gr-services-blocks .hero-actions .wp-element-button{min-height:50px}
.gr-services-blocks .hero-actions .wp-block-button__link,
.gr-services-blocks .hero-actions .wp-element-button{display:inline-flex;align-items:center;justify-content:center;min-width:190px}
.gr-services-cta .wp-block-buttons{margin-top:22px}
.gr-services-cta .wp-block-button__link,
.gr-services-cta .wp-element-button{min-width:190px;min-height:50px;display:inline-flex;align-items:center;justify-content:center}

@media (max-width:600px){
  .editable-home #services .section-heading{text-align:center;margin-bottom:24px}
  .editable-home #services .service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .editable-home #services .service-card{display:flex;min-width:0;min-height:154px;padding:18px 12px 16px;align-items:center;text-align:center;border-radius:15px}
  .editable-home #services .service-icon{width:52px;height:52px;flex:0 0 52px;margin:0 0 13px;box-shadow:0 0 0 5px rgba(0,158,232,.03),0 0 18px rgba(0,117,255,.12)}
  .editable-home #services .service-icon img,
  .editable-home #services .service-icon svg{width:28px;height:28px}
  .editable-home #services .service-card h3{margin:0;font-size:14px;line-height:1.28;letter-spacing:-.15px}
  .editable-home #services .service-card h3:after{width:24px;height:2px;margin:9px auto 0}
  .editable-home #services .service-card p{display:none}

  .gr-services-grid{grid-template-columns:1fr!important;gap:14px}
  .gr-service-card{min-height:0;padding:22px!important}
  .gr-services-blocks .hero-actions{width:100%}
  .gr-services-blocks .hero-actions .wp-block-button,
  .gr-services-blocks .hero-actions .wp-block-button__link,
  .gr-services-blocks .hero-actions .wp-element-button{width:100%;min-width:0}
  .gr-services-cta-columns{gap:16px!important}
}
