/* Gold99 jewellery software project case study */
.matrimony-project { display: none !important; }
.jewellery-project { --jp-gold: #d9a817; --jp-gold-light: #f6d66b; --jp-ink: #13212a; --jp-deep: #07151d; --jp-green: #139a5b; --jp-soft: #fffaf0; color: var(--jp-ink); overflow: hidden; background: #fff; }
.jewellery-project * { box-sizing: border-box; }
.jewellery-project .container { position: relative; z-index: 1; }

.jp-hero { position: relative; min-height: 745px; display: flex; align-items: center; isolation: isolate; color: #fff; background: #17232b url('../images/jewellery-project/gold99-login.webp') center center / cover no-repeat; }
.jp-hero::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg, rgba(5, 18, 25, .98) 0%, rgba(5, 18, 25, .9) 37%, rgba(5, 18, 25, .54) 61%, rgba(5, 18, 25, .08) 100%); }
.jp-hero::after { position: absolute; inset: 0; z-index: -1; content: ''; opacity: .24; background-image: radial-gradient(rgba(238, 193, 65, .75) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, #000, transparent 63%); }
.jp-hero__content { max-width: 715px; padding: 126px 0 101px; }
.jp-eyebrow, .jp-label { display: inline-block; color: var(--jp-gold); font-size: 12px; font-weight: 800; letter-spacing: 1.55px; line-height: 1.3; text-transform: uppercase; }
.jp-eyebrow { margin: 0 0 22px; padding: 8px 14px; border: 1px solid rgba(232, 191, 68, .62); border-radius: 99px; background: rgba(218, 170, 30, .11); }
.jp-hero h1 { max-width: 680px; margin: 0; color: #fff; font-family: var(--thm-font-2, 'Prompt', sans-serif); font-size: clamp(45px, 5.25vw, 76px); font-weight: 700; letter-spacing: -2.1px; line-height: 1.05; }
.jp-hero h1 span { color: var(--jp-gold-light); }
.jp-hero p { max-width: 620px; margin: 27px 0 34px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.75; }
.jp-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.jp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 23px; border: 1px solid var(--jp-gold); border-radius: 4px; background: var(--jp-gold); color: #182027; font-size: 13px; font-weight: 800; line-height: 1; text-decoration: none; transition: .25s ease; }
.jp-button:hover { border-color: #fff; background: #fff; color: var(--jp-ink); }
.jp-button--ghost { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.05); color: #fff; }
.jp-button--ghost:hover { border-color: var(--jp-gold); background: rgba(218, 170, 30, .16); color: #fff; }
.jp-signals { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border: 1px solid rgba(239, 204, 100, .29); border-radius: 7px; background: rgba(5, 19, 26, .64); backdrop-filter: blur(8px); }
.jp-signals div { padding: 17px 19px; border-right: 1px solid rgba(239, 204, 100, .2); }
.jp-signals div:last-child { border-right: 0; }
.jp-signals b { display: block; color: #f1cc62; font-size: 13px; font-weight: 800; }
.jp-signals span { display: block; margin-top: 5px; color: rgba(255,255,255,.71); font-size: 12px; line-height: 1.45; }

.jp-intro { padding: 120px 0 112px; background: #fffdf8; }
.jp-intro__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr); align-items: center; gap: 82px; }
.jp-intro h2, .jp-section-head h2, .jp-security h2, .jp-login h2, .jp-delivery h2, .jp-cta h2 { margin: 14px 0 0; color: var(--jp-ink); font-family: var(--thm-font-2, 'Prompt', sans-serif); font-size: clamp(34px, 3.35vw, 51px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.12; }
.jp-intro p, .jp-section-head p, .jp-security__top p, .jp-login__copy > p { margin: 21px 0 0; color: #63717b; font-size: 17px; line-height: 1.8; }
.jp-intro ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.jp-intro li { position: relative; padding-left: 27px; color: #29414c; font-size: 14px; font-weight: 700; line-height: 1.45; }
.jp-intro li::before { position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; border-radius: 50%; place-items: center; content: '✓'; background: var(--jp-gold); color: #13212a; font-size: 11px; font-weight: 900; }
.jp-dashboard-frame { position: relative; padding: 11px; border-radius: 10px; background: linear-gradient(135deg, var(--jp-gold), #4e7f94); box-shadow: 0 30px 65px rgba(21, 48, 60, .2); }
.jp-dashboard-frame::after { position: absolute; right: -28px; bottom: -28px; z-index: -1; width: 185px; height: 185px; border-radius: 50%; content: ''; background: rgba(217, 168, 23, .14); }
.jp-dashboard-frame img, .jp-login__image img { display: block; width: 100%; }
.jp-dashboard-frame img { border-radius: 5px; }
.jp-dashboard-note { position: absolute; right: -24px; bottom: 30px; max-width: 220px; padding: 15px 17px; border-left: 4px solid var(--jp-gold); border-radius: 4px; background: var(--jp-deep); box-shadow: 0 15px 35px rgba(0, 0, 0, .28); color: #fff; }
.jp-dashboard-note b { display: block; color: #f1cc62; font-size: 13px; font-weight: 800; }
.jp-dashboard-note span { display: block; margin-top: 5px; color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.5; }

.jp-stock { position: relative; padding: 113px 0 118px; background: #eff8fa; }
.jp-stock::before { position: absolute; inset: 0; opacity: .34; content: ''; background-image: radial-gradient(rgba(16, 101, 128, .33) 1px, transparent 1px); background-size: 25px 25px; }
.jp-section-head { position: relative; max-width: 760px; margin: 0 auto 53px; text-align: center; }
.jp-stock-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(16, 101, 128, .22); border-radius: 10px; background: #fff; box-shadow: 0 22px 45px rgba(17, 66, 82, .1); }
.jp-stock-flow > div { position: relative; min-height: 250px; padding: 34px 25px; border-right: 1px solid #e4edf0; }
.jp-stock-flow > div:last-child { border-right: 0; }
.jp-stock-flow > div:not(:last-child)::after { position: absolute; top: 51px; right: -9px; z-index: 1; width: 18px; height: 18px; border-top: 2px solid #87b9c9; border-right: 2px solid #87b9c9; content: ''; transform: rotate(45deg); }
.jp-stock-flow i { display: grid; width: 54px; height: 54px; margin-bottom: 23px; border-radius: 8px; place-items: center; background: linear-gradient(135deg, #0a526d, #1b9b8f); color: #fff; font-size: 20px; }
.jp-stock-flow b { display: block; margin-bottom: 10px; color: #1b3440; font-family: var(--thm-font-2, 'Prompt', sans-serif); font-size: 19px; }
.jp-stock-flow span { color: #687882; font-size: 14px; line-height: 1.65; }
.jp-note { position: relative; max-width: 780px; margin: 24px auto 0; color: #667782; font-size: 14px; font-style: italic; line-height: 1.6; text-align: center; }

.jp-security { position: relative; padding: 119px 0 122px; overflow: hidden; background: #061820; color: #fff; }
.jp-security::before { position: absolute; inset: 0; opacity: .25; content: ''; background-image: radial-gradient(rgba(217, 168, 23, .75) 1px, transparent 1px); background-size: 24px 24px; }
.jp-security__top { position: relative; max-width: 770px; margin: 0 auto 52px; text-align: center; }
.jp-security h2 { color: #fff; }
.jp-security__top p { color: rgba(255,255,255,.76); }
.jp-security__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.jp-security__grid article { min-height: 269px; padding: 31px 28px; border: 1px solid rgba(238, 199, 91, .31); border-radius: 9px; background: rgba(19, 47, 57, .73); }
.jp-security__grid i { display: grid; width: 53px; height: 53px; margin-bottom: 22px; border: 1px solid rgba(238, 199, 91, .52); border-radius: 50%; place-items: center; color: #f1cc62; font-size: 20px; }
.jp-security__grid h3 { margin: 0 0 10px; color: #fff; font-family: var(--thm-font-2, 'Prompt', sans-serif); font-size: 20px; }
.jp-security__grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.jp-security__disclaimer { position: relative; max-width: 870px; margin: 28px auto 0; color: rgba(255,255,255,.61); font-size: 13px; font-style: italic; line-height: 1.6; text-align: center; }

.jp-login { padding: 120px 0; background: #fffdf8; }
.jp-login__grid { display: grid; grid-template-columns: minmax(0, .91fr) minmax(410px, 1.09fr); align-items: center; gap: 83px; }
.jp-login__points { display: grid; gap: 14px; margin-top: 31px; }
.jp-login__points span { display: flex; align-items: center; gap: 12px; color: #344952; font-size: 14px; font-weight: 700; }
.jp-login__points i { display: grid; width: 37px; height: 37px; border-radius: 50%; place-items: center; background: #f8ebc4; color: #8c6812; }
.jp-login__image { overflow: hidden; border: 10px solid #fff; border-radius: 10px; box-shadow: 0 30px 60px rgba(18, 57, 71, .19); }
.jp-access-panel { overflow: hidden; border: 1px solid rgba(16, 94, 112, .24); border-radius: 10px; background: #fff; box-shadow: 0 30px 60px rgba(18, 57, 71, .18); }
.jp-access-panel__head { display: flex; align-items: center; gap: 15px; padding: 25px 27px; background: linear-gradient(135deg, #082d3b, #0d5f69); color: #fff; }
.jp-access-panel__head > i { display: grid; width: 48px; height: 48px; border: 1px solid rgba(241, 204, 98, .63); border-radius: 50%; flex: 0 0 48px; place-items: center; color: #f1cc62; font-size: 19px; }
.jp-access-panel__head b { display: block; font-size: 16px; }
.jp-access-panel__head small { display: block; margin-top: 4px; color: rgba(255,255,255,.7); font-size: 11px; }
.jp-access-panel__rows { padding: 11px 27px; }
.jp-access-panel__rows > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 0; border-bottom: 1px solid #e5edef; color: #51636b; font-size: 14px; }
.jp-access-panel__rows > div:last-child { border-bottom: 0; }
.jp-access-panel__rows b { padding: 6px 9px; border: 1px solid #bce4d0; border-radius: 99px; background: #effbf4; color: #198352; font-size: 11px; font-weight: 800; text-align: right; }
.jp-access-panel__footer { padding: 18px 27px; background: #fff8e5; color: #695d45; font-size: 12px; line-height: 1.55; }
.jp-access-panel__footer i { margin-right: 7px; color: #b9870f; }

.jp-delivery { padding: 113px 0; background: linear-gradient(135deg, #0b3445, #0a6c78 55%, #17905a); color: #fff; text-align: center; }
.jp-delivery__inner { max-width: 930px; margin: 0 auto; }
.jp-delivery h2 { max-width: 780px; margin-right: auto; margin-left: auto; color: #fff; }
.jp-delivery__inner > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.jp-delivery b { display: grid; min-height: 139px; padding: 22px 13px; border: 1px solid rgba(245, 210, 105, .43); border-radius: 7px; place-items: center; background: rgba(4, 31, 40, .25); color: #f1cc62; font-family: Georgia, serif; font-size: 30px; }
.jp-delivery small { display: block; margin-top: 8px; color: rgba(255,255,255,.86); font-family: var(--thm-font, 'Inter', sans-serif); font-size: 12px; font-weight: 700; line-height: 1.45; }
.jp-cta { position: relative; padding: 108px 0; overflow: hidden; background: #fff6df; text-align: center; }
.jp-cta::before { position: absolute; top: -260px; left: -135px; width: 520px; height: 520px; border: 1px solid rgba(197, 144, 23, .28); border-radius: 50%; content: ''; }
.jp-cta h2 { max-width: 825px; margin-right: auto; margin-left: auto; }
.jp-cta p { max-width: 640px; margin: 19px auto 31px; color: #66737a; font-size: 17px; line-height: 1.7; }

@media (max-width: 991px) { .jp-intro__grid, .jp-login__grid { grid-template-columns: 1fr; gap: 55px; } .jp-dashboard-frame, .jp-login__image { max-width: 720px; } .jp-stock-flow, .jp-security__grid { grid-template-columns: repeat(2, 1fr); } .jp-stock-flow > div:nth-child(2) { border-right: 0; } .jp-stock-flow > div:nth-child(-n+2) { border-bottom: 1px solid #e4edf0; } .jp-security__grid article { min-height: 0; } }
@media (max-width: 767px) { .jp-hero { min-height: auto; background-position: 57% center; } .jp-hero::before { background: linear-gradient(90deg, rgba(5, 18, 25, .97), rgba(5, 18, 25, .72)); } .jp-hero__content { padding: 95px 0 70px; } .jp-hero h1 { font-size: 45px; letter-spacing: -1.4px; } .jp-hero p { font-size: 16px; } .jp-signals { grid-template-columns: 1fr; margin-top: 42px; } .jp-signals div { border-right: 0; border-bottom: 1px solid rgba(239, 204, 100, .2); } .jp-signals div:last-child { border-bottom: 0; } .jp-intro, .jp-stock, .jp-security, .jp-login { padding: 76px 0; } .jp-intro__grid, .jp-login__grid { gap: 42px; } .jp-intro ul, .jp-stock-flow, .jp-security__grid { grid-template-columns: 1fr; } .jp-stock-flow > div { min-height: 0; border-right: 0; border-bottom: 1px solid #e4edf0; } .jp-stock-flow > div:nth-child(2) { border-right: 0; } .jp-stock-flow > div:last-child { border-bottom: 0; } .jp-stock-flow > div:not(:last-child)::after { top: auto; right: auto; bottom: -9px; left: 50%; transform: rotate(135deg) translateX(50%); } .jp-dashboard-note { right: 12px; bottom: 12px; } .jp-delivery, .jp-cta { padding: 77px 0; } .jp-delivery__inner > div { grid-template-columns: repeat(2, 1fr); } .jp-delivery b { min-height: 118px; } }
