/* ==========================================================================
   EnjoyIT – Apple Remont  |  ühine stiilifail (style.css)
   Bootstrap 5 peale ehitatud kohandatud stiilid
   ========================================================================== */

:root{
  --blue:#0071e3;        /* Apple blue */
  --blue-dark:#0a4fa0;
  --ink:#111418;
  --ink-2:#1d2126;
  --muted:#6b7480;
  --soft:#f5f7fa;
  --line:#e4e8ed;
  --radius:8px;          /* tavapärane, mõõdukas ümardus */
  --radius-sm:6px;
}

body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff}
h1,h2,h3,h4,h5{font-weight:700;letter-spacing:-.01em}
.section{padding:76px 0}
.text-muted2{color:var(--muted)!important}

/* Buttons */
.btn-blue{background:var(--blue);border:none;color:#fff;font-weight:600;padding:.68rem 1.5rem;border-radius:var(--radius)}
.btn-blue:hover{background:var(--blue-dark);color:#fff}
.btn-ghost{background:transparent;border:1.5px solid rgba(255,255,255,.55);color:#fff;font-weight:600;padding:.68rem 1.5rem;border-radius:var(--radius)}
.btn-ghost:hover{background:#fff;color:var(--ink)}
.btn-dark2{background:var(--ink);border:none;color:#fff;font-weight:600;padding:.68rem 1.5rem;border-radius:var(--radius)}
.btn-dark2:hover{background:#000;color:#fff}

.eyebrow{color:var(--blue);font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}

/* Top bar */
.topbar{background:var(--ink);color:#c8ced6;font-size:.82rem}
.topbar a{color:#c8ced6;text-decoration:none}
.topbar a:hover{color:#fff}

/* Navbar */
.navbar{background:#fff;border-bottom:1px solid var(--line)}
.navbar-brand{font-weight:800;font-size:1.3rem;letter-spacing:-.02em}
.navbar-brand .dot{color:var(--blue)}
.nav-link{font-weight:600;color:var(--ink)!important;margin:0 .3rem}
.nav-link:hover,.nav-link.active{color:var(--blue)!important}

/* ------- Hero (avaleht, pilt taustaks) ------- */
.hero{position:relative;min-height:74vh;display:flex;align-items:center;color:#fff;overflow:hidden;
  background:#0b1220;background-size:cover;background-position:center}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,22,.86) 0%,rgba(9,14,22,.62) 55%,rgba(9,14,22,.35) 100%)}
.hero .container{position:relative;z-index:2}
.hero h1{font-size:clamp(2.1rem,4.2vw,3.3rem);line-height:1.08}
.hero p.lead{color:#dfe5ec;font-size:1.08rem;max-width:560px}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);
  padding:.35rem .8rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;margin-bottom:1.1rem}

/* ------- Sub hero (siselehed) ------- */
.subhero{position:relative;overflow:hidden;color:#fff;background:#132842;background-size:cover;background-position:center}
.subhero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,22,.85),rgba(9,14,22,.6))}
.subhero .container{position:relative;z-index:2}
.subhero h1{font-size:clamp(1.9rem,3.6vw,2.8rem)}
.crumb a{color:#c6d2e2;text-decoration:none}
.crumb .active{color:#fff}

/* Stat bar */
.statbar{background:var(--ink-2);color:#fff}
.statbar .num{font-size:1.8rem;font-weight:800;color:#fff;line-height:1}
.statbar .lab{color:#9aa4b0;font-size:.85rem}
.statbar .bi{color:var(--blue);font-size:1.5rem}

/* Service cards */
.svc-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;height:100%;transition:border-color .15s,box-shadow .15s;background:#fff}
.svc-card:hover{border-color:#c4ccd6;box-shadow:0 4px 16px rgba(17,20,24,.06)}
.svc-ico{width:48px;height:48px;border-radius:var(--radius);background:rgba(0,113,227,.08);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.9rem}

/* Why / soft sections */
.why{background:var(--soft)}
.why-item{display:flex;gap:.9rem;align-items:flex-start}
.why-item .bi{color:var(--blue);font-size:1.4rem;margin-top:.15rem}

/* Feature image */
.feature-img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:var(--radius);display:block}
.img-rounded{border-radius:var(--radius);width:100%;object-fit:cover;display:block}
.img-shadow{box-shadow:0 8px 26px rgba(17,20,24,.12)}

/* Steps */
.step{position:relative;padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;height:100%}
.step .n{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}

/* Device cards (remont) */
.dev-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;text-align:center;height:100%;transition:border-color .15s,box-shadow .15s;background:#fff}
.dev-card:hover{border-color:#c4ccd6;box-shadow:0 4px 16px rgba(17,20,24,.06)}
.dev-card .bi{font-size:2rem;color:var(--blue)}

/* Service groups (remont) */
.grp{border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;height:100%;background:#fff}
.grp h4{display:flex;align-items:center;gap:.6rem;font-size:1.2rem}
.grp h4 .bi{color:var(--blue)}
.grp ul{list-style:none;padding:0;margin:1rem 0 0}
.grp li{padding:.5rem 0;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:.6rem;color:#3b434d}
.grp li:last-child{border-bottom:none}
.grp li .bi{color:var(--blue);margin-top:.2rem}

/* Pricing */
.price-row{display:flex;justify-content:space-between;align-items:center;padding:.95rem 0;border-bottom:1px solid var(--line)}
.price-row:last-child{border-bottom:none}
.price-row .p{font-weight:800;color:var(--blue);white-space:nowrap;margin-left:1rem}
.price-box{background:var(--ink);color:#fff;border-radius:var(--radius);padding:2rem}
.price-box .price-row{border-color:rgba(255,255,255,.14)}
.price-box .p{color:#fff}

/* Shipping badges */
.ship-badge{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:.55rem 1rem;font-weight:600;color:var(--ink)}

/* Contact info cards */
.info-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;height:100%;transition:border-color .15s,box-shadow .15s;background:#fff}
.info-card:hover{border-color:#c4ccd6;box-shadow:0 4px 16px rgba(17,20,24,.06)}
.info-ico{width:48px;height:48px;border-radius:var(--radius);background:rgba(0,113,227,.08);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.9rem}
.info-card a{color:var(--ink);text-decoration:none}
.info-card a:hover{color:var(--blue)}
.notice{background:var(--soft);border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:var(--radius-sm);padding:1rem 1.2rem;color:#33404d}
.mapwrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}
.mapwrap iframe{width:100%;height:420px;border:0;display:block}

/* Accordion */
.accordion-button{font-weight:600;color:var(--ink)}
.accordion-button:not(.collapsed){background:rgba(0,113,227,.05);color:var(--blue)}
.accordion-button:focus{box-shadow:none;border-color:var(--line)}
.accordion-item{border:1px solid var(--line);border-radius:var(--radius)!important;margin-bottom:.6rem;overflow:hidden}

/* CTA */
.cta{position:relative;overflow:hidden;background:var(--ink);color:#fff;border-radius:var(--radius);padding:2.6rem}
.cta.has-img{background-size:cover;background-position:center}
.cta.has-img:before{content:"";position:absolute;inset:0;background:rgba(9,14,22,.78)}
.cta > *{position:relative;z-index:2}

/* Footer */
.footer{background:var(--ink);color:#aab2bd}
.footer a{color:#aab2bd;text-decoration:none}
.footer a:hover{color:#fff}
.footer h6{color:#fff;font-weight:700;letter-spacing:.02em;margin-bottom:1rem}
.footer .brand{color:#fff;font-weight:800;font-size:1.25rem}
.footer .soc{width:36px;height:36px;border-radius:var(--radius-sm);background:rgba(255,255,255,.08);display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-right:.4rem}
.footer .soc:hover{background:var(--blue)}
.copy{border-top:1px solid rgba(255,255,255,.1);font-size:.84rem}
