/* =====================================================================
   CN Prints — consolidated page CSS
   All styles that used to live inline inside individual public blade
   views (@section('styles') / <style> blocks) now live here in one file.
   Organized by source view, in the order pages were extracted.
   ===================================================================== */

/* ===== layouts/master.blade.php (preloader) ===== */
.pro-loader { position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0C2957 0%, #123568 55%, #17408c 100%); transition: opacity .5s ease, visibility .5s ease; }
.pro-loader__glow { position: absolute; top: -140px; right: -100px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(214,0,122,.35) 0%, rgba(214,0,122,0) 70%); pointer-events: none; }
.pro-loader__inner { position: relative; z-index: 2; text-align: center; }
.pro-loader__mark { position: relative; width: 92px; height: 92px; margin: 0 auto 26px; display: flex; align-items: center; justify-content: center; }
.pro-loader__ring { position: absolute; inset: 0; border-radius: 50%; border: 3px solid rgba(255,255,255,.12); border-top-color: #D6007A; animation: proLoaderSpin 1s linear infinite; }
.pro-loader__mark img { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; background: #fff; padding: 6px; }
.pro-loader__initials { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: 22px; letter-spacing: 1px; color: #fff; }
.pro-loader__bar { width: 140px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.12); overflow: hidden; margin: 0 auto; }
.pro-loader__bar span { display: block; height: 100%; width: 40%; border-radius: 3px; background: #D6007A; animation: proLoaderBar 1.1s ease-in-out infinite; }
@keyframes proLoaderSpin { to { transform: rotate(360deg); } }
@keyframes proLoaderBar { 0% { transform: translateX(-100%); } 100% { transform: translateX(350%); } }
.pro-loader.loaded { opacity: 0; visibility: hidden; }

/* ===== home.blade.php ===== */
.hero__item { min-height: 500px; }
.hero__image { height: 500px; }
.hero__image img { height: 100%; object-fit: cover; }
.hero__content { padding-top: 0; padding-bottom: 0; }
@media (max-width: 991px) {
    .hero__item { min-height: 420px; }
    .hero__image { height: 420px; }
}
@media (max-width: 575px) {
    .hero__item { min-height: 320px; }
    .hero__image { height: 320px; }
    .hero__content .hero__title { font-size: 24px !important; }
}
.ph-header { text-align: center; max-width: 620px; margin: 0 auto 55px; }
.ph-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.ph-title { font-size: 32px; margin: 0; }
.ph-header--white .ph-title { color: #fff; }
.ph-features { padding: 110px 0; }
.ph-feature-card { text-align: center; padding: 20px; }
.ph-feature-card .ic { width: 74px; height: 74px; border-radius: 50%; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 22px; transition: .25s; }
.ph-feature-card:hover .ic { background: #D6007A; color: #fff; transform: translateY(-6px); }
.ph-feature-card h4 { font-size: 17px; margin-bottom: 10px; color: #0C2957; }
.ph-feature-card p { font-size: 14px; color: #888; margin: 0; line-height: 1.7; }
.ph-industries { padding: 0 0 110px; }
.ph-ind-tag { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; }
.ph-ind-tag .dots { display: flex; gap: 3px; }
.ph-ind-tag .dots span { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.ph-ind-tag .dots span:nth-child(1) { background: #0C2957; }
.ph-ind-tag .dots span:nth-child(2) { background: #D6007A; }
.ph-ind-tag .dots span:nth-child(3) { background: #FF7A00; }
.ph-ind-tag .dots span:nth-child(4) { background: #FFC107; }
.ph-ind-tag .label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9ea6; }
.ph-ind-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 980px; margin: 0 auto; }
.ph-ind-pill { display: inline-flex; align-items: center; gap: 10px; padding: 12px 24px; border-radius: 40px; background: #fff; border: 1px solid #F0F0F0; box-shadow: 0 8px 20px rgba(12,41,87,.05); transition: .25s; }
.ph-ind-pill:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(12,41,87,.1); border-color: transparent; }
.ph-ind-pill .ic { width: 30px; height: 30px; border-radius: 50%; background: rgba(214,0,122,.1); color: #D6007A; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.ph-ind-pill span.label { font-size: 14.5px; font-weight: 700; color: #0C2957; white-space: nowrap; }
@media (max-width: 575px) {
    .ph-industries { padding: 0 0 60px; }
    .ph-ind-pill { padding: 10px 18px; }
    .ph-ind-pill span.label { font-size: 13px; }
}
.ph-about { padding: 45px 0; background: #F7F7F7; }
.ph-about-media { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.1); }
.ph-about-media img { width: 100%; height: 440px; object-fit: cover; display: block; }
.ph-about-badge { position: absolute; left: 26px; bottom: -26px; background: #0C2957; color: #fff; border-radius: 14px; padding: 18px 24px; box-shadow: 0 15px 35px rgba(12,41,87,.35); text-align: center; min-width: 120px; }
.ph-about-badge .num { font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.ph-about-badge .label { font-size: 11px; color: rgba(255,255,255,.75); margin-top: 6px; font-weight: 600; line-height: 1.4; }
.ph-about-content { padding-left: 20px; }
.ph-about-desc { color: #6A6A6A; font-size: 16px; line-height: 1.9; margin: 18px 0 28px; }
.ph-about-check { list-style: none; margin: 0 0 30px; padding: 0; }
.ph-about-check li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #444; font-weight: 600; padding: 8px 0; }
.ph-about-check li i { width: 26px; height: 26px; border-radius: 50%; background: rgba(214,0,122,.1); color: #D6007A; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.ph-projects { padding: 30px 0; }
.ph-pf-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.08); }
.ph-pf-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: .5s; }
.ph-pf-card:hover img { transform: scale(1.08); }
.ph-pf-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,41,87,.92) 0%, rgba(12,41,87,.15) 55%, rgba(12,41,87,0) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; opacity: 0; transition: .35s; }
.ph-pf-card:hover .ph-pf-overlay { opacity: 1; }
.ph-pf-cat { display: inline-block; background: #D6007A; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 4px 10px; border-radius: 20px; margin-bottom: 8px; align-self: flex-start; }
.ph-pf-title { color: #fff; font-size: 16px; font-weight: 700; margin: 0; }
.ph-pf-arrow { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: #0C2957; display: flex; align-items: center; justify-content: center; font-size: 13px; opacity: 0; transform: translateY(-10px); transition: .3s; }
.ph-pf-card:hover .ph-pf-arrow { opacity: 1; transform: translateY(0); }
.ph-pf-arrow:hover { background: #D6007A; color: #fff; }
@media (max-width: 991px) {
    .ph-pf-overlay { opacity: 1; background: linear-gradient(0deg, rgba(12,41,87,.85) 0%, rgba(12,41,87,.05) 70%, rgba(12,41,87,0) 100%); }
    .ph-pf-arrow { opacity: 1; transform: translateY(0); }
}
.ph-services { padding: 110px 0; background: #F7F7F7; }
.ph-svc-card { display: flex; gap: 20px; align-items: flex-start; background: #fff; border: 1px solid #F0F0F0; border-radius: 16px; padding: 30px; height: 100%; transition: .25s; }
.ph-svc-card:hover { border-color: transparent; box-shadow: 0 20px 45px rgba(12,41,87,.1); transform: translateY(-6px); }
.ph-svc-card .ic { flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ph-svc-card .ic img { width: 26px; height: 26px; object-fit: contain; }
.ph-svc-card .ic i { font-size: 20px; }
.ph-svc-card h4 { font-size: 17px; color: #0C2957; margin-bottom: 8px; }
.ph-svc-card p { font-size: 13.5px; color: #888; margin: 0; line-height: 1.7; }
.ph-services-cta { text-align: center; margin-top: 45px; }
.ph-services-cta p { color: #6A6A6A; font-size: 15px; }
.ph-services-cta a { color: #D6007A; font-weight: 700; }
.ph-products { padding: 110px 0; }
.ph-pd-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.08); background: #fff; height: 100%; }
.ph-pd-card img { width: 100%; height: 200px; object-fit: cover; display: block; transition: .5s; }
.ph-pd-card:hover img { transform: scale(1.08); }
.ph-pd-body { padding: 20px 22px; }
.ph-pd-cat { display: inline-block; background: rgba(214,0,122,.1); color: #D6007A; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 4px 10px; border-radius: 20px; margin-bottom: 10px; }
.ph-pd-title { font-size: 16px; margin: 0; }
.ph-pd-title a { color: #0C2957; }
.ph-pd-title a:hover { color: #D6007A; }
.ph-products-cta { text-align: center; margin-top: 45px; }
.ph-products-cta p { color: #6A6A6A; font-size: 15px; }
.ph-products-cta a { color: #D6007A; font-weight: 700; }
.ph-pricing { padding: 110px 0; }
.ph-price-card { position: relative; background: #fff; border: 1px solid #F0F0F0; border-radius: 18px; padding: 36px 30px; height: 100%; transition: .25s; }
.ph-price-card:hover { box-shadow: 0 20px 45px rgba(12,41,87,.1); transform: translateY(-6px); }
.ph-price-card.is-featured { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-color: transparent; transform: scale(1.04); box-shadow: 0 25px 55px rgba(12,41,87,.25); }
.ph-price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #D6007A; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 20px; }
.ph-price-name { font-size: 19px; margin-bottom: 4px; color: #0C2957; }
.is-featured .ph-price-name { color: #fff; }
.ph-price-desc { font-size: 13px; color: #888; margin-bottom: 22px; }
.is-featured .ph-price-desc { color: rgba(255,255,255,.65); }
.ph-price-amount { font-size: 36px; font-weight: 800; color: #0C2957; margin-bottom: 22px; }
.is-featured .ph-price-amount { color: #fff; }
.ph-price-amount small { font-size: 13px; font-weight: 500; color: #888; }
.is-featured .ph-price-amount small { color: rgba(255,255,255,.6); }
.ph-price-list { list-style: none; margin: 0 0 26px; padding: 0; }
.ph-price-list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #555; padding: 8px 0; border-bottom: 1px solid #F2F2F2; }
.is-featured .ph-price-list li { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.12); }
.ph-price-list li:last-child { border-bottom: 0; }
.ph-price-list li i { color: #D6007A; font-size: 11px; }
.ph-price-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px; border-radius: 10px; background: #F7F7F7; color: #0C2957; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; transition: .2s; }
.ph-price-btn:hover { background: #D6007A; color: #fff; }
.is-featured .ph-price-btn { background: #D6007A; color: #fff; }
.is-featured .ph-price-btn:hover { background: #fff; color: #0C2957; }
@media (max-width: 991px) { .ph-price-card.is-featured { transform: none; } }
.ph-blog { padding: 110px 0; background: #F7F7F7; }
.ph-blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; flex-wrap: wrap; gap: 16px; }
.ph-blog-header .ph-eyebrow, .ph-blog-header .ph-title { text-align: left; margin: 0; }
.ph-blog-header .ph-title { font-size: 30px; }
.ph-blog-all { display: inline-flex; align-items: center; gap: 8px; color: #0C2957; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.ph-blog-all:hover { color: #D6007A; }
.ph-blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.06); height: 100%; }
.ph-blog-card .thumb { overflow: hidden; }
.ph-blog-card .thumb img { width: 100%; height: 220px; object-fit: cover; display: block; transition: .5s; }
.ph-blog-card:hover .thumb img { transform: scale(1.06); }
.ph-blog-card .body { padding: 26px; }
.ph-blog-meta { font-size: 12.5px; color: #888; margin-bottom: 12px; }
.ph-blog-meta i { color: #D6007A; margin-right: 5px; }
.ph-blog-card h4 { font-size: 17px; margin-bottom: 14px; }
.ph-blog-card h4 a { color: #0C2957; }
.ph-blog-card h4 a:hover { color: #D6007A; }
.ph-blog-readmore { display: inline-flex; align-items: center; gap: 8px; color: #0C2957; font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .5px; }
.ph-blog-readmore:hover { color: #D6007A; }
.ph-cta-wrap { padding: 0 0 110px; }
.ph-cta { border-radius: 20px; background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); padding: 55px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; position: relative; overflow: hidden; }
.ph-cta::before { content: ''; position: absolute; top: -100px; right: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(214,0,122,.3) 0%, rgba(214,0,122,0) 70%); }
.ph-cta h2 { color: #fff; font-size: 28px; margin: 0; position: relative; }
.ph-cta p { color: rgba(255,255,255,.65); margin: 0 0 4px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; position: relative; }
.ph-cta .site-btn { position: relative; background: #fff; color: #0C2957; }
.ph-cta .site-btn .icon { color: #D6007A; }
.ph-cta .site-btn:hover { background: #D6007A; color: #fff; }
.ph-cta .site-btn:hover .icon { color: #fff; }
.ph-faq { padding: 110px 0; }
.ph-faq-media { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.1); }
.ph-faq-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-faq-accordion .card { border: 1px solid #F0F0F0; border-radius: 12px !important; margin-bottom: 14px; overflow: hidden; }
.ph-faq-accordion .card__header { background: #F7F7F7; padding: 0; }
.ph-faq-accordion .card__header .btn-link { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 18px 22px; color: #0C2957; font-weight: 700; font-size: 15px; text-decoration: none; }
.ph-faq-accordion .card__header .btn-link::after { content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 12px; color: #fff; background: #D6007A; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 14px; }
.ph-faq-accordion .card__header .btn-link.collapsed::after { content: '\f067'; background: #0C2957; }
.ph-faq-accordion .card__body { padding: 0 22px 20px; color: #777; font-size: 14px; line-height: 1.8; }
@media (max-width: 991px) {
    .ph-features, .ph-about, .ph-projects, .ph-services, .ph-products, .ph-pricing, .ph-blog, .ph-faq { padding: 60px 0; }
    .ph-cta-wrap { padding-bottom: 60px; }
    .ph-about-content { padding-left: 0; margin-top: 50px; }
    .ph-about-media img { height: 320px; }
    .ph-faq-media { margin-top: 40px; height: 320px; }
    .ph-cta { padding: 35px 30px; }
}
@media (max-width: 575px) {
    .ph-title { font-size: 24px; }
    .ph-about-media img { height: 240px; }
    .ph-about-badge { left: 16px; bottom: -18px; padding: 12px 16px; min-width: 90px; }
    .ph-about-badge .num { font-size: 22px; }
    .ph-svc-card { padding: 22px; gap: 14px; }
    .ph-blog-header .ph-title { font-size: 22px; }
    .ph-cta { padding: 28px 22px; text-align: center; justify-content: center; }
    .ph-cta h2 { font-size: 20px; }
    .ph-price-amount { font-size: 28px; }
}

/* ===== home.blade.php (gsgraphics-inspired redesign, "ph2-" prefix) ===== */
.ph2-hero-badges { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 6px 0 26px; }
.ph2-hero-badges span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #444; }
.ph2-hero-badges span i { color: #D6007A; font-size: 13px; }
.ph2-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.ph2-hero-link { display: inline-flex; align-items: center; gap: 8px; color: #0C2957; font-weight: 700; font-size: 14px; }
.ph2-hero-link:hover { color: #D6007A; }

.ph2-marquee { background: #F7F7F7; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0; overflow: hidden; padding: 16px 0; white-space: nowrap; }
.ph2-marquee__track { display: inline-flex; align-items: center; animation: ph2MarqueeScroll 40s linear infinite; }
.ph2-marquee__track span { display: inline-block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #0C2957; padding: 0 10px; }
.ph2-marquee__track span.dot { color: #D6007A; padding: 0 6px; font-weight: 400; }
@keyframes ph2MarqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.ph2-stats-wrap { position: relative; z-index: 3; margin-top: 25px; margin-bottom: 35px; }
.ph2-stats { background: #fff; border-radius: 18px; box-shadow: 0 20px 50px rgba(12,41,87,.12); display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.ph2-stat { text-align: center; padding: 32px 16px; border-right: 1px solid #F0F0F0; }
.ph2-stat:last-child { border-right: 0; }
.ph2-stat i { font-size: 20px; color: #D6007A; margin-bottom: 12px; display: inline-block; }
.ph2-stat__num { font-size: 26px; font-weight: 800; color: #0C2957; line-height: 1; }
.ph2-stat__label { font-size: 12.5px; color: #888; font-weight: 600; margin-top: 8px; }

.ph2-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 45px; flex-wrap: wrap; }
.ph2-section-head--center { flex-direction: column; align-items: center; text-align: center; }
.ph2-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ph2-tag .dots { display: flex; gap: 3px; }
.ph2-tag .dots span { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.ph2-tag .dots span:nth-child(1) { background: #0C2957; }
.ph2-tag .dots span:nth-child(2) { background: #D6007A; }
.ph2-tag .dots span:nth-child(3) { background: #FF7A00; }
.ph2-tag .dots span:nth-child(4) { background: #FFC107; }
.ph2-tag .label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9ea6; }
.ph2-title { font-size: 32px; font-weight: 800; color: #0C2957; margin: 0; }
.ph2-outline-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 40px; border: 1.5px solid #0C2957; color: #0C2957; font-weight: 700; font-size: 13px; white-space: nowrap; }
.ph2-outline-btn:hover { background: #0C2957; color: #fff; }

.ph2-services { padding: 8px 0; background: #F7F7F7; }
.ph2-svc-featured { display: block; position: relative; border-radius: 18px; overflow: hidden; height: 100%; min-height: 340px; background-size: cover; background-position: center; }
.ph2-svc-featured::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,41,87,.92) 0%, rgba(12,41,87,.3) 60%, rgba(12,41,87,.1) 100%); }
.ph2-svc-featured__icon { position: absolute; top: 24px; left: 24px; width: 50px; height: 50px; border-radius: 12px; background: #D6007A; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; z-index: 2; }
.ph2-svc-featured__title { position: absolute; left: 24px; bottom: 60px; right: 24px; color: #fff; font-size: 24px; font-weight: 800; z-index: 2; }
.ph2-svc-featured__link { position: absolute; left: 24px; bottom: 24px; color: #fff; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; z-index: 2; }
.ph2-svc-featured:hover .ph2-svc-featured__link { color: #D6007A; }
.ph2-svc-card { display: block; background: #fff; border-radius: 16px; padding: 26px; height: 100%; border: 1px solid #F0F0F0; transition: .25s; }
.ph2-svc-card:hover { box-shadow: 0 15px 35px rgba(12,41,87,.08); border-color: transparent; transform: translateY(-4px); }
.ph2-svc-card .ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-bottom: 16px; }
.ph2-svc-card h4 { font-size: 16px; color: #0C2957; margin-bottom: 8px; }
.ph2-svc-card p { font-size: 13px; color: #888; margin: 0 0 14px; line-height: 1.6; }
.ph2-svc-card__link { font-size: 12px; font-weight: 700; color: #D6007A; text-transform: uppercase; letter-spacing: .4px; }

.ph2-products { padding: 38px 0; }
.ph2-pd-card { display: block; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid #F0F0F0; height: 100%; transition: .25s; }
.ph2-pd-card:hover { box-shadow: 0 15px 35px rgba(12,41,87,.08); transform: translateY(-4px); }
.ph2-pd-card__media img { width: 100%; height: 160px; object-fit: cover; display: block; }
.ph2-pd-card__body { padding: 16px 18px; }
.ph2-pd-card__body h4 { font-size: 14.5px; color: #0C2957; margin: 0 0 6px; }
.ph2-pd-card__body span { font-size: 12.5px; color: #D6007A; font-weight: 700; }
.ph2-pd-card__body span small { color: #9a9ea6; font-weight: 600; }

.ph2-how { padding: 35px 0; background: #F7F7F7; }

.ph2-custom-cta-wrap { padding: 0 0 100px; }
.ph2-custom-cta { background: #14161f; border-radius: 20px; padding: 50px 55px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 26px; }
.ph2-custom-cta h3 { color: #fff; font-size: 26px; margin: 0 0 10px; }
.ph2-custom-cta p { color: rgba(255,255,255,.6); margin: 0; font-size: 14px; max-width: 420px; }
.ph2-custom-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.ph2-why { padding: 25px 0; }
.ph2-why-card { background: #fff; border: 1px solid #F0F0F0; border-left: 4px solid #D6007A; border-radius: 12px; padding: 26px; height: 100%; }
.ph2-why-card .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 14px; }
.ph2-why-card h4 { font-size: 15.5px; color: #0C2957; margin-bottom: 8px; }
.ph2-why-card p { font-size: 13px; color: #888; margin: 0; line-height: 1.6; }

.ph2-contact { padding: 35px 0; background: #F7F7F7; }
.ph2-contact-cards { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.ph2-contact-card { display: flex; align-items: flex-start; gap: 14px; background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 8px 25px rgba(12,41,87,.05); }
.ph2-contact-card .ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.ph2-contact-card .label { display: block; font-size: 11.5px; color: #9a9ea6; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 4px; }
.ph2-contact-card a, .ph2-contact-card .value { color: #0C2957; font-weight: 700; font-size: 14px; line-height: 1.5; }
.ph2-contact-card a:hover { color: #D6007A; }
.ph2-contact-form-card { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 8px 25px rgba(12,41,87,.05); height: 100%; }
.ph2-contact-form-card h4 { font-size: 19px; color: #0C2957; margin-bottom: 22px; }
.ph2-contact-form-card input, .ph2-contact-form-card textarea { width: 100%; border: 1px solid #E6E6E6; border-radius: 10px; padding: 13px 16px; font-size: 14px; font-family: inherit; margin-bottom: 16px; }
.ph2-contact-form-card textarea { min-height: 120px; resize: vertical; }
.ph2-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

@media (max-width: 991px) {
    .ph2-services, .ph2-products, .ph2-how, .ph2-why, .ph2-contact { padding: 60px 0; }
    .ph2-custom-cta-wrap { padding-bottom: 60px; }
    .ph2-custom-cta { padding: 34px 30px; text-align: center; justify-content: center; }
    .ph2-custom-cta__actions { justify-content: center; }
    .ph2-stats-wrap { margin-top: 20px; margin-bottom: 60px; }
    .ph2-stat { padding: 22px 12px; }
}
@media (max-width: 575px) {
    .ph2-title { font-size: 24px; }
    .ph2-stat__num { font-size: 20px; }
    .ph2-svc-featured { min-height: 240px; }
    .ph2-contact-row { grid-template-columns: 1fr; }
    .ph2-custom-cta h3 { font-size: 21px; }
}

/* ===== services.blade.php ===== */
.pro-svc-list { padding: 100px 0 110px; background: #fff; }
.pro-svc-head { max-width: 640px; margin: 0 auto 50px; text-align: center; }
.pro-svc-tag { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px; }
.pro-svc-tag .dots { display: flex; gap: 3px; }
.pro-svc-tag .dots span { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.pro-svc-tag .dots span:nth-child(1) { background: #0C2957; }
.pro-svc-tag .dots span:nth-child(2) { background: #D6007A; }
.pro-svc-tag .dots span:nth-child(3) { background: #FF7A00; }
.pro-svc-tag .dots span:nth-child(4) { background: #FFC107; }
.pro-svc-tag .label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9ea6; }
.pro-svc-head h1 { font-size: 34px; font-weight: 800; color: #0C2957; margin: 0 0 14px; }
.pro-svc-head p { font-size: 15.5px; color: #6A6A6A; line-height: 1.8; margin: 0; }
.pro-svc-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #F0F0F0; border-radius: 16px; padding: 32px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.pro-svc-card:hover { border-color: transparent; box-shadow: 0 20px 45px rgba(12,41,87,.1); transform: translateY(-6px); }
.pro-svc-card .ic { flex-shrink: 0; width: 56px; height: 56px; border-radius: 14px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 22px; }
.pro-svc-card .ic img { width: 28px; height: 28px; object-fit: contain; }
.pro-svc-card .ic i { font-size: 22px; }
.pro-svc-card h4 { font-size: 17px; color: #0C2957; margin-bottom: 10px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pro-svc-card p { font-size: 14px; color: #888; margin: 0 0 22px; line-height: 1.7; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pro-svc-card .foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pro-svc-card .foot .link-text { font-size: 12px; font-weight: 700; color: #0C2957; text-transform: uppercase; letter-spacing: .4px; transition: .25s; }
.pro-svc-card:hover .foot .link-text { color: #D6007A; }
.pro-svc-card .arrow { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #F7F7F7; color: #0C2957; font-size: 12px; transition: .25s; }
.pro-svc-card:hover .arrow { background: #D6007A; color: #fff; }
@media (max-width: 767px) {
    .pro-svc-list { padding: 60px 0 70px; }
    .pro-svc-head { margin-bottom: 36px; }
    .pro-svc-head h1 { font-size: 26px; }
    .pro-svc-card { padding: 26px; }
}

/* ===== service-details.blade.php ===== */
.svc-page { padding: 110px 0; background: #fff; }
.svc-side { position: sticky; top: 30px; }
.svc-card { background: #fff; border-radius: 14px; padding: 32px; margin-bottom: 30px; box-shadow: 0 10px 40px rgba(12,41,87,.08); border: 1px solid #F1F1F1; }
.svc-card__title { font-size: 20px; font-weight: 700; color: #0C2957; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #F0F0F0; position: relative; }
.svc-card__title::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 44px; height: 3px; background: #D6007A; border-radius: 3px; }
.svc-nav { list-style: none; margin: 0; padding: 0; }
.svc-nav li:not(:last-child) { border-bottom: 1px solid #F2F2F2; }
.svc-nav li a { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; color: #444; font-weight: 600; font-size: 15px; transition: .25s; }
.svc-nav li a:hover { color: #D6007A; padding-left: 8px; }
.svc-nav li a i { font-size: 12px; opacity: 0; transition: .25s; color: #D6007A; }
.svc-nav li a:hover i { opacity: 1; }
.svc-cta-box { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-radius: 14px; padding: 32px; margin-bottom: 30px; color: #fff; text-align: center; }
.svc-cta-box i.svc-cta-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #D6007A; margin-bottom: 16px; }
.svc-cta-box h5 { color: #fff; font-size: 17px; margin-bottom: 6px; }
.svc-cta-box p { color: rgba(255,255,255,.7); font-size: 13px; margin-bottom: 18px; }
.svc-cta-box a.svc-cta-link { display: block; color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.svc-cta-box a.svc-cta-link:hover { color: #D6007A; }
.svc-quick-form input, .svc-quick-form textarea { width: 100%; border: 1px solid #E6E6E6; border-radius: 8px; padding: 12px 16px; font-size: 14px; margin-bottom: 14px; }
.svc-quick-form textarea { min-height: 100px; resize: vertical; }
.svc-quick-form button { width: 100%; justify-content: center; text-align: center; padding-left: 20px; }
.svc-hero-media { position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 34px; box-shadow: 0 20px 50px rgba(12,41,87,.12); }
.svc-hero-media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.svc-icon-badge { position: absolute; left: 30px; bottom: -28px; width: 76px; height: 76px; border-radius: 50%; background: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; box-shadow: 0 10px 25px rgba(214,0,122,.4); border: 5px solid #fff; }
.svc-title { font-size: 34px; margin-bottom: 18px; }
.svc-lead { font-size: 17px; line-height: 1.9; color: #6A6A6A; margin-bottom: 10px; }
.svc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 18px; margin: 40px 0; }
.svc-stat-card { text-align: center; background: #F7F7F7; border-radius: 12px; padding: 26px 14px; transition: .25s; }
.svc-stat-card:hover { background: #0C2957; }
.svc-stat-card:hover .svc-stat-num, .svc-stat-card:hover .svc-stat-label { color: #fff; }
.svc-stat-card i { font-size: 26px; color: #D6007A; margin-bottom: 12px; display: inline-block; }
.svc-stat-num { display: block; font-size: 28px; font-weight: 700; color: #0C2957; transition: .25s; }
.svc-stat-label { display: block; font-size: 13px; color: #888; margin-top: 4px; transition: .25s; }
.svc-section { margin-top: 55px; }
.svc-eyebrow { display: inline-block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: 1.5px; margin-bottom: 10px; }
.svc-section-title { font-size: 26px; margin-bottom: 20px; }
.svc-deliver-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.svc-deliver-grid p { color: #6A6A6A; line-height: 1.9; }
.svc-approach-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.svc-check-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.svc-check-item { display: flex; align-items: flex-start; gap: 14px; }
.svc-check-item .ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 13px; margin-top: 2px; }
.svc-check-item h6 { font-size: 15px; margin-bottom: 4px; color: #0C2957; }
.svc-check-item p { font-size: 14px; color: #888; margin: 0; }
.svc-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.svc-gallery a { display: block; border-radius: 10px; overflow: hidden; height: 140px; }
.svc-gallery img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.svc-gallery a:hover img { transform: scale(1.08); }
.svc-gallery a:first-child { grid-column: span 2; height: 180px; }
.svc-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.svc-process-card { background: #F7F7F7; border-radius: 12px; padding: 28px 24px; position: relative; transition: .25s; }
.svc-process-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(12,41,87,.1); }
.svc-process-num { font-size: 34px; font-weight: 700; color: rgba(12,41,87,.1); line-height: 1; margin-bottom: 12px; }
.svc-process-card h5 { font-size: 17px; margin-bottom: 8px; color: #0C2957; }
.svc-process-card p { font-size: 14px; color: #888; margin: 0; }
.svc-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.svc-feature-card { display: flex; gap: 16px; padding: 24px; border: 1px solid #F0F0F0; border-radius: 12px; transition: .25s; }
.svc-feature-card:hover { border-color: #D6007A; box-shadow: 0 15px 35px rgba(214,0,122,.08); }
.svc-feature-card .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 10px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.svc-feature-card h6 { font-size: 16px; margin-bottom: 6px; color: #0C2957; }
.svc-feature-card p { font-size: 14px; color: #888; margin: 0; }
.svc-dedicated { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-radius: 18px; padding: 55px; text-align: center; position: relative; overflow: hidden; }
.svc-dedicated::before { content: '\f10d'; font-family: 'Font Awesome 5 Pro'; font-size: 100px; color: rgba(255,255,255,.06); position: absolute; top: 10px; left: 30px; }
.svc-dedicated h3 { color: #fff; font-size: 26px; margin-bottom: 16px; position: relative; }
.svc-dedicated p { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; max-width: 720px; margin: 0 auto; position: relative; }
.svc-faq .card { border: 1px solid #F0F0F0; border-radius: 10px !important; margin-bottom: 14px; overflow: hidden; }
.svc-faq .card__header { background: #F7F7F7; padding: 0; }
.svc-faq .card__header .btn-link { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 18px 22px; color: #0C2957; font-weight: 600; font-size: 15px; text-decoration: none; }
.svc-faq .card__header .btn-link::after { content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 13px; color: #D6007A; }
.svc-faq .card__header .btn-link.collapsed::after { content: '\f067'; }
.svc-faq .card__body { padding: 18px 22px; color: #777; font-size: 14px; line-height: 1.8; }
.svc-bottom-cta { margin-top: 60px; background: #D6007A; border-radius: 18px; padding: 45px 50px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.svc-bottom-cta h4 { color: #fff; font-size: 22px; margin-bottom: 6px; }
.svc-bottom-cta p { color: rgba(255,255,255,.8); margin: 0; font-size: 14px; }
.svc-bottom-cta .site-btn { background: #fff; color: #0C2957; }
.svc-bottom-cta .site-btn .icon { color: #D6007A; }
.svc-bottom-cta .site-btn:hover { background: #0C2957; color: #fff; }
.svc-bottom-cta .site-btn:hover .icon { color: #fff; }
@media (max-width: 991px) {
    .svc-page { padding: 70px 0; }
    .svc-hero-media img { height: 320px; }
    .svc-deliver-grid, .svc-approach-row { grid-template-columns: 1fr; }
    .svc-side { position: static; margin-bottom: 40px; }
    .svc-dedicated { padding: 35px 25px; }
    .svc-bottom-cta { padding: 35px 30px; }
}
@media (max-width: 575px) {
    .svc-hero-media img { height: 220px; }
    .svc-icon-badge { width: 56px; height: 56px; font-size: 22px; left: 18px; bottom: -18px; border-width: 3px; }
    .svc-title { font-size: 26px; }
    .svc-section-title { font-size: 21px; }
    .svc-card { padding: 22px; }
    .svc-gallery a:first-child { height: 140px; }
    .svc-gallery a { height: 100px; }
    .svc-dedicated h3 { font-size: 20px; }
    .svc-bottom-cta { padding: 28px 22px; text-align: center; justify-content: center; }
    .svc-bottom-cta h4 { font-size: 18px; }
}

/* ===== products.blade.php ===== */
.pl-crumb { padding: 26px 0 0; }
.pl-crumb ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9a9ea6; }
.pl-crumb a { color: #9a9ea6; }
.pl-crumb a:hover { color: #D6007A; }
.pl-crumb li.is-current { color: #0C2957; font-weight: 600; }
.pl-page { padding: 18px 0 90px; }
.pl-head { max-width: 720px; margin-bottom: 30px; }
.pl-title { font-size: 36px; font-weight: 800; color: #0C2957; margin: 0 0 10px; }
.pl-subtitle { font-size: 15.5px; color: #6A6A6A; line-height: 1.8; margin: 0; }
.pl-toolbar { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; }
.pl-search { flex: 1 1 320px; position: relative; }
.pl-search input { width: 100%; border: 1.5px solid #E6E6EC; border-radius: 40px; padding: 13px 20px 13px 44px; font-size: 14px; color: #333; }
.pl-search input:focus { outline: none; border-color: #D6007A; }
.pl-search i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #9a9ea6; font-size: 14px; }
.pl-sort { flex: 0 0 auto; }
.pl-sort select { border: 1.5px solid #E6E6EC; border-radius: 40px; padding: 13px 36px 13px 20px; font-size: 13.5px; font-weight: 600; color: #0C2957; background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239a9ea6'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 14px center; background-size: 16px; appearance: none; }
.pl-sort select:focus { outline: none; border-color: #D6007A; }
.pl-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 34px; }
.pl-tab { flex: 0 0 auto; padding: 10px 20px; border-radius: 30px; border: 1.5px solid #E6E6EC; background: #fff; color: #0C2957; font-size: 13.5px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: .2s; }
.pl-tab:hover { border-color: #D6007A; }
.pl-tab.is-active { background: #D6007A; border-color: #D6007A; color: #fff; }
.pl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pl-card {
    background: #fff; border: 1px solid #F0F0F0; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;
    opacity: 0; transform: translateY(-28px);
    transition: opacity .6s ease, transform .3s ease, box-shadow .3s ease;
}
.pl-card.is-visible { opacity: 1; transform: translateY(0); }
.pl-card:hover { box-shadow: 0 25px 50px rgba(12,41,87,.18); transform: translateY(-4px) scale(1.03); }
@media (prefers-reduced-motion: reduce) {
    .pl-card { opacity: 1; transform: none; transition: box-shadow .3s ease, transform .3s ease; }
}
.pl-card-media { position: relative; }
.pl-card-media img { width: 100%; height: 150px; object-fit: cover; display: block; }
.pl-card-cat { position: absolute; top: 10px; left: 10px; background: #D6007A; color: #fff; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: 4px 10px; border-radius: 20px; }
.pl-card-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.pl-card-title { font-size: 15px; font-weight: 700; margin: 0 0 6px; }
.pl-card-title a { color: #0C2957; }
.pl-card-title a:hover { color: #D6007A; }
.pl-card-price { font-size: 13px; color: #D6007A; font-weight: 700; margin-bottom: 12px; min-height: 18px; }
.pl-card-price small { color: #9a9ea6; font-weight: 600; margin-left: 3px; }
.pl-card-actions { margin-top: auto; display: flex; gap: 8px; }
.pl-btn { flex: 1; text-align: center; padding: 8px 6px; border-radius: 30px; font-size: 11.5px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.pl-btn-outline { border: 1.5px solid #0C2957; color: #0C2957; }
.pl-btn-outline:hover { background: #0C2957; color: #fff; }
.pl-btn-fill { background: #25D366; color: #fff; }
.pl-btn-fill:hover { color: #fff; opacity: .9; }
.pl-empty { text-align: center; padding: 60px 20px; color: #9a9ea6; grid-column: 1 / -1; }
@media (max-width: 991px) {
    .pl-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .pl-page { padding: 14px 0 60px; }
    .pl-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .pl-title { font-size: 26px; }
}
@media (max-width: 480px) {
    .pl-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== product-details.blade.php ===== */
.pd2-crumb { padding: 26px 0 0; }
.pd2-crumb ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9a9ea6; }
.pd2-crumb a { color: #9a9ea6; }
.pd2-crumb a:hover { color: #D6007A; }
.pd2-crumb li.is-current { color: #0C2957; font-weight: 600; }
.pd2-page { padding: 24px 0 90px; }
.pd2-media { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.1); background: #F7F7F7; }
.pd2-media img { width: 100%; height: 520px; object-fit: cover; display: block; }
.pd2-info { padding-left: 10px; }
.pd2-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pd2-tag .dots { display: flex; gap: 3px; }
.pd2-tag .dots span { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.pd2-tag .dots span:nth-child(1) { background: #0C2957; }
.pd2-tag .dots span:nth-child(2) { background: #D6007A; }
.pd2-tag .dots span:nth-child(3) { background: #FF7A00; }
.pd2-tag .dots span:nth-child(4) { background: #FFC107; }
.pd2-tag .label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9ea6; }
.pd2-title { font-size: 36px; font-weight: 800; color: #0C2957; margin: 0 0 12px; }
.pd2-excerpt { font-size: 15.5px; color: #6A6A6A; line-height: 1.8; margin-bottom: 18px; }
.pd2-price { font-size: 26px; font-weight: 800; color: #D6007A; margin-bottom: 26px; }
.pd2-price small { font-size: 14px; font-weight: 600; color: #9a9ea6; margin-left: 4px; }
.pd2-opt-group { margin-bottom: 20px; }
.pd2-opt-label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #9a9ea6; margin-bottom: 10px; }
.pd2-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pd2-pill { display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 30px; border: 1.5px solid #E6E6EC; background: #fff; color: #0C2957; font-size: 13.5px; font-weight: 600; }
.pd2-qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.pd2-qty { display: inline-flex; align-items: center; border: 1.5px solid #E6E6EC; border-radius: 10px; overflow: hidden; }
.pd2-qty button { width: 40px; height: 42px; background: #F7F7F7; border: none; font-size: 18px; color: #0C2957; cursor: pointer; }
.pd2-qty button:hover { background: #EFEFF3; }
.pd2-qty input { width: 64px; height: 42px; border: none; border-left: 1.5px solid #E6E6EC; border-right: 1.5px solid #E6E6EC; text-align: center; font-size: 15px; font-weight: 700; color: #0C2957; }
.pd2-qty input::-webkit-outer-spin-button, .pd2-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pd2-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.pd2-btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 26px; border-radius: 40px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; }
.pd2-btn-primary { background:linear-gradient(135deg, #D6007A 0%, #066ca2 100%); color: #fff; box-shadow: 0 12px 25px rgba(214,0,122,.28); }
.pd2-btn-primary:hover { color: #fff; opacity: .92; }
.pd2-btn-whatsapp { background: #25D366; color: #fff; }
.pd2-btn-whatsapp:hover { color: #fff; opacity: .92; }
.pd2-quick-form { display: none; background: #F7F7F7; border-radius: 14px; padding: 26px; margin-bottom: 30px; }
.pd2-quick-form.is-open { display: block; }
.pd2-quick-form h5 { font-size: 16px; color: #0C2957; margin-bottom: 16px; }
.pd2-quick-form input, .pd2-quick-form textarea { width: 100%; border: 1px solid #E6E6E6; border-radius: 8px; padding: 12px 16px; font-size: 14px; margin-bottom: 14px; background: #fff; }
.pd2-quick-form textarea { min-height: 90px; resize: vertical; }
.pd2-divider { border: 0; border-top: 1px solid #F0F0F0; margin: 30px 0; }
.pd2-why h5 { font-size: 17px; color: #0C2957; margin-bottom: 16px; }
.pd2-why ul { list-style: none; margin: 0; padding: 0; }
.pd2-why li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: #444; padding: 7px 0; }
.pd2-why li i { color: #D6007A; font-size: 13px; }
.pd2-more { margin-top: 70px; }
.pd2-more-title { font-size: 24px; color: #0C2957; margin-bottom: 26px; }
.pd2-more-card { background: #fff; border: 1px solid #F0F0F0; border-radius: 14px; overflow: hidden; height: 100%; transition: .25s; }
.pd2-more-card:hover { box-shadow: 0 15px 35px rgba(12,41,87,.08); transform: translateY(-4px); }
.pd2-more-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.pd2-more-card .body { padding: 16px 18px; }
.pd2-more-card h6 { font-size: 15px; color: #0C2957; margin-bottom: 6px; }
.pd2-more-card h6 a { color: #0C2957; }
.pd2-more-card h6 a:hover { color: #D6007A; }
.pd2-more-card .link { font-size: 12.5px; color: #D6007A; font-weight: 700; }
@media (max-width: 991px) {
    .pd2-media img { height: 380px; }
    .pd2-info { padding-left: 0; margin-top: 34px; }
}
@media (max-width: 575px) {
    .pd2-title { font-size: 27px; }
    .pd2-media img { height: 280px; }
}

/* ===== components/print-cta-banner.blade.php ===== */
.pcb-wrap { margin-top: 70px; border-radius: 20px; overflow: hidden; background: #0C2957; }
.pcb-bar { height: 4px; background: linear-gradient(90deg, #17c1e8 0%, #D6007A 55%, #FFC107 100%); }
.pcb-inner { padding: 46px 50px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; }
.pcb-eyebrow { display: block; font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 8px; }
.pcb-inner h3 { color: #fff; font-size: 26px; margin: 0; }
.pcb-btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 26px; border-radius: 40px; font-size: 14px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #D6007A 0%, #FF7A00 100%); color: #fff; box-shadow: 0 12px 25px rgba(214,0,122,.28); }
.pcb-btn:hover { color: #fff; opacity: .92; }
@media (max-width: 991px) { .pcb-inner { padding: 34px 30px; text-align: center; justify-content: center; } }
@media (max-width: 575px) { .pcb-inner h3 { font-size: 21px; } }

/* ===== components/quote-cta-section.blade.php ===== */
.qcs-wrap { padding: 90px 0; background: #F7F7F7; text-align: center; }
.qcs-tag { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; }
.qcs-tag .dots { display: flex; gap: 3px; }
.qcs-tag .dots span { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.qcs-tag .dots span:nth-child(1) { background: #0C2957; }
.qcs-tag .dots span:nth-child(2) { background: #D6007A; }
.qcs-tag .dots span:nth-child(3) { background: #FF7A00; }
.qcs-tag .dots span:nth-child(4) { background: #FFC107; }
.qcs-tag .label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9ea6; }
.qcs-title { font-size: 34px; font-weight: 800; color: #0C2957; margin: 0 0 16px; }
.qcs-subtitle { max-width: 620px; margin: 0 auto 30px; font-size: 15.5px; color: #6A6A6A; line-height: 1.8; }
.qcs-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.qcs-btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 40px; font-size: 14px; font-weight: 700; text-decoration: none; }
.qcs-btn-primary { background: linear-gradient(135deg, #D6007A 0%, #FF7A00 100%); color: #fff; box-shadow: 0 12px 25px rgba(214,0,122,.28); }
.qcs-btn-primary:hover { color: #fff; opacity: .92; }
.qcs-btn-whatsapp { background: #25D366; color: #fff; }
.qcs-btn-whatsapp:hover { color: #fff; opacity: .92; }
@media (max-width: 575px) {
    .qcs-wrap { padding: 60px 0; }
    .qcs-title { font-size: 25px; }
    .qcs-actions { flex-direction: column; }
    .qcs-btn { width: 100%; justify-content: center; }
}

/* ===== portfolio.blade.php ===== */
.pro-portfolio { padding: 120px 0; }
.pro-pf-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.08); }
.pro-pf-card img { width: 100%; height: 280px; object-fit: cover; display: block; transition: .5s; }
.pro-pf-card:hover img { transform: scale(1.08); }
.pro-pf-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,41,87,.92) 0%, rgba(12,41,87,.15) 55%, rgba(12,41,87,0) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; opacity: 0; transition: .35s; }
.pro-pf-card:hover .pro-pf-overlay { opacity: 1; }
.pro-pf-cat { display: inline-block; background: #D6007A; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 5px 12px; border-radius: 20px; margin-bottom: 10px; align-self: flex-start; }
.pro-pf-title { color: #fff; font-size: 18px; font-weight: 700; margin: 0 0 4px; }
.pro-pf-arrow { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #0C2957; display: flex; align-items: center; justify-content: center; font-size: 15px; opacity: 0; transform: translateY(-10px); transition: .3s; }
.pro-pf-card:hover .pro-pf-arrow { opacity: 1; transform: translateY(0); }
.pro-pf-arrow:hover { background: #D6007A; color: #fff; }
.pro-pf-cta { border-radius: 20px; background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); padding: 55px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.pro-pf-cta h2 { color: #fff; font-size: 28px; margin: 0; }
.pro-pf-cta p { color: rgba(255,255,255,.65); margin: 0 0 4px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
@media (max-width: 991px) {
    /* touch devices can't hover — keep the overlay visible so category/title stay reachable */
    .pro-pf-overlay { opacity: 1; background: linear-gradient(0deg, rgba(12,41,87,.85) 0%, rgba(12,41,87,.05) 70%, rgba(12,41,87,0) 100%); }
    .pro-pf-arrow { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
    .pro-portfolio { padding: 70px 0; }
    .pro-pf-card img { height: 220px; }
    .pro-pf-cta { padding: 40px 30px; text-align: center; justify-content: center; }
    .pro-pf-cta h2 { font-size: 22px; }
}

/* ===== portfolio-details.blade.php ===== */
.pf-page { padding: 110px 0; }
.pf-side { position: sticky; top: 30px; }
.pf-card { background: #fff; border-radius: 14px; padding: 32px; margin-bottom: 30px; box-shadow: 0 10px 40px rgba(12,41,87,.08); border: 1px solid #F1F1F1; }
.pf-card__title { font-size: 20px; font-weight: 700; color: #0C2957; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #F0F0F0; position: relative; }
.pf-card__title::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 44px; height: 3px; background: #D6007A; border-radius: 3px; }
.pf-info-list { list-style: none; margin: 0; padding: 0; }
.pf-info-list li { display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-bottom: 1px solid #F2F2F2; font-size: 14px; }
.pf-info-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.pf-info-list li span:first-child { color: #888; font-weight: 600; }
.pf-info-list li span:last-child { color: #0C2957; font-weight: 700; text-align: right; }
.pf-cta-box { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-radius: 14px; padding: 32px; margin-bottom: 30px; color: #fff; text-align: center; }
.pf-cta-box i.cta-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #D6007A; margin-bottom: 16px; }
.pf-cta-box h5 { color: #fff; font-size: 17px; margin-bottom: 6px; }
.pf-cta-box p { color: rgba(255,255,255,.7); font-size: 13px; margin-bottom: 18px; }
.pf-cta-box a.cta-link { display: block; color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.pf-cta-box a.cta-link:hover { color: #D6007A; }
.pf-hero-media { position: relative; border-radius: 16px; overflow: hidden; margin-bottom: 34px; box-shadow: 0 20px 50px rgba(12,41,87,.12); }
.pf-hero-media img { width: 100%; height: 460px; object-fit: cover; display: block; }
.pf-title { font-size: 32px; margin-bottom: 20px; }
.pf-content { color: #6A6A6A; font-size: 16px; line-height: 1.9; }
.pf-content p { margin-bottom: 16px; }
.pf-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }
.pf-gallery a { display: block; border-radius: 12px; overflow: hidden; height: 160px; }
.pf-gallery img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.pf-gallery a:hover img { transform: scale(1.08); }
.pf-more { margin-top: 60px; }
.pf-more-title { font-size: 24px; margin-bottom: 26px; }
.pf-pf-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.08); }
.pf-pf-card img { width: 100%; height: 220px; object-fit: cover; display: block; transition: .5s; }
.pf-pf-card:hover img { transform: scale(1.08); }
.pf-pf-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,41,87,.92) 0%, rgba(12,41,87,.15) 55%, rgba(12,41,87,0) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.pf-pf-cat { display: inline-block; background: #D6007A; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 4px 10px; border-radius: 20px; margin-bottom: 8px; align-self: flex-start; }
.pf-pf-title { color: #fff; font-size: 15px; font-weight: 700; margin: 0; }
@media (max-width: 991px) {
    .pf-page { padding: 70px 0; }
    .pf-hero-media img { height: 300px; }
    .pf-side { position: static; margin-bottom: 40px; }
    .pf-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .pf-hero-media img { height: 210px; }
    .pf-title { font-size: 24px; }
    .pf-gallery { grid-template-columns: 1fr; margin-top: 30px; }
    .pf-gallery a { height: 180px; }
    .pf-card, .pf-cta-box { padding: 22px; }
    .pf-more-title { font-size: 20px; }
}

/* ===== about.blade.php ===== */
.about-pro { padding: 120px 0; }
.about-pro-media { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.12); }
.about-pro-media img { width: 100%; height: 480px; object-fit: cover; display: block; }
.about-pro-badge { position: absolute; left: 30px; bottom: -28px; background: #0C2957; color: #fff; border-radius: 14px; padding: 20px 26px; box-shadow: 0 15px 35px rgba(12,41,87,.35); text-align: center; min-width: 130px; }
.about-pro-badge .num { font-size: 32px; font-weight: 800; color: #fff; line-height: 1; }
.about-pro-badge .label { font-size: 11.5px; color: rgba(255,255,255,.75); margin-top: 6px; font-weight: 600; line-height: 1.4; }
.about-pro-content { padding-left: 20px; }
.about-pro-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.about-pro-title { font-size: 34px; margin-bottom: 18px; }
.about-pro-desc { color: #6A6A6A; font-size: 16px; line-height: 1.9; margin-bottom: 34px; }
.about-pro-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 36px; }
.about-pro-box { background: #F7F7F7; border-radius: 12px; padding: 26px 22px; transition: .25s; }
.about-pro-box:hover { background: #0C2957; }
.about-pro-box:hover h4, .about-pro-box:hover p { color: #fff; }
.about-pro-box .icon-wrap { width: 46px; height: 46px; border-radius: 10px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 16px; }
.about-pro-box h4 { font-size: 16px; margin-bottom: 8px; color: #0C2957; transition: .25s; }
.about-pro-box p { font-size: 13.5px; color: #888; margin: 0; transition: .25s; }
.about-wcu { padding: 120px 0; background: #F7F7F7; }
.about-wcu-media { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.1); }
.about-wcu-media img { width: 100%; height: 460px; object-fit: cover; display: block; }
.about-wcu-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.about-wcu-title { font-size: 32px; margin-bottom: 16px; }
.about-wcu-desc { color: #6A6A6A; font-size: 16px; line-height: 1.9; margin-bottom: 34px; }
.about-wcu-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.about-wcu-card { display: flex; gap: 18px; background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 8px 25px rgba(12,41,87,.06); }
.about-wcu-card .icon-wrap { flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px; background: rgba(214,0,122,.1); color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.about-wcu-card h4 { font-size: 17px; margin-bottom: 6px; color: #0C2957; }
.about-wcu-card p { font-size: 14px; color: #888; margin: 0; }
@media (max-width: 991px) {
    .about-pro, .about-wcu { padding: 70px 0; }
    .about-pro-media img { height: 380px; }
    .about-pro-content { padding-left: 0; margin-top: 50px; }
    .about-pro-boxes { grid-template-columns: 1fr; }
    .about-wcu-media { margin-bottom: 40px; }
    .about-wcu-media img { height: 340px; }
}
@media (max-width: 575px) {
    .about-pro-media img { height: 280px; }
    .about-pro-badge { left: 16px; bottom: -20px; padding: 14px 18px; min-width: 100px; }
    .about-pro-badge .num { font-size: 24px; }
    .about-pro-badge .label { font-size: 10px; }
    .about-pro-title, .about-wcu-title { font-size: 24px; }
    .about-wcu-media img { height: 220px; }
    .about-wcu-card { padding: 18px; gap: 14px; }
}

/* ===== contact.blade.php ===== */
.pro-contact-info { padding: 100px 0 0; }
.pro-contact-card { background: #fff; border: 1px solid #F0F0F0; border-radius: 16px; padding: 34px 28px; text-align: center; height: 100%; transition: .25s; }
.pro-contact-card:hover { box-shadow: 0 20px 45px rgba(12,41,87,.1); border-color: transparent; transform: translateY(-6px); }
.pro-contact-card .ic { width: 62px; height: 62px; border-radius: 50%; background: rgba(214,0,122,.1); color: #D6007A; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.pro-contact-card h4 { font-size: 18px; color: #0C2957; margin-bottom: 10px; }
.pro-contact-card p { color: #888; font-size: 14px; margin-bottom: 6px; }
.pro-contact-card a { color: #0C2957; font-weight: 700; font-size: 15px; }
.pro-contact-card a:hover { color: #D6007A; }
.pro-contact-main { padding: 110px 0; }
.pro-contact-map { border-radius: 18px; overflow: hidden; height: 100%; min-height: 480px; box-shadow: 0 20px 50px rgba(12,41,87,.1); }
.pro-contact-map img { width: 100%; height: 100%; object-fit: cover; }
.pro-contact-form-card { background: #fff; border-radius: 18px; padding: 45px; box-shadow: 0 20px 50px rgba(12,41,87,.08); border: 1px solid #F1F1F1; }
.pro-contact-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 10px; }
.pro-contact-title { font-size: 28px; margin-bottom: 30px; }
.pro-contact-form-card .form-group { margin-bottom: 20px; }
.pro-contact-form-card input,
.pro-contact-form-card select,
.pro-contact-form-card textarea { width: 100%; border: 1px solid #E6E6E6; border-radius: 10px; padding: 14px 18px; font-size: 14px; font-family: inherit; color: #333; }
.pro-contact-form-card select { appearance: none; background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 16px center; background-size: 18px; }
.pro-contact-form-card textarea { min-height: 130px; resize: vertical; }
.pro-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 991px) {
    .pro-contact-info { padding: 60px 0 0; }
    .pro-contact-main { padding: 60px 0; }
    .pro-contact-map { margin-bottom: 40px; min-height: 320px; }
    .pro-contact-row { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .pro-contact-form-card { padding: 26px 22px; }
    .pro-contact-title { font-size: 22px; }
    .pro-contact-card { padding: 26px 20px; }
}

/* ===== team.blade.php ===== */
.pro-team { padding: 120px 0; }
.pro-team-header { text-align: center; max-width: 620px; margin: 0 auto 60px; }
.pro-team-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.pro-team-title { font-size: 32px; margin: 0; }
.pro-team-card { border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.08); background: #fff; }
.pro-team-media { position: relative; overflow: hidden; }
.pro-team-media img { width: 100%; height: 300px; object-fit: cover; display: block; transition: .5s; }
.pro-team-card:hover .pro-team-media img { transform: scale(1.08); }
.pro-team-social { position: absolute; left: 0; right: 0; bottom: -50px; display: flex; justify-content: center; gap: 10px; padding: 16px; background: linear-gradient(0deg, rgba(12,41,87,.9), rgba(12,41,87,0)); transition: .3s; }
.pro-team-card:hover .pro-team-social { bottom: 0; }
.pro-team-social a { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #0C2957; display: flex; align-items: center; justify-content: center; font-size: 13px; transition: .2s; }
.pro-team-social a:hover { background: #D6007A; color: #fff; }
.pro-team-info { padding: 22px; text-align: center; }
.pro-team-info h4 { font-size: 17px; margin-bottom: 4px; }
.pro-team-info h4 a { color: #0C2957; }
.pro-team-info h4 a:hover { color: #D6007A; }
.pro-team-info span { color: #D6007A; font-size: 13px; font-weight: 600; }
@media (max-width: 991px) {
    /* touch devices can't hover — keep social links reachable without a hover state */
    .pro-team-social { bottom: 0; }
}
@media (max-width: 767px) {
    .pro-team { padding: 70px 0; }
    .pro-team-title { font-size: 24px; }
    .pro-team-media img { height: 260px; }
}

/* ===== team-details.blade.php ===== */
.td-page { padding: 110px 0; }
.td-media { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(12,41,87,.12); }
.td-media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.td-social { display: flex; gap: 10px; margin-top: 20px; }
.td-social a { width: 42px; height: 42px; border-radius: 50%; background: #F7F7F7; color: #0C2957; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: .2s; }
.td-social a:hover { background: #D6007A; color: #fff; }
.td-name { font-size: 30px; margin-bottom: 8px; }
.td-designation { display: inline-block; color: #D6007A; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
.td-bio { color: #6A6A6A; font-size: 16px; line-height: 1.9; margin-bottom: 32px; }
.td-info { background: #F7F7F7; border-radius: 16px; padding: 30px; }
.td-info-item { display: flex; align-items: center; gap: 16px; }
.td-info-item:not(:last-child) { margin-bottom: 18px; }
.td-info-item .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: #fff; color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.td-info-item .label { font-size: 12px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.td-info-item a, .td-info-item span.value { color: #0C2957; font-weight: 700; font-size: 15px; }
.td-info-item a:hover { color: #D6007A; }
@media (max-width: 991px) {
    .td-page { padding: 60px 0; }
    .td-media { margin-bottom: 40px; }
    .td-media img { height: 340px; }
}
@media (max-width: 575px) {
    .td-media img { height: 260px; }
    .td-name { font-size: 24px; }
    .td-info { padding: 22px; }
}

/* ===== blog.blade.php ===== */
.pro-blog-list { padding: 120px 0; }
.pro-blog-card { display: flex; flex-direction: column; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(12,41,87,.07); margin-bottom: 30px; }
.pro-blog-card .thumb { overflow: hidden; }
.pro-blog-card .thumb img { width: 100%; height: 280px; object-fit: cover; display: block; transition: .5s; }
.pro-blog-card:hover .thumb img { transform: scale(1.06); }
.pro-blog-card .body { padding: 30px; }
.pro-blog-meta { display: flex; gap: 18px; margin-bottom: 14px; }
.pro-blog-meta span { font-size: 13px; color: #888; }
.pro-blog-meta span i { color: #D6007A; margin-right: 5px; }
.pro-blog-card h3 { font-size: 21px; margin-bottom: 12px; }
.pro-blog-card h3 a { color: #0C2957; }
.pro-blog-card h3 a:hover { color: #D6007A; }
.pro-blog-card p { color: #888; font-size: 14.5px; line-height: 1.8; margin-bottom: 18px; }
.pro-blog-readmore { display: inline-flex; align-items: center; gap: 8px; color: #0C2957; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.pro-blog-readmore i { font-size: 11px; transition: .2s; }
.pro-blog-card:hover .pro-blog-readmore i { transform: translateX(4px); }
.pro-blog-readmore:hover { color: #D6007A; }
.pro-blog-side { position: sticky; top: 30px; }
.pro-blog-side-card { background: #fff; border-radius: 14px; padding: 30px; box-shadow: 0 10px 40px rgba(12,41,87,.08); border: 1px solid #F1F1F1; }
.pro-blog-side-card h4 { font-size: 18px; color: #0C2957; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #F0F0F0; position: relative; }
.pro-blog-side-card h4::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 40px; height: 3px; background: #D6007A; border-radius: 3px; }
.pro-recent-item { display: flex; gap: 14px; align-items: center; }
.pro-recent-item:not(:last-child) { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #F2F2F2; }
.pro-recent-item img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.pro-recent-item a { font-size: 14px; font-weight: 600; color: #0C2957; line-height: 1.5; }
.pro-recent-item a:hover { color: #D6007A; }
@media (max-width: 991px) {
    .pro-blog-list { padding: 70px 0; }
    .pro-blog-side { position: static; margin-top: 20px; }
}
@media (max-width: 575px) {
    .pro-blog-card .thumb img { height: 200px; }
    .pro-blog-card .body { padding: 22px; }
    .pro-blog-card h3 { font-size: 18px; }
    .pro-blog-meta { flex-wrap: wrap; gap: 10px; }
}

/* ===== blog-details.blade.php ===== */
.bd-page { padding: 110px 0; }
.bd-hero-media { border-radius: 18px; overflow: hidden; margin-bottom: 34px; box-shadow: 0 20px 50px rgba(12,41,87,.12); }
.bd-hero-media img { width: 100%; height: 460px; object-fit: cover; display: block; }
.bd-title { font-size: 32px; margin-bottom: 18px; }
.bd-meta { display: flex; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.bd-meta span { font-size: 14px; color: #888; }
.bd-meta span i { color: #D6007A; margin-right: 6px; }
.bd-content { color: #6A6A6A; font-size: 16px; line-height: 1.9; }
.bd-content p { margin-bottom: 18px; }
.bd-side { position: sticky; top: 30px; }
.bd-side-card { background: #fff; border-radius: 14px; padding: 30px; box-shadow: 0 10px 40px rgba(12,41,87,.08); border: 1px solid #F1F1F1; margin-bottom: 30px; }
.bd-side-card h4 { font-size: 18px; color: #0C2957; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #F0F0F0; position: relative; }
.bd-side-card h4::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 40px; height: 3px; background: #D6007A; border-radius: 3px; }
.bd-recent-item { display: flex; gap: 14px; align-items: center; }
.bd-recent-item:not(:last-child) { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #F2F2F2; }
.bd-recent-item img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.bd-recent-item a { font-size: 14px; font-weight: 600; color: #0C2957; line-height: 1.5; }
.bd-recent-item a:hover { color: #D6007A; }
.bd-cta-box { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-radius: 14px; padding: 32px; color: #fff; text-align: center; }
.bd-cta-box i { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #D6007A; margin-bottom: 16px; }
.bd-cta-box h5 { color: #fff; font-size: 17px; margin-bottom: 10px; }
.bd-cta-box p { color: rgba(255,255,255,.7); font-size: 13px; margin-bottom: 20px; }
.bd-cta-box a.site-btn { background: #fff; color: #0C2957; }
.bd-cta-box a.site-btn .icon { color: #D6007A; }
@media (max-width: 991px) {
    .bd-page { padding: 60px 0; }
    .bd-hero-media img { height: 300px; }
    .bd-side { position: static; margin-top: 20px; }
}
@media (max-width: 575px) {
    .bd-hero-media img { height: 200px; }
    .bd-title { font-size: 24px; }
    .bd-meta { gap: 14px; }
}

/* ===== faq.blade.php ===== */
.pro-faq { padding: 120px 0; }
.pro-faq-header { text-align: center; max-width: 620px; margin: 0 auto 55px; }
.pro-faq-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.pro-faq-title { font-size: 32px; margin: 0; }
.pro-faq-accordion .card { border: 1px solid #F0F0F0; border-radius: 12px !important; margin-bottom: 16px; overflow: hidden; }
.pro-faq-accordion .card__header { background: #F7F7F7; padding: 0; }
.pro-faq-accordion .card__header .btn-link { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 26px; color: #0C2957; font-weight: 700; font-size: 15.5px; text-decoration: none; }
.pro-faq-accordion .card__header .btn-link::after { content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 13px; color: #fff; background: #D6007A; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 16px; }
.pro-faq-accordion .card__header .btn-link.collapsed::after { content: '\f067'; background: #0C2957; }
.pro-faq-accordion .card__body { padding: 0 26px 24px; color: #777; font-size: 14.5px; line-height: 1.8; }
.pro-faq-accordion .card__body p { margin: 0; }
@media (max-width: 767px) {
    .pro-faq { padding: 70px 0; }
    .pro-faq-title { font-size: 24px; }
}
@media (max-width: 480px) {
    .pro-faq-accordion .card__header .btn-link { padding: 16px 18px; font-size: 14px; }
    .pro-faq-accordion .card__body { padding: 0 18px 18px; font-size: 13.5px; }
}

/* ===== pricing.blade.php ===== */
.pro-pricing { padding: 120px 0; }
.pro-pricing-header { text-align: center; max-width: 620px; margin: 0 auto 60px; }
.pro-pricing-eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 12px; }
.pro-pricing-title { font-size: 32px; margin: 0; }
.pro-price-card { position: relative; background: #fff; border: 1px solid #F0F0F0; border-radius: 18px; padding: 40px 34px; height: 100%; transition: .25s; }
.pro-price-card:hover { box-shadow: 0 20px 45px rgba(12,41,87,.1); transform: translateY(-6px); }
.pro-price-card.is-featured { background: linear-gradient(135deg, #0C2957 0%, #17408c 100%); border-color: transparent; transform: scale(1.04); box-shadow: 0 25px 55px rgba(12,41,87,.25); }
.pro-price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #D6007A; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 20px; }
.pro-price-name { font-size: 20px; margin-bottom: 6px; color: #0C2957; }
.is-featured .pro-price-name { color: #fff; }
.pro-price-desc { font-size: 13.5px; color: #888; margin-bottom: 26px; }
.is-featured .pro-price-desc { color: rgba(255,255,255,.65); }
.pro-price-amount { font-size: 42px; font-weight: 800; color: #0C2957; margin-bottom: 26px; }
.is-featured .pro-price-amount { color: #fff; }
.pro-price-amount small { font-size: 14px; font-weight: 500; color: #888; }
.is-featured .pro-price-amount small { color: rgba(255,255,255,.6); }
.pro-price-list { list-style: none; margin: 0 0 30px; padding: 0; }
.pro-price-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; padding: 9px 0; border-bottom: 1px solid #F2F2F2; }
.is-featured .pro-price-list li { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.12); }
.pro-price-list li:last-child { border-bottom: 0; }
.pro-price-list li i { color: #D6007A; font-size: 12px; }
.pro-price-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px; border-radius: 10px; background: #F7F7F7; color: #0C2957; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; transition: .2s; }
.pro-price-btn:hover { background: #D6007A; color: #fff; }
.is-featured .pro-price-btn { background: #D6007A; color: #fff; }
.is-featured .pro-price-btn:hover { background: #fff; color: #0C2957; }
@media (max-width: 991px) {
    .pro-pricing { padding: 70px 0; }
    .pro-price-card.is-featured { transform: none; }
}
@media (max-width: 575px) {
    .pro-pricing-title { font-size: 24px; }
    .pro-price-card { padding: 30px 24px; }
    .pro-price-amount { font-size: 34px; }
}

/* ===== privacy-policy.blade.php / terms-of-use.blade.php (shared) ===== */
.pro-legal { padding: 110px 0; }
.pro-legal-card { background: #fff; border: 1px solid #F0F0F0; border-radius: 18px; padding: 55px; box-shadow: 0 15px 40px rgba(12,41,87,.06); }
.pro-legal-updated { display: inline-flex; align-items: center; gap: 8px; color: #D6007A; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 26px; }
.pro-legal-card p { color: #6A6A6A; font-size: 15.5px; line-height: 1.9; margin-bottom: 18px; }
.pro-legal-card h2, .pro-legal-card h3 { color: #0C2957; margin-top: 32px; margin-bottom: 14px; }
.pro-legal-card ul, .pro-legal-card ol { color: #6A6A6A; font-size: 15.5px; line-height: 1.9; margin-bottom: 18px; padding-left: 22px; }
.pro-legal-card a { color: #D6007A; }
@media (max-width: 767px) {
    .pro-legal { padding: 60px 0; }
    .pro-legal-card { padding: 30px 24px; }
}

/* ===== components/breadcrumb.blade.php ===== */
.pro-breadcrumb { position: relative; overflow: hidden; background: linear-gradient(135deg, #0C2957 0%, #123568 55%, #17408c 100%); padding: 70px 0; }
.pro-breadcrumb__glow { position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(214,0,122,.35) 0%, rgba(214,0,122,0) 70%); pointer-events: none; }
.pro-breadcrumb__dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1.5px, transparent 1.5px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,.9), transparent 55%); mask-image: linear-gradient(to right, rgba(0,0,0,.9), transparent 55%); pointer-events: none; }
.pro-breadcrumb__inner { position: relative; z-index: 2; text-align: center; }
.pro-breadcrumb__title { color: #fff; font-weight: 800; font-size: 44px; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 14px; }
.pro-breadcrumb__nav { display: flex; align-items: center; justify-content: center; list-style: none; margin: 0; padding: 0; gap: 10px; }
.pro-breadcrumb__nav li { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .5px; }
.pro-breadcrumb__nav li i { font-size: 10px; color: rgba(255,255,255,.4); }
.pro-breadcrumb__nav li a { color: rgba(255,255,255,.6); transition: .2s; }
.pro-breadcrumb__nav li a:hover { color: #D6007A; }
.pro-breadcrumb__nav li.is-current { color: #D6007A; }
@media (max-width: 767px) {
    .pro-breadcrumb { padding: 50px 0; }
    .pro-breadcrumb__title { font-size: 28px; }
    .pro-breadcrumb__nav li { font-size: 12px; }
}

/* ===== components/pro-counters.blade.php ===== */
.pro-counters { padding: 70px 0; background: #fff; border-bottom: 1px solid #F0F0F0; }
.pro-counters__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.pro-counters__item { text-align: center; padding: 10px 20px; border-right: 1px solid #F0F0F0; }
.pro-counters__item:last-child { border-right: 0; }
.pro-counters__item i { font-size: 30px; color: #D6007A; margin-bottom: 14px; display: inline-block; }
.pro-counters__num { font-size: 42px; font-weight: 800; color: #0C2957; font-family: "Rubik", sans-serif; line-height: 1; }
.pro-counters__label { font-size: 14px; color: #6B727E; font-weight: 600; margin-top: 8px; }
@media (max-width: 767px) {
    .pro-counters { padding: 30px 0; }
    .pro-counters__grid { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); gap: 6px; }
    .pro-counters__item { padding: 6px 4px; border-right: 1px solid #F0F0F0; }
    .pro-counters__item:last-child { border-right: 0; }
    .pro-counters__item i { font-size: 16px; margin-bottom: 6px; }
    .pro-counters__num { font-size: 18px; }
    .pro-counters__label { font-size: 9.5px; margin-top: 3px; line-height: 1.25; }
}
@media (max-width: 480px) {
    .pro-counters__item i { display: none; }
    .pro-counters__num { font-size: 16px; }
    .pro-counters__label { font-size: 8.5px; }
}

/* ===== components/pro-testimonials.blade.php ===== */
.pro-testi { position: relative; overflow: hidden; background: linear-gradient(135deg, #0C2957 0%, #123568 55%, #17408c 100%); padding: 63px 0; }
.pro-testi__glow { position: absolute; top: -140px; left: -100px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(214,0,122,.35) 0%, rgba(214,0,122,0) 70%); pointer-events: none; }
.pro-testi__dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.1) 1.5px, transparent 1.5px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,.9), transparent 55%); mask-image: linear-gradient(to left, rgba(0,0,0,.9), transparent 55%); pointer-events: none; }
.pro-testi__header { position: relative; z-index: 2; margin-bottom: 55px; }
.pro-testi__eyebrow { display: block; color: #D6007A; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
.pro-testi__title { color: #fff; font-size: 36px; margin: 0; }
.pro-testi__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pro-testi__card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 32px 26px; text-align: left; height: 100%; display: flex; flex-direction: column; }
.pro-testi__quote { font-size: 24px; color: rgba(214,0,122,.55); margin-bottom: 14px; display: inline-block; }
.pro-testi__stars { margin-bottom: 14px; }
.pro-testi__stars i { color: #FFB524; font-size: 13px; margin-right: 2px; }
.pro-testi__message { color: rgba(255,255,255,.85); font-size: 14.5px; line-height: 1.8; font-style: italic; margin-bottom: 24px; flex: 1; }
.pro-testi__author { display: flex; align-items: center; gap: 14px; }
.pro-testi__author img { width: 46px !important; height: 46px !important; max-width: 46px; border-radius: 50% !important; object-fit: cover; object-position: center; border: 2px solid rgba(214,0,122,.5); flex-shrink: 0; }
.pro-testi__author-info { text-align: left; }
.pro-testi__author-info h5 { color: #fff; font-size: 14.5px; margin: 0 0 2px; }
.pro-testi__author-info span { color: rgba(255,255,255,.55); font-size: 12px; }
@media (max-width: 991px) {
    .pro-testi__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .pro-testi { padding: 60px 0; }
    .pro-testi__title { font-size: 26px; }
    .pro-testi__card { padding: 28px 22px; }
}
@media (max-width: 575px) {
    .pro-testi__grid { grid-template-columns: 1fr; }
    .pro-testi__title { font-size: 22px; }
}

/* ===== components/footer.blade.php ===== */
.pro-footer { position: relative; background: linear-gradient(180deg, #10131c 0%, #0b0d13 100%); padding-top: 90px; overflow: hidden; }
.pro-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #0C2957, #D6007A, #0C2957); }
.pro-footer__brand img { max-height: 50px; width: auto; display: block; margin-bottom: 20px; }
.pro-footer__desc { color: #8B8D98; font-size: 14px; line-height: 1.8; margin-bottom: 22px; }
.pro-footer__social { display: flex; flex-wrap: wrap; gap: 10px; }
.pro-footer__social a { width: 38px; height: 38px; border-radius: 50%; background: #1B1E29; color: #fff; display: flex; align-items: center; justify-content: center; transition: .25s; }
.pro-footer__social a:hover { background: #D6007A; transform: translateY(-3px); }
.pro-footer__title { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 26px; position: relative; padding-bottom: 14px; }
.pro-footer__title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #D6007A; }
.pro-footer__links { list-style: none; margin: 0; padding: 0; }
.pro-footer__links li { margin-bottom: 12px; }
.pro-footer__links a { color: #8B8D98; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: .2s; }
.pro-footer__links a i { font-size: 10px; color: #D6007A; }
.pro-footer__links a:hover { color: #fff; padding-left: 4px; }
.pro-footer__news-item { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #1E212C; }
.pro-footer__news-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.pro-footer__news-item .title { display: block; color: #D8D9E0; font-size: 14px; line-height: 1.6; margin-bottom: 6px; transition: .2s; }
.pro-footer__news-item .title:hover { color: #D6007A; }
.pro-footer__news-item .date { color: #666876; font-size: 12px; }
.pro-footer__news-item .date i { color: #D6007A; margin-right: 5px; }
.pro-footer__contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.pro-footer__contact-item .ic { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; background: #1B1E29; color: #D6007A; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.pro-footer__contact-item a, .pro-footer__contact-item span { color: #B7B9C2; font-size: 13.5px; line-height: 1.7; padding-top: 6px; }
.pro-footer__contact-item a:hover { color: #D6007A; }
.pro-footer__newsletter { margin-top: 22px; }
.pro-footer__newsletter input[type="text"] { width: 100%; background: #1B1E29; border: 1px solid #262A38; border-radius: 8px; padding: 12px 16px; color: #fff; font-size: 14px; margin-bottom: 10px; }
.pro-footer__newsletter-row { display: flex; gap: 10px; }
.pro-footer__newsletter-row input[type="email"] { flex: 1; background: #1B1E29; border: 1px solid #262A38; border-radius: 8px; padding: 12px 16px; color: #fff; font-size: 14px; }
.pro-footer__newsletter-row button { flex-shrink: 0; width: 46px; height: 46px; border: 0; border-radius: 8px; background: #D6007A; color: #fff; font-size: 15px; cursor: pointer; transition: .2s; }
.pro-footer__newsletter-row button:hover { background: #0C2957; }
.pro-footer__newsletter input::placeholder { color: #666876; }
.pro-footer__bottom { margin-top: 30px; border-top: 1px solid #1E212C; padding: 24px 0; }
.pro-footer__copy { color: #666876; font-size: 13px; margin: 0; }
.pro-footer__copy a { color: #D6007A; }
.pro-footer__legal { display: flex; gap: 24px; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.pro-footer__legal a { color: #666876; font-size: 13px; }
.pro-footer__legal a:hover { color: #fff; }
@media (max-width: 991px) {
    .pro-footer { padding-top: 60px; text-align: center; }
    .pro-footer__title::after { left: 50%; transform: translateX(-50%); }
    .pro-footer__social { justify-content: center; }
    .pro-footer__contact-item { text-align: left; }
    .pro-footer__copy { text-align: center; margin-bottom: 14px; }
    .pro-footer__legal { justify-content: center; }
}

/* ===== auth/login.blade.php (standalone page, own <head>/<body>) ===== */
body.login-page,
.login-page * { margin: 0; padding: 0; box-sizing: border-box; }
body.login-page {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0B1120 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow-x: hidden;
}
body.login-page::before {
    content: '';
    position: absolute;
    width: 60vmax;
    height: 60vmax;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.25) 0%, rgba(129, 140, 248, 0) 70%);
    top: -20%;
    right: -15%;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
body.login-page::after {
    content: '';
    position: absolute;
    width: 50vmax;
    height: 50vmax;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, rgba(14, 165, 233, 0) 70%);
    bottom: -15%;
    left: -10%;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.login-container { width: 100%; max-width: 460px; position: relative; z-index: 2; animation: fadeSlideUp 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1); }
@keyframes fadeSlideUp {
    0% { opacity: 0; transform: translateY(28px); }
    100% { opacity: 1; transform: translateY(0); }
}
.login-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(0px);
    border-radius: 2rem;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.login-card:hover { box-shadow: 0 30px 55px -15px rgba(0, 0, 0, 0.4); }
.card-content { padding: 2rem 2rem 2.2rem; }
.brand-header { text-align: center; margin-bottom: 1.8rem; }
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: linear-gradient(120deg, #1E293B, #3B82F6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.brand-logo i { background: none; background-clip: unset; -webkit-background-clip: unset; color: #3B82F6; font-size: 2rem; }
.tagline { color: #5B6E8C; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.3px; margin-top: 0.25rem; }
.login-title { font-size: 1.5rem; font-weight: 600; color: #0F172A; text-align: center; margin: 0.25rem 0 0.3rem 0; }
.login-sub { text-align: center; color: #5B6E8C; font-size: 0.85rem; margin-bottom: 1.8rem; font-weight: 500; }
.alert-danger { background: #FEF2F2; border-left: 4px solid #EF4444; border-radius: 1rem; padding: 0.85rem 1rem; margin-bottom: 1.5rem; color: #991B1B; font-size: 0.85rem; font-weight: 500; display: flex; align-items: flex-start; gap: 0.6rem; }
.alert-danger i { font-size: 1rem; margin-top: 0.1rem; color: #EF4444; }
.alert-danger ul { margin: 0; padding-left: 1.2rem; }
.alert-danger li { margin-bottom: 0.2rem; }
.input-group-custom { margin-bottom: 1.4rem; position: relative; }
.input-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #94A3B8; font-size: 1.1rem; transition: color 0.2s ease; pointer-events: none; z-index: 2; }
.input-field {
    width: 100%;
    padding: 0.9rem 1rem 0.9rem 2.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    background-color: #F8FAFE;
    border: 1.5px solid #E2E8F0;
    border-radius: 1.2rem;
    transition: all 0.25s ease;
    color: #0F172A;
    outline: none;
}
.input-field:focus { border-color: #3B82F6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); background-color: #FFFFFF; }
.input-field:focus + .input-icon { color: #3B82F6; }
.password-toggle { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #94A3B8; cursor: pointer; font-size: 1rem; padding: 0; display: flex; align-items: center; justify-content: center; transition: color 0.2s; z-index: 2; }
.password-toggle:hover { color: #3B82F6; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin: 1.5rem 0 1.2rem; flex-wrap: wrap; gap: 0.8rem; }
.checkbox-wrapper { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; font-size: 0.85rem; font-weight: 500; color: #334155; }
.checkbox-wrapper input { width: 1rem; height: 1rem; accent-color: #3B82F6; cursor: pointer; margin: 0; }
.checkbox-wrapper label { cursor: pointer; user-select: none; margin: 0; font-weight: 500; }
.btn-signin {
    background: linear-gradient(105deg, #1E3A8A, #3B82F6);
    border: none;
    padding: 0.85rem 1.2rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    letter-spacing: 0.3px;
}
.btn-signin i { font-size: 0.9rem; transition: transform 0.2s; }
.btn-signin:hover { background: linear-gradient(105deg, #2563EB, #1E40AF); transform: translateY(-2px); box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.4); }
.btn-signin:active { transform: translateY(1px); }
.extra-links { display: flex; justify-content: center; margin-top: 1.2rem; font-size: 0.8rem; }
.forgot-link { color: #3B82F6; text-decoration: none; font-weight: 500; transition: color 0.2s; border-bottom: 1px dashed #CBD5E1; }
.forgot-link:hover { color: #1E40AF; border-bottom-color: #3B82F6; }
.divider-text { color: #CBD5E1; margin: 0 0.5rem; }
@media (max-width: 520px) {
    .card-content { padding: 1.5rem; }
    .login-title { font-size: 1.3rem; }
    .form-actions { flex-direction: column; align-items: stretch; }
    .btn-signin { width: 100%; }
}
input:focus-visible, button:focus-visible { outline: 2px solid #3B82F6; outline-offset: 2px; }
