/* =====================================================
   NEKRETNINE — standalone one-pager
   accent: sky blue #0EA5E9
   ===================================================== */
:root {
  --orange:      #0EA5E9;
  --orange-dark: #0284c7;
}

.prp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  margin-bottom: -3.5rem;
  background: #0c1a2e;
}
.prp-hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1570129477492-45c003edd2be?w=1400&q=80&auto=format&fit=crop');
  background-size: cover; background-position: center;
}
.prp-hero-ov  { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,26,46,.88) 0%, rgba(12,26,46,.45) 50%, rgba(12,26,46,.05)); }
.prp-hero-ovh { position: absolute; inset: 0; background: linear-gradient(to right, rgba(12,26,46,.78) 30%, rgba(12,26,46,.18) 60%, transparent); }
.prp-hero-acc { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--orange); }
.prp-hero-content { position: relative; z-index: 2; padding: 7rem 0 12rem; }

.prp-hero-brand { color: #fff; font-weight: 700; font-size: clamp(4rem, 11vw, 10rem); line-height: .95; margin-bottom: .6rem; letter-spacing: -.03em; }
.prp-hero-divider { width: 3.5rem; height: 3px; background: var(--orange); border-radius: 2px; margin-bottom: .75rem; }
.prp-hero-service { color: var(--orange); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: clamp(1.1rem, 2.5vw, 2rem); letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: 1.25rem; }
.prp-hero-slogan { color: rgba(255,255,255,.55); font-family: 'Nunito Sans', sans-serif; font-style: italic; font-size: .95rem; display: block; margin-bottom: 1.25rem; letter-spacing: .02em; }
.prp-hero-sub { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.75; max-width: 30rem; font-family: 'Nunito Sans', sans-serif; margin-bottom: 2.5rem; }
.prp-hero-cta { display: flex; gap: .875rem; flex-wrap: wrap; }

@media(max-width:767px){
  .prp-hero-content { padding: 6.5rem 1rem 8rem; }
  .prp-hero-brand { font-size: clamp(3.25rem, 18vw, 5.25rem); }
  .prp-hero-sub { max-width: 100%; font-size: .95rem; line-height: 1.7; }
}

.prp-services { background: var(--light-gray); padding: 7rem 0 5rem; position: relative; z-index: 8; }
@media(min-width:1024px){ .prp-services { padding: 9rem 0 6rem; } }
.prp-section-hdr { margin-bottom: 3.5rem; }

.prp-row { display: grid; grid-template-columns: 1fr; border-radius: 1.25rem; overflow: hidden; margin-bottom: 2rem; box-shadow: 0 8px 32px rgba(11,31,58,.1); }
@media(min-width:768px){ .prp-row { grid-template-columns: 1fr 1fr; } }
.prp-row:last-child { margin-bottom: 0; }
@media(min-width:768px){
  .prp-row.rev .prp-row-img { order: 2; }
  .prp-row.rev .prp-row-body { order: 1; }
}
.prp-row-img { position: relative; overflow: hidden; min-height: 18rem; }
.prp-row-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.prp-row:hover .prp-row-img img { transform: scale(1.05); }
.prp-row-body { background: #fff; padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
@media(min-width:1024px){ .prp-row-body { padding: 3rem; } }
.prp-row-icon { width: 3rem; height: 3rem; background: var(--orange); border-radius: .5rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.prp-row-icon svg { width: 1.5rem; height: 1.5rem; color: #fff; }
.prp-row-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2rem; color: var(--navy); line-height: 1; margin-bottom: .75rem; }
.prp-row-desc { color: #6b7280; font-size: .9375rem; line-height: 1.75; font-family: 'Nunito Sans', sans-serif; margin-bottom: 1.5rem; }
.prp-tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.prp-tag { background: rgba(14,165,233,.1); color: var(--orange); border: 1px solid rgba(14,165,233,.25); border-radius: 2rem; padding: .25rem .75rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-family: 'Nunito Sans', sans-serif; }

.prp-about {
  background: #0c1a2e;
  padding: 8rem 0 7rem;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  margin: -2rem 0;
  position: relative; z-index: 7;
}
.prp-about-grid { display: grid; gap: 4rem; align-items: center; }
@media(min-width:1024px){ .prp-about-grid { grid-template-columns: 1fr 1fr; } }
.prp-about-lbl { display: flex; align-items: center; gap: .5rem; color: var(--orange); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-family: 'Nunito Sans', sans-serif; margin-bottom: 1rem; }
.prp-about-h { color: #fff; font-weight: 900; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1; margin-bottom: 1.25rem; }
.prp-about-p { color: rgba(255,255,255,.7); font-family: 'Nunito Sans', sans-serif; font-size: 1rem; line-height: 1.8; margin-bottom: 1.25rem; }
.prp-feats { display: flex; flex-direction: column; gap: .8rem; margin-top: .5rem; }
.prp-feat { display: flex; align-items: flex-start; gap: .75rem; color: rgba(255,255,255,.8); font-family: 'Nunito Sans', sans-serif; font-size: .9375rem; }
.prp-feat svg { width: 1.1rem; height: 1.1rem; color: var(--orange); flex-shrink: 0; margin-top: .15rem; }

.prp-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.prp-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; padding: 1.75rem 1.5rem; text-align: center; }
.prp-stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 3rem; color: var(--orange); line-height: 1; display: block; }
.prp-stat-lbl { color: rgba(255,255,255,.6); font-size: .8rem; font-family: 'Nunito Sans', sans-serif; margin-top: .4rem; display: block; }

.prp-form-section { background: #fff; padding: 7rem 0 6rem; }
@media(min-width:1024px){ .prp-form-section { padding: 8rem 0 7rem; } }
.prp-form-wrap { display: grid; gap: 3rem; }
@media(min-width:1024px){ .prp-form-wrap { grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; } }
.prp-info-card { background: #0c1a2e; border-radius: 1rem; padding: 2rem; margin-bottom: 1.5rem; }
.prp-info-card h4 { color: #fff; font-weight: 900; font-size: 1.25rem; margin-bottom: .5rem; }
.prp-info-card p { color: rgba(255,255,255,.6); font-size: .875rem; line-height: 1.7; font-family: 'Nunito Sans', sans-serif; }
.prp-checklist { list-style: none; margin-top: 1.25rem; display: flex; flex-direction: column; gap: .6rem; }
.prp-checklist li { display: flex; align-items: flex-start; gap: .6rem; color: rgba(255,255,255,.75); font-size: .875rem; font-family: 'Nunito Sans', sans-serif; }
.prp-checklist li svg { width: 1rem; height: 1rem; color: var(--orange); flex-shrink: 0; margin-top: .1rem; }
.prp-phone-card { background: rgba(14,165,233,.08); border: 1px solid rgba(14,165,233,.2); border-radius: .875rem; padding: 1.5rem; }
.prp-phone-card p { color: var(--navy); font-size: .875rem; font-family: 'Nunito Sans', sans-serif; margin-bottom: .5rem; }
.prp-phone-card p strong { font-weight: 700; }
.prp-phone-card a { display: inline-flex; align-items: center; gap: .5rem; color: var(--orange); font-weight: 700; font-size: 1rem; font-family: 'Barlow Condensed', sans-serif; }
.prp-form-card { background: var(--light-gray); border-radius: 1.25rem; padding: 2rem; }
@media(min-width:1024px){ .prp-form-card { padding: 2.5rem 3rem; } }
.form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}
.prp-form-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: .25rem;
}
.form-required-note {
  margin: .15rem 0 0;
  color: #9aa3b2;
  font-size: .72rem;
  line-height: 1.3;
  letter-spacing: .03em;
  white-space: nowrap;
  font-family: 'Nunito Sans', sans-serif;
  text-align: right;
}
.prp-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3rem 1rem; }
.prp-success.visible { display: flex; }
.prp-success svg { width: 3.5rem; height: 3.5rem; color: var(--orange); margin-bottom: 1rem; }
.prp-success h3 { color: var(--navy); font-weight: 900; font-size: 1.75rem; margin-bottom: .5rem; }
.prp-success p { color: #6b7280; font-family: 'Nunito Sans', sans-serif; font-size: .9rem; margin-bottom: 1.5rem; }
.req { color: var(--orange); margin-left: .1rem; }

.other-svcs { background: var(--light-gray); padding: 5rem 0 6rem; }
.other-svcs-hdr { text-align: center; margin-bottom: 3rem; }
.other-svcs-hdr h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(1.75rem,4vw,2.75rem); color: var(--navy); margin-bottom: .5rem; }
.other-svcs-hdr p { color: #6b7280; font-family: 'Nunito Sans', sans-serif; font-size: .95rem; }
.other-svcs-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width:768px){ .other-svcs-grid { grid-template-columns: 1fr 1fr; } }
.osc { border-radius: 1.25rem; overflow: hidden; position: relative; min-height: 17rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem 2rem; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.osc:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(0,0,0,.22); }
.osc-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .55s ease; }
.osc:hover .osc-bg { transform: scale(1.06); }
.osc-ov { position: absolute; inset: 0; }
.osc-body { position: relative; z-index: 2; }
.osc-icon { width: 2.75rem; height: 2.75rem; border-radius: .5rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.osc-icon svg { width: 1.35rem; height: 1.35rem; color: #fff; }
.osc-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 2rem; color: #fff; line-height: 1; margin-bottom: .4rem; }
.osc-desc { color: rgba(255,255,255,.75); font-size: .875rem; font-family: 'Nunito Sans', sans-serif; line-height: 1.6; margin-bottom: 1rem; }
.osc-link { display: inline-flex; align-items: center; gap: .4rem; color: #fff; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-family: 'Nunito Sans', sans-serif; }
.osc-link svg { width: .875rem; height: .875rem; }

@media(max-width:767px){
  .form-head {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
    margin-bottom: 1.2rem;
  }

  .form-required-note {
    white-space: normal;
    text-align: left;
  }

  .prp-sticky { position: fixed; bottom: 0; left: 0; right: 0; background: #0c1a2e; border-top: 2px solid var(--orange); padding: .875rem 1rem; z-index: 900; display: flex; gap: .75rem; }
  .prp-sticky .btn { flex: 1; justify-content: center; font-size: .875rem; padding: .75rem; }
  body { padding-bottom: 4.5rem; }
}
@media(min-width:768px){ .prp-sticky { display: none; } }

#navbar { background: #0c1a2e; }
#navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.mobile-menu { background: #0c1a2e; }
.footer { background: #0c1a2e; }
.btn-navy { background: #0c1a2e !important; }
