/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 15 Jun 2026, 08:06:17
    Author     : yasithsandesh
*/

:root{
  --navy:#1B3A6B;--navy-mid:#2a5298;--navy-deep:#0f2d5a;--navy-faint:#eef2f8;
  --gold:#C8860A;--gold-light:#E8B84B;--gold-bg:#fdf6e3;--gold-border:#f0d080;
  --white:#ffffff;--surface:#f5f7fb;--border:#dce4f0;
  --text-body:#3a4f6b;--text-muted:#6b82a8;
  --green-bg:#e8f5ee;--green-text:#0f6e56;
}


/* ── Skip link ── */
.skip-link{position:absolute;top:-40px;left:0;background:var(--navy);color:#fff;padding:8px 16px;z-index:9999;text-decoration:none;font-size:14px;border-radius:0 0 6px 0}
.skip-link:focus{top:0}

/* ── Site header ── */
.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:0 48px;display:flex;align-items:center;justify-content:space-between;height:60px;position:sticky;top:0;z-index:200}
.site-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-mark{width:36px;height:36px;background:var(--navy);border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:16px;font-weight:700;color:var(--gold-light);flex-shrink:0}
.logo-text strong{display:block;font-size:13px;font-weight:600;color:var(--navy)}
.logo-text span{display:block;font-size:11px;color:var(--text-muted)}
.site-nav-links{display:flex;align-items:center;gap:24px}
.site-nav-links a{font-size:13px;color:var(--text-body);text-decoration:none}
.site-nav-links a:hover{color:var(--navy)}
.header-cta{font-size:13px;font-weight:600;background:var(--navy);color:#fff;padding:7px 16px;border-radius:5px;text-decoration:none;transition:background .15s}
.header-cta:hover{background:var(--navy-mid)}

/* ── Breadcrumb ── */
.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:10px 48px}
.breadcrumb ol{list-style:none;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.breadcrumb li{display:flex;align-items:center;gap:6px}
.breadcrumb li+li::before{content:'›';color:var(--text-muted);font-size:13px}
.breadcrumb a{font-size:12px;color:var(--text-muted);text-decoration:none}
.breadcrumb a:hover{color:var(--navy);text-decoration:underline}
.breadcrumb span{font-size:12px;color:var(--navy);font-weight:500}

/* ── Section nav ── */
.section-nav{background: #FFFFFF;padding:0 48px;border-bottom:1px solid var(--border);position:sticky;top:0px;z-index:190}
.section-nav {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}


.nav-inner {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}


.nav-pill {
    flex: 1; 
    text-align: center;
    padding: 14px 10px; 
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-bottom: 2.5px solid transparent;
    cursor: pointer;
    white-space: nowrap; 
    transition: color 0.12s, border-color 0.12s;
    background: none; 
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-pill:hover {
    color: var(--navy);
}

.nav-pill.active {
    color: var(--navy);
    border-bottom-color: var(--gold);
    font-weight: 600;
}

/* ── Page sections ── */
.page-section{display:none}
.page-section.active{display:block}

/* ── Hero ── */
.hero{background:var(--navy);padding:56px 48px 48px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-80px;right:-60px;width:360px;height:360px;border-radius:50%;border:1.5px solid rgba(232,184,75,.14);pointer-events:none}
.hero::after{content:'';position:absolute;top:-20px;right:20px;width:220px;height:220px;border-radius:50%;border:1.5px solid rgba(232,184,75,.09);pointer-events:none}
.hero-inner{max-width:1100px;margin:0 auto;position:relative}
.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(34px,4.5vw,48px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:16px;max-width:560px}
.hero h1 em{color:var(--gold-light);font-style:normal}
.hero-sub{font-size:15px;line-height:1.75;color:rgba(255,255,255,.65);max-width:500px;margin-bottom:28px}
.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--gold-light);color:var(--navy);font-size:13px;font-weight:700;padding:11px 22px;border-radius:5px;text-decoration:none;border:none;cursor:pointer;transition:background .15s}
.hero-cta:hover{background:#d4a83e}

/* ── Stat strip ── */
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border);background:var(--white)}
.stat-cell{padding:22px 28px;border-right:1px solid var(--border)}
.stat-cell:last-child{border-right:none}
.stat-num{font-size:30px;font-weight:600;color:var(--navy);line-height:1;margin-bottom:6px}
.stat-label{font-size:12px;color:var(--text-muted);line-height:1.45;margin-bottom:8px}
.stat-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;padding:3px 9px;border-radius:4px;background:var(--green-bg);color:var(--green-text)}
.stat-badge::before{content:'✓';font-size:10px}

/* ── Page body ── */
.page-body{max-width:900px;margin:0 auto;padding:52px 48px 100px}

/* ── Blocks ── */
.block{margin-bottom:0}
.block+.block{margin-top:56px;padding-top:56px;border-top:1px solid var(--border)}
.blk-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.blk-h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.2}
.blk-p{font-size:15px;line-height:1.75;color:var(--text-body);margin-bottom:14px;max-width:640px}
.blk-p:last-child{margin-bottom:0}

/* ── Buttons ── */
.btn-primary{display:inline-flex;align-items:center;gap:7px;background:var(--navy);color:#fff;font-family:'Inter',sans-serif;font-size:13px;font-weight:600;padding:9px 18px;border-radius:5px;cursor:pointer;border:none;text-decoration:none;transition:background .15s}
.btn-primary:hover{background:var(--navy-mid)}
.btn-secondary{display:inline-flex;align-items:center;gap:7px;background:transparent;color:var(--navy);font-family:'Inter',sans-serif;font-size:13px;font-weight:500;padding:9px 18px;border-radius:5px;cursor:pointer;border:1px solid var(--border);text-decoration:none;transition:border-color .15s,background .15s}
.btn-secondary:hover{border-color:var(--navy);background:var(--navy-faint)}
.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}

/* ── Cards ── */
.card-grid-2{display:flex; justify-content: center;gap:14px;margin-top:20px}
.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.card{border:1px solid var(--border);border-radius:10px;padding:22px 24px;background:var(--white)}
.card-icon{width:38px;height:38px;border-radius:8px;background:var(--navy-faint);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.card-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.card h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:8px}
.card p{font-size:13px;color:var(--text-body);line-height:1.6}

/* ── List styles ── */
.dot-list{list-style:none}
.dot-list li{font-size:13px;color:var(--text-body);padding:6px 0;border-bottom:1px solid #f0f4fa;display:flex;gap:9px;align-items:flex-start;line-height:1.5}
.dot-list li:last-child{border-bottom:none}
.dot-list li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:8px}

/* ── Badges ── */
.badge{font-size:10px;font-weight:600;padding:3px 9px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}
.badge-gold{background:var(--gold-bg);color:var(--gold);border:1px solid var(--gold-border)}
.badge-navy{background:var(--navy-faint);color:var(--navy-mid)}
.badge-green{background:var(--green-bg);color:var(--green-text)}

/* ── Divider ── */
.divider{height:1px;background:var(--border);margin:40px 0}

/* ────────────────────────────────────────────
   SECTION 1 — OVERVIEW
──────────────────────────────────────────── */
.loop-wrap{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:28px 32px;margin:24px 0}
.loop-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px}
.loop{display:flex; align-items:center;justify-content:center}
.loop-step{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1}
.loop-dot{width:46px;height:46px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;transition:background .2s,transform .2s}
.loop-dot.active{background:var(--gold);color:var(--navy);transform:scale(1.1)}
.loop-step-text{font-size:12px;font-weight:500;color:var(--text-body);text-align:center;line-height:1.4;max-width:76px}
.loop-arrow{color:var(--border);font-size:20px;padding-bottom:28px;flex-shrink:0}
.quote-block{border-left:3px solid var(--gold-border);padding:14px 18px;background:var(--gold-bg);border-radius:0 6px 6px 0;margin:20px 0}
.quote-block p{font-family:'Playfair Display',serif;font-size:16px;font-style:italic;color:var(--navy);line-height:1.65;margin-bottom:6px}
.quote-block cite{font-size:12px;color:var(--text-muted);font-style:normal;font-weight:500}
.commit-box{background:var(--navy);border-radius:10px;padding:28px 32px;margin-top:20px}
.commit-box h3{font-family:'Playfair Display',serif;font-size:19px;font-weight:700;color:#fff;margin-bottom:4px}
.commit-box .box-sub{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}
.commit-list{list-style:none;display:flex;flex-direction:column;gap:13px}
.commit-item{display:flex;gap:13px;align-items:flex-start}
.commit-icon{width:28px;height:28px;border-radius:50%;background:rgba(232,184,75,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.commit-icon svg{width:13px;height:13px;stroke:var(--gold-light);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.commit-text{font-size:13px;color:rgba(255,255,255,.72);line-height:1.7}
.commit-text strong{color:#fff;font-weight:600}
.partner-grid{display:grid;gap:14px;margin-top:20px}
.partner-card{border:1px solid var(--border);border-radius:10px;padding:20px 22px;background:var(--white)}
.partner-card .ptag{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:3px;background:var(--navy-faint);color:var(--navy-mid);display:inline-block;margin-bottom:10px}
.partner-card h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:6px}
.partner-card p{font-size:13px;color:var(--text-muted);line-height:1.6}
.qaa-callout{background:var(--navy);border-radius:8px;padding:18px 22px;margin-top:14px;display:flex;gap:14px;align-items:flex-start}
.qaa-icon{width:30px;height:30px;border-radius:50%;background:rgba(232,184,75,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.qaa-icon svg{width:14px;height:14px;stroke:var(--gold-light);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.qaa-callout p{font-size:13px;color:rgba(255,255,255,.78);line-height:1.65}
.qaa-callout strong{color:var(--gold-light)}
.charter-box{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:20px}
.charter-hdr{background:var(--navy);padding:16px 22px;display:flex;justify-content:space-between;align-items:center}
.charter-hdr h4{font-size:14px;font-weight:500;color:#fff}
.charter-hdr span{font-size:11px;color:rgba(255,255,255,.4)}
.charter-body{padding:18px 22px;background:var(--white)}
.charter-body ul{list-style:none}
.charter-body ul li{font-size:13px;color:var(--text-body);padding:6px 0;border-bottom:1px solid #f0f4fa;display:flex;align-items:center;gap:9px;line-height:1.5}
.charter-body ul li:last-child{border-bottom:none}
.charter-body ul li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}
.charter-footer{background:var(--surface);padding:14px 22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.charter-meta{font-size:12px;color:var(--text-muted);line-height:1.5}

/* ────────────────────────────────────────────
   SECTION 2 — STUDENT REPS
──────────────────────────────────────────── */
.rep-finder{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:24px;box-shadow:0 1px 4px rgba(27,58,107,.06)}
.finder-hdr{background:var(--navy);padding:18px 28px;display:flex;align-items:center;justify-content:space-between}
.finder-hdr h3{font-size:14px;font-weight:500;color:#fff}
.finder-hdr span{font-size:12px;color:rgba(255,255,255,.4)}
.finder-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--white)}
.ftab{flex:1;padding:13px 0;font-size:13px;font-weight:500;color:var(--text-muted);text-align:center;cursor:pointer;border-bottom:2.5px solid transparent;border-right:1px solid var(--border);border-top:none;border-left:none;background:transparent;transition:color .12s,border-color .12s,background .12s}
.ftab:last-child{border-right:none}
.ftab:hover{color:var(--navy);background:var(--surface)}
.ftab.active{color:var(--navy);border-bottom-color:var(--gold);background:var(--gold-bg);font-weight:600}
.finder-body{padding:28px;background:var(--white)}
.rep-profile{display:flex;gap:24px;align-items:flex-start}
.rep-avatar{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:#fff;flex-shrink:0;transition:background .2s}
.rep-detail{flex:1;min-width:0}
.rep-detail h4{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:6px}
.rep-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:4px;margin-bottom:12px;letter-spacing:.04em;text-transform:uppercase}
.tag-lead{background:var(--green-bg);color:var(--green-text)}
.tag-rep{background:var(--navy-faint);color:var(--navy-mid)}
.rep-quote{font-size:14px;color:var(--text-body);line-height:1.7;border-left:3px solid var(--gold-border);padding-left:14px;margin:0 0 14px;font-style:italic}
.rep-meta{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:16px}
.rep-meta-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}
.rep-meta-item svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.role-card-top{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.role-card-icon{width:36px;height:36px;border-radius:8px;background:var(--navy-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.role-card-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.role-card-top h4{font-size:14px;font-weight:600;color:var(--navy);flex:1}
.timeline{position:relative;margin-top:28px;padding-left:36px}
.timeline::before{content:'';position:absolute;left:11px;top:10px;bottom:10px;width:2px;background:var(--border)}
.tl-item{position:relative;margin-bottom:28px}
.tl-item:last-child{margin-bottom:0}
.tl-dot{position:absolute;left:-29px;top:2px;width:22px;height:22px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center}
.tl-dot svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.tl-date{font-size:11px;font-weight:600;color:var(--gold);letter-spacing:.07em;text-transform:uppercase;margin-bottom:4px}
.tl-title{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:5px}
.tl-body{font-size:13px;color:var(--text-body);line-height:1.65;max-width:580px}
.tl-doc{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--navy-mid);margin-top:8px;border:1px solid var(--border);padding:5px 12px;border-radius:4px;cursor:pointer;text-decoration:none;background:var(--white);transition:border-color .12s,background .12s}
.tl-doc:hover{border-color:var(--navy);background:var(--navy-faint)}
.tl-doc svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.training-items{margin-top:20px;display:flex;flex-direction:column;gap:3px}
.tr-item{display:flex;gap:0;border:1px solid var(--border);border-radius:7px;overflow:hidden;transition:border-color .12s}
.tr-item:hover{border-color:#b0c0d8}
.tr-accent{width:5px;flex-shrink:0}
.tr-accent.mandatory{background:var(--gold)}
.tr-accent.ongoing{background:var(--navy)}
.tr-content{padding:14px 18px;flex:1;background:var(--white)}
.tr-content h5{font-size:14px;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:10px;margin-bottom:5px;flex-wrap:wrap}
.tr-content h5 svg{width:16px;height:16px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tr-tag{font-size:10px;font-weight:600;padding:2px 8px;border-radius:3px;letter-spacing:.04em;text-transform:uppercase}
.tr-mandatory{background:var(--gold-bg);color:var(--gold)}
.tr-optional{background:var(--surface);color:var(--text-muted)}
.tr-content p{font-size:13px;color:var(--text-body);line-height:1.6}
.anon-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:20px 26px;margin-top:20px;flex-wrap:wrap}
.anon-left{display:flex;align-items:center;gap:14px}
.anon-icon{width:40px;height:40px;border-radius:50%;background:var(--navy-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.anon-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.anon-text h5{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:3px}
.anon-text p{font-size:13px;color:var(--text-muted)}

/* ────────────────────────────────────────────
   SECTION 3 — GIVE FEEDBACK
──────────────────────────────────────────── */
.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.channel-card{border:1px solid var(--border);border-radius:10px;padding:22px 24px;background:var(--white);display:flex;flex-direction:column}
.channel-card h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:8px;display:flex;align-items:center;gap:10px}
.channel-card h4 svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.channel-card p{font-size:13px;color:var(--text-body);line-height:1.65;flex:1;margin-bottom:14px}
.channel-meta{font-size:12px;color:var(--text-muted);margin-top:auto;padding-top:12px;border-top:1px solid #f0f4fa}
.feedback-form{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:24px}
.form-hdr{background:var(--navy);padding:18px 28px}
.form-hdr h3{font-size:14px;font-weight:500;color:#fff}
.form-hdr p{font-size:12px;color:rgba(255,255,255,.5);margin-top:4px}
.form-body{padding:28px}
.form-row{margin-bottom:18px}
.form-row label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}
.form-row input,.form-row select,.form-row textarea{width:100%;font-family:'Inter',sans-serif;font-size:14px;color:var(--navy);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:10px 14px;transition:border-color .15s;outline:none}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--navy)}
.form-row textarea{resize:vertical;min-height:100px}
.form-row-half{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}
.anon-toggle{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--surface);border-radius:6px;border:1px solid var(--border);margin-bottom:18px;cursor:pointer}
.anon-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--navy);cursor:pointer}
.anon-toggle span{font-size:13px;color:var(--text-body)}
.form-footer{padding:0 28px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.form-note{font-size:12px;color:var(--text-muted)}
.survey-info{background:var(--navy-faint);border-radius:10px;padding:24px 28px;margin-top:20px;border:1px solid #c5d5ec}
.survey-info h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:8px}
.survey-info p{font-size:13px;color:var(--text-body);line-height:1.65;margin-bottom:12px}
.survey-info p:last-child{margin-bottom:0}

/* ────────────────────────────────────────────
   SECTION 4 — YOU SAID WE DID
──────────────────────────────────────────── */
.yswd-table-wrap{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:24px}
.yswd-table-hdr{background:var(--navy);padding:16px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.yswd-table-hdr h3{font-size:14px;font-weight:500;color:#fff}
.yswd-filter{display:flex;gap:8px}
.filter-btn{font-size:12px;font-weight:500;padding:5px 12px;border-radius:4px;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.7);background:transparent;cursor:pointer;transition:background .12s,color .12s}
.filter-btn.active,.filter-btn:hover{background:rgba(255,255,255,.15);color:#fff}
.yswd-table{width:100%;border-collapse:collapse}
.yswd-table thead th{background:var(--surface);font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;padding:12px 18px;text-align:left;border-bottom:1px solid var(--border)}
.yswd-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}
.yswd-table tbody tr:last-child{border-bottom:none}
.yswd-table tbody tr:hover{background:#fafcff}
.yswd-table td{padding:14px 18px;font-size:13px;color:var(--text-body);vertical-align:top;line-height:1.55}
.yswd-table td:first-child{color:var(--text-muted);font-size:12px;white-space:nowrap;width:90px}
.yswd-table td strong{color:var(--navy);display:block;margin-bottom:3px;font-size:13px;font-weight:600}
.yswd-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:3px 9px;border-radius:4px}
.status-done{background:var(--green-bg);color:var(--green-text)}
.status-progress{background:#fff3d6;color:#8a5e00}
.report-download{background:var(--navy-faint);border:1px solid #c5d5ec;border-radius:10px;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;margin-top:20px;flex-wrap:wrap;gap:14px}
.report-meta h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:4px}
.report-meta p{font-size:13px;color:var(--text-muted)}
.testimonial-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:20px}
.testimonial-card{border:1px solid var(--border);border-radius:10px;padding:20px 22px;background:var(--white)}
.testimonial-card blockquote{font-size:13px;color:var(--text-body);line-height:1.7;font-style:italic;margin-bottom:12px;border-left:2.5px solid var(--gold-border);padding-left:12px}
.testimonial-card cite{font-size:12px;color:var(--text-muted);font-style:normal;font-weight:500}

/* ────────────────────────────────────────────
   SECTION 5 — GOVERNANCE
──────────────────────────────────────────── */
.gov-structure{display:flex;flex-direction:column;gap:3px;margin-top:24px}
.gov-tier{display:flex;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.gov-tier-left{width:160px;flex-shrink:0;padding:18px 16px;background:var(--navy);display:flex;flex-direction:column;justify-content:center}
.gov-tier-left h5{font-size:12px;font-weight:600;color:#fff;line-height:1.3;margin-bottom:4px}
.gov-tier-left span{font-size:11px;color:rgba(255,255,255,.45)}
.gov-tier-right{flex:1;padding:16px 20px;background:var(--white)}
.gov-tier-right p{font-size:13px;color:var(--text-body);line-height:1.6;margin-bottom:8px}
.gov-tier-right p:last-child{margin-bottom:0}
.gov-tier-badge{display:inline-flex;font-size:10px;font-weight:600;padding:2px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.04em;background:var(--green-bg);color:var(--green-text)}
.minutes-list{margin-top:20px;display:flex;flex-direction:column;gap:8px}
.minutes-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--white);border:1px solid var(--border);border-radius:7px;flex-wrap:wrap;gap:10px}
.minutes-left{display:flex;align-items:center;gap:12px}
.minutes-icon{width:34px;height:34px;border-radius:7px;background:var(--navy-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.minutes-icon svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.minutes-meta h5{font-size:13px;font-weight:600;color:var(--navy)}
.minutes-meta span{font-size:12px;color:var(--text-muted)}
.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.policy-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--white);border:1px solid var(--border);border-radius:7px;text-decoration:none;transition:border-color .12s,background .12s}
.policy-item:hover{border-color:var(--navy);background:var(--navy-faint)}
.policy-item-left{display:flex;align-items:center;gap:10px}
.policy-item-left svg{width:16px;height:16px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.policy-item-left span{font-size:13px;font-weight:500;color:var(--navy)}
.policy-item-right{font-size:12px;color:var(--text-muted)}

/* ────────────────────────────────────────────
   SECTION 6 — SUPPORT & WELLBEING
──────────────────────────────────────────── */
.support-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.support-card{border:1px solid var(--border);border-radius:10px;padding:22px 24px;background:var(--white)}
.support-card-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:12px}
.support-card-icon{width:42px;height:42px;border-radius:10px;background:var(--navy-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.support-card-icon svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.support-card h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:4px;padding-top:4px}
.support-card .contact-badge{font-size:11px;color:var(--text-muted)}
.support-card p{font-size:13px;color:var(--text-body);line-height:1.65;margin-bottom:12px}
.support-card p:last-of-type{margin-bottom:0}
.process-steps{margin-top:20px}
.process-step{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}
.process-step:last-child{border-bottom:none}
.step-num{width:30px;height:30px;border-radius:50%;background:var(--navy);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.step-content h5{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:4px}
.step-content p{font-size:13px;color:var(--text-body);line-height:1.6}
.equality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.equality-item{background:var(--navy-faint);border:1px solid #c5d5ec;border-radius:8px;padding:16px 18px}
.equality-item h5{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:5px}
.equality-item p{font-size:12px;color:var(--text-muted);line-height:1.5}
.crisis-bar{background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;padding:18px 22px;display:flex;align-items:center;gap:16px;margin-top:20px}
.crisis-bar svg{width:22px;height:22px;stroke:#dc2626;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.crisis-bar div h5{font-size:14px;font-weight:600;color:#991b1b;margin-bottom:3px}
.crisis-bar div p{font-size:13px;color:#7f1d1d}

/* ── Footer ── */
.site-footer{background:var(--navy-deep);color:rgba(255,255,255,.55);padding:36px 48px}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footer-left p{font-size:13px;line-height:1.65}
.footer-left strong{color:rgba(255,255,255,.82)}
.footer-right{display:flex;gap:20px;flex-wrap:wrap}
.footer-link{font-size:12px;color:rgba(255,255,255,.4);text-decoration:none}
.footer-link:hover{color:rgba(255,255,255,.8)}

/* ── Responsive ── */
@media(max-width:768px){
  .site-header{padding:0 20px}.site-nav-links{display:none}
  .breadcrumb{padding:10px 20px}.hero{padding:38px 20px 32px}
  .stat-strip{grid-template-columns:1fr 1fr}
  .stat-cell:nth-child(2){border-right:none}
  .section-nav{padding:0 8px;overflow-x:auto}
  .nav-inner{min-width:600px}
  .page-body{padding:36px 20px 72px}
  .card-grid-2,.role-grid,.channel-grid,.partner-grid,.support-cards,.policy-grid{grid-template-columns:1fr}
  .card-grid-3,.testimonial-grid,.equality-grid{grid-template-columns:1fr 1fr}
  .rep-profile{flex-direction:column}
  .form-row-half{grid-template-columns:1fr}
  .site-footer{padding:28px 20px}
}
@media(max-width:480px){
  .stat-strip{grid-template-columns:1fr}
  .stat-cell{border-right:none;border-bottom:1px solid var(--border)}
  .stat-cell:last-child{border-bottom:none}
  .card-grid-3,.testimonial-grid,.equality-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none !important;animation:none !important}}

/*////////*/


.student-container{
    max-width: 960px;
    margin: 40px auto;
    padding: 20px 40px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}


.student-title{
    font-weight: 500;
    color: #333;
    font-size: 2.5rem;
}


.student-voice-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}


.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 2rem;
}


.voice-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card Hover Effect */
.voice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* User Profile (Header) Part */
.card-header-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Avatar Style */
.avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

/* User Details Text */
.user-info {
    margin-left: 14px;
}

.user-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.2px;
}

.user-role {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    display: block;
    margin-top: 2px;
}

/* Feedback Body Part */
.card-body-content {
    flex-grow: 1;
}

.voice-text {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #475569;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 20px 0;
}

/* Footer Part */
.card-footer-content {
    display: flex;
    align-items: center;
}

.post-date {
    font-size: 0.775rem;
    color: #94a3b8;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Responsive - Mobile ෆෝන් වලදී කාඩ් එක යටට එක වැටෙන්න */
@media (max-width: 992px) {
    .voice-grid {
        grid-template-columns: repeat(2, 1fr); /* ටැබ්ලට් වලදී පේළියට 2යි */
    }
}

@media (max-width: 600px) {
    .voice-grid {
        grid-template-columns: 1fr; /* මොබයිල් වලදී පේළියට 1යි */
    }
}

@media (min-width: 992px) {
    .mt-lg-20rem {
        margin-top: 20rem !important;
    }
}

@media (max-width: 991.98px) {
    .mt-md-down-10 {
        margin-top: 6rem !important;
    }
}