.ntp-service-page {
	float: left;
	width: 100%;
	min-height: 100vh;
  background: #fff;
  color: #131722;
}

.ntp-service-section { padding: 68px 0 86px; background: #fff; }
.ntp-service-intro { max-width: 820px; margin-bottom: 38px; text-align: left; }
.ntp-service-intro h2, .ntp-service-advice h2 { margin: 0; font-size: clamp(28px, 3vw, 39px); font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.ntp-service-intro h2 strong { font-weight: 800; }
.ntp-service-intro p { margin: 23px 0 0; color: #464c57; font-size: 14px; line-height: 1.85; }

.ntp-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ntp-service-card { position: relative; display: block; aspect-ratio: 1.6 / 1; overflow: hidden; border-radius: 6px; background: #0b1324; box-shadow: 0 4px 12px rgba(10, 20, 40, .13); cursor: pointer; text-decoration: none; }
.ntp-service-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 8, 18, 0) 42%, rgba(3, 8, 18, .88) 100%); transition: background .25s ease; }
.ntp-service-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.ntp-service-card span { position: absolute; z-index: 1; right: 28px; bottom: 21px; left: 28px; color: #fff; font-size: clamp(13px, 1.4vw, 17px); font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-align: center; text-transform: uppercase; }
.ntp-service-card:hover img, .ntp-service-card:focus img { transform: scale(1.04); }
.ntp-service-card:hover::after, .ntp-service-card:focus::after { background: linear-gradient(180deg, rgba(3, 8, 18, .08) 20%, rgba(3, 8, 18, .94) 100%); }
.ntp-service-card.is-selected { outline: 3px solid #00aee7; outline-offset: 3px; }

.ntp-service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 54px; align-items: stretch; }
.ntp-service-advice-panel { min-width: 0; }
.ntp-service-advice[hidden] { display: none; }
.ntp-service-advice, .ntp-service-contact { border-radius: 9px; box-shadow: 0 5px 20px rgba(10, 24, 46, .14); overflow: hidden; }
.ntp-service-advice { position: relative; min-height: 575px; padding: 50px 52px; background: linear-gradient(135deg, #fff 40%, rgba(248, 251, 255, .88)); }
.ntp-service-advice::after { content: ''; position: absolute; right: -40px; bottom: -30px; width: 58%; height: 50%; opacity: .18; background: url('/images/services/design-consultation/design-01.jpg') right bottom / cover no-repeat; filter: grayscale(1); clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); }
.ntp-service-advice > * { position: relative; z-index: 1; }
.ntp-service-advice h2 { font-weight: 800; font-size: clamp(24px, 2.5vw, 34px); }
.ntp-service-accent { display: block; width: 54px; height: 3px; margin: 21px 0 35px; background: #00aee7; }
.ntp-service-advice p { max-width: 360px; color: #3f4651; font-size: 14px; line-height: 1.75; }
.ntp-service-advice ul { display: grid; gap: 20px; padding: 12px 0 28px; margin: 0; list-style: none; }
.ntp-service-advice li { display: flex; gap: 13px; align-items: center; color: #171d28; font-size: 13px; font-weight: 700; }
.ntp-service-advice li i { display: inline-grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: #0baee8; font-size: 11px; }
.ntp-service-button, .ntp-service-contact__cta a { display: inline-flex; align-items: center; gap: 14px; padding: 15px 20px; border-radius: 3px; color: #fff; background: linear-gradient(135deg, #008cd5, #00c5ed); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(0, 159, 225, .2); }

.ntp-service-contact { background: #fff; }
.ntp-service-contact__phone { display: flex; gap: 22px; align-items: center; padding: 22px 30px; color: #fff; background: linear-gradient(110deg, #008ed4, #02c8e8); }
.ntp-service-contact__phone > i { display: grid; flex: 0 0 66px; width: 66px; height: 66px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 33px; }
.ntp-service-contact__phone span, .ntp-service-contact__phone small { display: block; font-size: 12px; font-weight: 600; }
.ntp-service-contact__phone a { display: block; color: #fff; font-size: clamp(22px, 2.4vw, 34px); font-weight: 800; letter-spacing: .06em; line-height: 1.2; }
.ntp-service-contact__body { padding: 27px 30px 19px; }
.ntp-service-contact h3 { margin: 0 0 18px; color: #1b2434; font-size: 14px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.ntp-service-contact__info { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px 20px; }
.ntp-service-contact__info p { display: flex; gap: 10px; margin: 0; color: #192332; font-size: 11px; line-height: 1.6; }
.ntp-service-contact__info p:last-child { grid-column: 1 / -1; }
.ntp-service-contact__info > p > i { color: #087fcb; font-size: 17px; padding-top: 2px; }
.ntp-service-contact__info strong, .ntp-service-contact__info a { color: #58616d; font-size: 10px; font-weight: 600; }
.ntp-service-process-title { padding-top: 19px; margin-top: 21px !important; border-top: 1px solid #dce1e7; }
.ntp-service-process { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 20px; padding: 0; margin: 0; list-style: none; }
.ntp-service-process li { display: flex; gap: 10px; }
.ntp-service-process b { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: #06aee0; font-size: 9px; }
.ntp-service-process strong, .ntp-service-process small { display: block; }
.ntp-service-process strong { color: #182232; font-size: 10px; line-height: 1.35; }
.ntp-service-process small { color: #69717b; font-size: 9px; line-height: 1.35; }
.ntp-service-contact__cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 25px; color: #fff; background: #101827; }
.ntp-service-contact__cta strong, .ntp-service-contact__cta span { display: block; }
.ntp-service-contact__cta strong { font-size: 12px; }
.ntp-service-contact__cta span { margin-top: 3px; color: #c7ceda; font-size: 9px; }
.ntp-service-contact__cta a { flex: 0 0 auto; padding: 11px 15px; font-size: 10px; }

@media (max-width: 767px) {
  .ntp-service-hero { min-height: 350px; }
  .ntp-service-hero__content { min-height: 190px; padding-bottom: 30px; align-items: flex-start; flex-direction: column; justify-content: flex-end; gap: 25px; }
  .ntp-service-hero nav { padding: 0; }
  .ntp-service-section { padding: 48px 0 58px; }
  .ntp-service-grid, .ntp-service-detail-grid { grid-template-columns: 1fr; }
  .ntp-service-detail-grid { margin-top: 30px; }
  .ntp-service-advice { min-height: 0; padding: 35px 28px 145px; }
  .ntp-service-contact__body { padding: 25px 20px 18px; }
  .ntp-service-contact__phone { padding: 21px 20px; }
  .ntp-service-contact__phone > i { flex-basis: 54px; width: 54px; height: 54px; font-size: 26px; }
  .ntp-service-contact__info, .ntp-service-process { grid-template-columns: 1fr; }
  .ntp-service-contact__cta { align-items: flex-start; flex-direction: column; }
}
