.pan-page { font-family: 'Nunito', 'Segoe UI', sans-serif; }

/* ══ HERO — Soft Mint / Sage ══ */
.pan-hero {
    background: linear-gradient(135deg, #f0fdf9 0%, #e8faf0 40%, #d4f5e4 70%, #ecfdf5 100%);
    padding: 62px 20px 52px;
    position: relative; overflow: hidden;
    border-bottom: 3px solid #a7f3d0;
}
.pan-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 6%  60%, rgba(5,150,105,0.12)  0%, transparent 45%),
        radial-gradient(circle at 90% 18%, rgba(41,171,226,0.09) 0%, transparent 40%),
        radial-gradient(circle at 50% 95%, rgba(247,168,0,0.07)  0%, transparent 35%);
    pointer-events: none;
}
.pan-hero::after {
    content: '';
    position: absolute;
    width: 480px; height: 480px; border-radius: 50%;
    border: 52px solid rgba(5,150,105,0.10);
    top: -180px; right: -120px; pointer-events: none;
}
.pan-hero-ring2 {
    position: absolute;
    width: 260px; height: 260px; border-radius: 50%;
    border: 32px solid rgba(167,243,208,0.50);
    bottom: -100px; left: -50px; pointer-events: none;
}

.pan-hero-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.1fr 1fr;
    align-items: center; gap: 52px;
    position: relative;
}

.pan-hero-text .pan-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(5,150,105,0.12);
    border: 1px solid rgba(5,150,105,0.30);
    color: #047857; font-size: 12px; font-weight: 800;
    letter-spacing: 1.2px; text-transform: uppercase;
    padding: 6px 18px; border-radius: 50px;
    margin-bottom: 18px;
}
.pan-hero-text h1 {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 900; color: #1B2A4A;
    margin: 0 0 8px; line-height: 1.13;
}
.pan-hero-text h1 span.hl-emerald { color: #059669; }
.pan-hero-text h1 span.hl-blue    { color: #29ABE2; }
.pan-hero-text .pan-sub {
    font-size: 15px; color: #2a5a44;
    line-height: 1.75; margin: 0 0 30px; max-width: 500px;
}
.pan-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-emerald {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 30px; border-radius: 50px;
    background: linear-gradient(135deg, #059669, #047857);
    border: none; color: #fff;
    font-size: 14px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    box-shadow: 0 6px 22px rgba(5,150,105,0.38);
    transition: all .25s;
}
.btn-emerald:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(5,150,105,0.50); color:#fff; text-decoration:none; }

.btn-outline-emerald {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 30px; border-radius: 50px;
    background: #fff;
    border: 2px solid rgba(5,150,105,0.35); color: #047857;
    font-size: 14px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    box-shadow: 0 2px 10px rgba(5,150,105,0.10);
    transition: all .25s;
}
.btn-outline-emerald:hover { border-color: #059669; background: #f0fdf4; text-decoration:none; color:#047857; }

/* hero info card — light */
.pan-hero-card {
    background: #fff;
    border: 2px solid #a7f3d0;
    border-radius: 24px; padding: 30px;
    box-shadow: 0 8px 32px rgba(5,150,105,0.12);
}
.pan-hero-card .hc-title {
    color: #047857;
    font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 18px;
}
.pan-stat-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 14px; margin-bottom: 18px;
}
.pan-stat {
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
    border-radius: 12px; padding: 16px 14px; text-align: center;
}
.pan-stat-num { font-size: 20px; font-weight: 900; line-height: 1; margin-bottom: 5px; }
.pan-stat-num.ce { color: #059669; }
.pan-stat-num.cb { color: #29ABE2; }
.pan-stat-num.co { color: #F7A800; }
.pan-stat-num.cn { color: #1B2A4A; }
.pan-stat-lbl   { font-size: 10px; color: #3a7a5a; font-weight: 600; }

.pan-hero-tag {
    background: linear-gradient(135deg, #059669, #047857);
    border-radius: 14px; padding: 16px 18px;
    display: flex; align-items: center; gap: 14px;
}
.pan-hero-tag .ht-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(255,255,255,0.20); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.pan-hero-tag .ht-label { font-size: 14px; font-weight: 900; color: #fff; }
.pan-hero-tag .ht-sub   { font-size: 11px; color: rgba(255,255,255,0.72); font-weight: 600; }

/* ── BREADCRUMB ── */
.pan-breadcrumb {
    background: #f0fdf4; padding: 12px 20px;
    border-bottom: 1px solid #a7f3d0;
}
.pan-breadcrumb .bc-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: #2a5a44; font-weight: 600;
}
.pan-breadcrumb a { color: #059669; text-decoration: none; }
.pan-breadcrumb a:hover { text-decoration: underline; }
.pan-breadcrumb i { font-size: 10px; color: #6ee7b7; }

/* ── ABOUT SECTION ── */
.pan-about {
    background: #fff; padding: 58px 20px;
}
.pan-about .abt-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.15fr 1fr;
    gap: 56px; align-items: start;
}
.pan-about-text .sec-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: #ecfdf5; color: #047857;
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; padding: 5px 14px; border-radius: 20px;
    margin-bottom: 16px; border: 1px solid #a7f3d0;
}
.pan-about-text h2 {
    font-size: clamp(22px, 3vw, 36px); font-weight: 900;
    color: #1B2A4A; margin: 0 0 6px;
}
.pan-about-text h2 span { color: #059669; }
.pan-hl {
    width: 54px; height: 4px; border-radius: 2px;
    background: linear-gradient(90deg, #059669, #29ABE2);
    margin-bottom: 20px;
}
.pan-about-text p {
    font-size: 15px; color: #4a6080; line-height: 1.80; margin: 0 0 14px;
}

/* contact card — dark navy style */
.pan-contact-card {
    background: linear-gradient(135deg, #0d2818, #1a4a30);
    border-radius: 22px; padding: 30px 28px;
    position: relative; overflow: hidden;
    border: 1px solid rgba(5,150,105,0.28);
}
.pan-contact-card::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(5,150,105,0.20) 0%, transparent 55%);
    pointer-events: none;
}
.pan-contact-card .cc-head {
    display: flex; align-items: center; gap: 12px; margin-bottom: 22px;
}
.cc-icon-emerald {
    width: 48px; height: 48px; border-radius: 14px;
    background: rgba(5,150,105,0.28);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #6ee7b7;
}
.pan-contact-card .cc-head h3 { color: #fff; font-size: 16px; font-weight: 800; margin: 0; }
.pan-contact-card .cc-head p  { color: rgba(255,255,255,0.48); font-size: 12px; margin: 0; }

.pan-ci {
    display: flex; align-items: center; gap: 14px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px; padding: 13px 16px;
    margin-bottom: 10px; text-decoration: none;
    transition: background .2s;
}
.pan-ci:hover { background: rgba(5,150,105,0.22); text-decoration: none; }
.pan-ci .ci-ic {
    width: 36px; height: 36px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.ci-ic.mail  { background: rgba(41,171,226,0.22); color: #29ABE2; }
.ci-ic.phone { background: rgba(247,168,0,0.22);  color: #F7A800; }
.pan-ci .ci-lbl { font-size: 10px; color: rgba(255,255,255,0.42); text-transform:uppercase; letter-spacing:.8px; font-weight:700; }
.pan-ci .ci-val { font-size: 14px; color: #fff; font-weight: 800; }
.pan-cc-note {
    text-align: center; margin-top: 16px;
    font-size: 12px; color: rgba(255,255,255,0.35);
}
.pan-cc-note span { color: #6ee7b7; font-weight: 700; }

/* ── PAN CONTENT SECTION ── */
.pan-content-section {
    background: #f8fafc;
    padding: 60px 20px;
    border-top: 1px solid #d1fae5;
}

.pan-content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.pan-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .pan-content-grid {
        grid-template-columns: 1fr;
    }
}

.pan-content-block {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #d1fae5;
    transition: transform 0.3s ease;
}

.pan-content-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(5,150,105,0.1);
}

.pan-content-block h2 {
    font-size: 24px;
    font-weight: 800;
    color: #1B2A4A;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #059669;
    display: inline-block;
}

.pan-content-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #047857;
    margin: 25px 0 15px 0;
}

.pan-content-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 20px 0 10px 0;
}

.pan-content-block p {
    font-size: 15px;
    color: #4a6080;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

.pan-content-block ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.pan-content-block ul li {
    padding: 8px 0 8px 28px;
    position: relative;
    font-size: 15px;
    color: #4a6080;
}

.pan-content-block ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 700;
    font-size: 16px;
}

.pan-highlight-box {
    background: #f0fdf4;
    border-left: 4px solid #059669;
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
}

.pan-highlight-box p {
    margin: 0;
    color: #1B2A4A;
    font-weight: 500;
}

/* ── PAN STRUCTURE SECTION ── */
.pan-structure {
    background: #fff; padding: 60px 20px;
}
.pan-structure .container { max-width: 1200px; margin: 0 auto; }

.pan-sec-head { text-align: center; margin-bottom: 42px; }
.pan-sec-head .sh-tag {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; padding: 5px 16px; border-radius: 20px;
    margin-bottom: 14px;
}
.pan-sec-head h2 {
    font-size: clamp(22px, 3vw, 36px); font-weight: 900;
    color: #1B2A4A; margin: 0 0 10px;
}
.pan-sec-head h2 span { color: #059669; }
.pan-sec-head p { font-size: 15px; color: #3a6a54; max-width: 580px; margin: 0 auto; }

/* PAN structure layout */
.pan-struct-layout {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 40px; align-items: start;
}
@media(max-width:768px){ .pan-struct-layout{ grid-template-columns:1fr; } }

.pan-struct-img {
    background: #fff; border-radius: 20px;
    padding: 24px; border: 2px solid #a7f3d0;
    box-shadow: 0 4px 20px rgba(5,150,105,0.10);
    text-align: center;
}
.pan-struct-img img {
    max-width: 100%; border-radius: 12px;
    border: 1px solid #d1fae5;
}
.pan-struct-img .img-caption {
    margin-top: 14px; font-size: 13px;
    color: #3a6a54; font-weight: 700;
}

.pan-struct-details {}
.pan-struct-details h3 {
    font-size: 18px; font-weight: 900; color: #1B2A4A;
    margin: 0 0 18px; padding-bottom: 10px;
    border-bottom: 3px solid #059669; display: inline-block;
}

.pan-detail-item {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid #d1fae5;
}
.pan-detail-item:last-child { border-bottom: none; }
.pan-detail-item .di-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #059669; flex-shrink: 0; margin-top: 7px;
}
.pan-detail-item p {
    font-size: 13px; color: #4a6080; line-height: 1.60; margin: 0;
}
.pan-detail-item p b { color: #1B2A4A; font-weight: 800; }

/* PAN 4th letter table */
.pan-fourth-letter {
    background: #fff; border-radius: 16px;
    padding: 20px; margin-top: 24px;
    border: 2px solid #a7f3d0;
    box-shadow: 0 4px 16px rgba(5,150,105,0.08);
}
.pan-fourth-letter h4 {
    font-size: 14px; font-weight: 900; color: #047857;
    margin: 0 0 14px; text-transform: uppercase; letter-spacing:.6px;
}
.pan-letter-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
@media(max-width:480px){ .pan-letter-grid{ grid-template-columns:repeat(3,1fr); } }
.pan-letter-item {
    background: #f0fdf4; border-radius: 10px;
    padding: 8px 6px; text-align: center;
    border: 1px solid #a7f3d0;
}
.pan-letter-item .li-letter {
    font-size: 18px; font-weight: 900; color: #059669; line-height: 1;
}
.pan-letter-item .li-name {
    font-size: 9px; color: #3a6a54; font-weight: 700;
    line-height: 1.3; margin-top: 3px;
}

/* ── SERVICES GRID ── */
.pan-services {
    background: #f8fafc; padding: 60px 20px;
}
.pan-services .container { max-width: 1200px; margin: 0 auto; }

.pan-srv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px; margin-top: 36px;
}
@media(max-width:1050px){ .pan-srv-grid{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:720px) { .pan-srv-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:400px) { .pan-srv-grid{ grid-template-columns:1fr; } }

.pan-srv-card {
    background: #fff; border-radius: 18px;
    overflow: hidden; box-shadow: 0 4px 18px rgba(5,150,105,0.09);
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
    border: 2px solid #d1fae5;
}
.pan-srv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(5,150,105,0.18);
    border-color: #059669;
}

.pan-srv-img-wrap {
    position: relative; overflow: hidden;
    aspect-ratio: 4/3; background: #f0fdf4;
}
.pan-srv-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    display: block; transition: transform .4s;
}
.pan-srv-card:hover .pan-srv-img-wrap img { transform: scale(1.07); }

/* color top bar cycling */
.pan-srv-img-wrap::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 3px; z-index: 2;
}
.pan-srv-card:nth-child(4n+1) .pan-srv-img-wrap::before { background: #059669; }
.pan-srv-card:nth-child(4n+2) .pan-srv-img-wrap::before { background: #29ABE2; }
.pan-srv-card:nth-child(4n+3) .pan-srv-img-wrap::before { background: #F7A800; }
.pan-srv-card:nth-child(4n+4) .pan-srv-img-wrap::before { background: #1B2A4A; }

.pan-srv-num {
    position: absolute; top: 10px; left: 10px;
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(5,150,105,0.82); color: #fff;
    font-size: 11px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    z-index: 3;
}

.pan-srv-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(4,120,87,0.82) 0%, transparent 55%);
    opacity: 0; transition: opacity .3s;
    display: flex; align-items: flex-end; padding: 14px; z-index: 2;
}
.pan-srv-card:hover .pan-srv-overlay { opacity: 1; }
.pan-srv-overlay a {
    display: inline-flex; align-items: center; gap: 6px;
    background: #059669; color: #fff;
    font-size: 11px; font-weight: 800;
    padding: 6px 14px; border-radius: 20px;
    text-decoration: none; transition: background .2s;
}
.pan-srv-overlay a:hover { background: #29ABE2; text-decoration: none; }

.pan-srv-body {
    padding: 14px 16px 18px;
    flex: 1; display: flex; flex-direction: column; gap: 12px;
}
.pan-srv-body h4 {
    font-size: 14px; font-weight: 800; color: #1B2A4A;
    margin: 0; line-height: 1.35;
}
.pan-srv-apply-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    padding: 9px 0; border-radius: 10px; width: 100%;
    background: linear-gradient(135deg, #059669, #047857);
    border: none; color: #fff;
    font-size: 13px; font-weight: 800; font-family: inherit;
    cursor: pointer; text-decoration: none;
    transition: all .22s;
    box-shadow: 0 3px 12px rgba(5,150,105,0.25);
    margin-top: auto;
}
.pan-srv-apply-btn:hover {
    background: linear-gradient(135deg, #29ABE2, #1a8fc0);
    box-shadow: 0 5px 18px rgba(41,171,226,0.32);
    color: #fff; text-decoration: none;
    transform: translateY(-1px);
}

/* ── CTA ── */
.pan-cta {
    background: linear-gradient(135deg, #0d2818, #1a4a30);
    padding: 64px 20px; text-align: center;
    position: relative; overflow: hidden;
}
.pan-cta::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 18% 50%, rgba(5,150,105,0.16) 0%, transparent 45%),
        radial-gradient(circle at 82% 40%, rgba(41,171,226,0.10) 0%, transparent 40%);
    pointer-events: none;
}
.pan-cta .container { max-width: 680px; margin: 0 auto; position: relative; }
.pan-cta .cta-icon {
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(5,150,105,0.22);
    border: 2px solid rgba(5,150,105,0.44);
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: #6ee7b7; margin: 0 auto 22px;
}
.pan-cta h2 { font-size: clamp(22px,3vw,36px); font-weight:900; color:#fff; margin:0 0 14px; }
.pan-cta h2 span { color: #6ee7b7; }
.pan-cta p  { font-size:15px; color:rgba(255,255,255,0.55); margin:0 0 30px; line-height:1.70; }
.pan-cta-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; }

/* responsive */
@media(max-width:768px){
    .pan-hero-inner { grid-template-columns:1fr; gap:28px; }
    .pan-hero-card  { display:none; }
    .pan-about .abt-inner { grid-template-columns:1fr; }
}