@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicLight.ttf") format("truetype");
font-weight: 300;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicBook.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicMedium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicDemi.ttf") format("truetype");
font-weight: 600;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicBold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicExtraBold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "FuturaCyrillic";
src: url("/frontend/fonts/FuturaCyrillicHeavy.ttf") format("truetype");
font-weight: 900;
font-style: normal;
font-display: swap
}
:root {
--taguig-blue: #1a4798;
--taguig-red: #ed1c24;
--taguig-yellow: #f4c027;
--ink: #101010;
--bg-grey: #f4f6f9;
--bg-blue: #eaf3ff;
--nav-h: 72px;
--r: 16px;
--radius-pill: 999px;
--radius-card: 16px;
--radius-panel: 16px;
--section-pad: clamp(2.2rem, 2.7vw, 3.2rem);
--section-gap: .75rem;
--content-pad: clamp(2rem, 2.4vw, 3rem);
--content-gap: clamp(.7rem, .6rem + .45vw, 1rem);
--section-stack-gap: clamp(.95rem, .86rem + .4vw, 1.25rem);
--section-head-gap: clamp(.42rem, .34rem + .35vw, .66rem);
--section-head-space: clamp(.95rem, .78rem + .55vw, 1.3rem);
--reading-width: 66ch;
--gap: 1rem;
--gap-lg: 1.15rem;
--panel-radius: var(--radius-panel);
--panel-radius-lg: 20px;
--panel-pad: clamp(1rem, .9rem + .55vw, 1.28rem);
--panel-border: #d6e0f3;
--poster-bar-h: 10px;
--poster-pad: clamp(1rem, .9rem + .8vw, 1.6rem);
--h2-mb: .4rem;
--divider-mt: .2rem;
--divider-mb: .85rem;
--table-font: .95rem;
--type-base: clamp(1rem, .97rem + .18vw, 1.08rem);
--type-body-tight: clamp(.96rem, .94rem + .12vw, 1.01rem);
--type-hero-title: clamp(2.15rem, 1.2rem + 3.5vw, 3.45rem);
--type-quote: clamp(1.05rem, .9rem + 1.1vw, 1.65rem);
--copy-leading: 1.6;
--text-muted: #4f5f77;
--text-subtle: #61708b;
--section-separator: rgba(26, 71, 152, .08);
--shadow-soft: 0 10px 24px rgba(16, 24, 40, .08);
--shadow-card: 0 14px 28px rgba(26, 71, 152, .16);
--shadow-float: 0 18px 36px rgba(26, 71, 152, .22);
--hero-image-height: clamp(260px, 30vw, 360px);
--motion-ease: cubic-bezier(.22, 1, .36, 1);
--motion-fast: .22s;
--motion-normal: .36s;
--motion-slow: .56s;
--fab-footer-offset: 0px;
--bs-primary: var(--taguig-blue);
--bs-danger: var(--taguig-red);
--bs-warning: var(--taguig-yellow);
--bs-body-color: var(--ink);
--bs-link-color: var(--taguig-blue);
}
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
html {
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.tsms-quote,
.tsms-hero-arrow {
animation: none !important;
transition: none !important;
}
}
body {
font-family: "FuturaCyrillic", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
font-size: var(--type-base);
color: var(--ink);
line-height: var(--copy-leading);
background-color: var(--bg-grey);
background-image: none;
padding-top: var(--nav-h);
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
h1 {
font-size: clamp(1.9rem, 1.2rem + 2.2vw, 2.4rem);
}
h2 {
font-size: clamp(1.35rem, 1rem + 1.2vw, 1.65rem);
margin-bottom: var(--h2-mb);
}
h3 {
font-size: clamp(1.05rem, .9rem + .8vw, 1.15rem);
}
h1,
h2,
h3,
h4,
.display-5 {
color: var(--taguig-blue);
letter-spacing: .01em;
}
.skip-link {
position: absolute;
left: -9999px;
top: 8px;
z-index: 2200;
background: #fff;
color: var(--taguig-blue);
border: 2px solid var(--taguig-blue);
border-radius: 8px;
padding: .45rem .7rem;
text-decoration: none;
}
.skip-link:focus {
left: 12px;
}
.eyebrow {
color: var(--taguig-red);
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
font-size: .95rem
}
.rule {
height: 3px;
width: 64px;
background: var(--taguig-blue);
border-radius: 999px
}
.note {
color: var(--text-muted);
}
main {
position: relative;
}
main>.section-block,
header.section-block {
position: relative;
}
main>.section-block+.section-block {
border-top: 1px solid var(--section-separator);
}
.section-block {
padding-block: var(--section-pad);
scroll-margin-top: var(--nav-h);
}
@supports (content-visibility: auto) {
main>header.section-block,
main>section.section-block {
content-visibility: auto;
contain-intrinsic-size: 900px;
}
}
.section-head {
display: grid;
gap: var(--section-head-gap);
margin-bottom: var(--section-head-space);
align-content: start;
}
.section-head h2,
.section-head .h3 {
margin-bottom: 0;
color: var(--taguig-blue);
line-height: 1.2;
text-wrap: balance;
}
.section-head>:where(p, .section-subtitle, .journey-subtitle) {
margin-bottom: 0;
color: var(--text-subtle);
line-height: 1.55;
max-width: 62ch;
}
.section-body {
display: grid;
gap: var(--section-stack-gap);
}
.section-body> :where(p, ul, ol) {
max-width: var(--reading-width);
justify-self: start;
}
.section-body :where(p, li) {
color: var(--text-muted);
font-size: var(--type-body-tight);
}
.motion-ready .js-reveal {
opacity: 0;
transform: translate3d(0, 18px, 0);
transition: opacity .56s cubic-bezier(.22, 1, .36, 1), transform .56s cubic-bezier(.22, 1, .36, 1);
transition-delay: var(--reveal-delay, 0ms);
will-change: opacity, transform
}
.motion-ready .js-reveal.is-revealed {
opacity: 1;
transform: translate3d(0, 0, 0);
will-change: auto
}
.motion-ready .divider.js-reveal {
transform: scaleX(.72);
transform-origin: left center
}
.motion-ready .divider.js-reveal.is-revealed {
transform: scaleX(1)
}
.divider {
display: flex;
gap: 0;
height: 6px;
border-radius: 999px;
overflow: hidden;
margin: var(--divider-mt) 0 var(--divider-mb)
}
.divider .b {
flex: 1;
background: var(--taguig-blue)
}
.divider .y {
flex: 1;
background: var(--taguig-yellow)
}
.divider .r {
flex: 1;
background: var(--taguig-red)
}
.tint-grey {
background: linear-gradient(180deg, #f7f9fc 0%, #f1f4f8 100%)
}
.tint-blue {
background: linear-gradient(180deg, #eef5ff 0%, #e7f0ff 100%)
}
.tsms-topbar {
height: var(--nav-h);
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, .92);
border-bottom: 1px solid rgba(16, 16, 16, .06);
box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
backdrop-filter: saturate(130%) blur(6px);
z-index: 1030;
transition: box-shadow var(--motion-fast) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease), border-color var(--motion-fast) var(--motion-ease)
}
.tsms-topbar.is-scrolled {
background: rgba(255, 255, 255, .98);
border-color: rgba(16, 16, 16, .08);
box-shadow: 0 10px 26px rgba(0, 0, 0, .08)
}
.tsms-topbar.over-hero {
background: transparent;
border-color: transparent;
box-shadow: none
}
.tsms-topbar.peek {
background: rgba(255, 255, 255, .98);
border-bottom: 1px solid rgba(16, 16, 16, .08);
box-shadow: 0 10px 26px rgba(0, 0, 0, .08)
}
.tsms-brand {
display: flex;
align-items: center;
gap: .5rem;
min-width: 0;
text-decoration: none
}
.tsms-logo {
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
flex: 0 0 44px;
border-radius: 50%;
object-fit: cover;
object-position: center;
display: block
}
.tsms-brandtext {
display: flex;
flex-direction: column;
line-height: 1.1;
min-width: 0
}
.tsms-brandtitle {
font-weight: 700;
color: #1b1b1b;
font-size: clamp(.98rem, .9rem + .7vw, 1.2rem);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.tsms-brandsub {
color: #6b7280;
font-size: .9rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.tsms-topbar.over-hero .tsms-brandtitle,
.tsms-topbar.over-hero .tsms-brandsub {
text-shadow: 0 1px 2px rgba(0, 0, 0, .08)
}
.tsms-right {
display: flex;
align-items: center;
gap: .65rem
}
.tsms-timewrap {
display: flex;
align-items: center;
gap: .45rem;
font-weight: 700;
white-space: nowrap
}
.tsms-time-label {
color: #374151;
font-size: .87rem
}
.tsms-time {
font-variant-numeric: tabular-nums;
background: #eef3ff;
border: 1px solid #d8e3ff;
padding: .4rem .68rem;
border-radius: 999px;
color: #1a3f94;
letter-spacing: .02em;
font-size: .86rem;
min-width: 13.8rem;
text-align: center
}
.tsms-topbar.over-hero .tsms-time {
background: rgba(255, 255, 255, .55);
border-color: transparent;
color: #0f214a
}
.tsms-search {
display: flex;
align-items: center;
gap: .4rem
}
.tsms-search .btn-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 999px;
border: 1px solid #d8e3ff;
background: #fff;
color: var(--taguig-blue)
}
.tsms-topbar.over-hero .tsms-search .btn-icon {
background: rgba(255, 255, 255, .55);
border-color: transparent;
color: #0f214a
}
.tsms-search .form-control {
width: 0;
opacity: 0;
padding-left: 0;
padding-right: 0;
border-color: transparent;
transition: width var(--motion-fast) var(--motion-ease), opacity var(--motion-fast) var(--motion-ease), padding var(--motion-fast) var(--motion-ease), border-color var(--motion-fast) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease)
}
.tsms-search.open .form-control {
width: min(250px, 58vw);
opacity: 1;
padding: 0 .75rem;
border-color: #d8e3ff;
background: #fff
}
.tsms-topbar.over-hero .tsms-search.open .form-control {
background: rgba(255, 255, 255, .85);
border-color: transparent;
color: #0f214a
}
.tsms-search-meta {
display: none;
align-items: center;
gap: .35rem;
background: #eef3ff;
border: 1px solid #d8e3ff;
color: #1a3f94;
border-radius: 999px;
padding: .25rem .5rem;
font-weight: 700;
font-size: .85rem
}
.tsms-search.has-results .tsms-search-meta {
display: inline-flex
}
.tsms-search-meta .navbtn {
background: transparent;
border: 0;
padding: .1rem .25rem;
font-weight: 900;
line-height: 1;
cursor: pointer
}
mark.search-hit {
background: #ffe58a;
padding: .05em .15em;
border-radius: .2em
}
mark.search-current {
background: #ffd24d;
box-shadow: 0 0 0 2px rgba(255, 210, 77, .5)
}
.tsms-hero {
--skyline-h: 118px;
background-image: var(--hero-footer-trim), var(--hero-sunray);
background-repeat: repeat-x, no-repeat;
background-position: bottom center, 50% 35%;
background-size: auto var(--skyline-h), cover;
background-color: #eaf3ff;
min-height: calc(100svh - var(--nav-h));
display: grid;
place-items: center;
padding-block: clamp(var(--section-pad), 6vh, 6rem);
position: relative;
isolation: isolate
}
@supports not (height:1svh) {
.tsms-hero {
min-height: calc(100vh - var(--nav-h))
}
}
.tsms-hero>.container {
position: relative;
z-index: 1
}
.tsms-center {
max-width: 960px;
margin-inline: auto;
text-align: center
}
.tsms-eyebrow {
color: var(--taguig-red);
font-weight: 800;
letter-spacing: .07em;
text-transform: uppercase;
font-style: italic;
font-size: .95rem
}
.tsms-title {
color: var(--taguig-blue);
font-weight: 800;
line-height: 1.12;
letter-spacing: .01em;
font-size: var(--type-hero-title);
margin: .2rem 0 .4rem;
text-wrap: balance
}
.tsms-quote {
margin: 0 0 1rem;
color: var(--taguig-red);
font-weight: 600;
font-style: italic;
font-size: var(--type-quote);
font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", "Apple Chancery", "FuturaCyrillic",
cursive
}
.tsms-actions {
justify-content: center;
gap: .75rem
}
.tsms-actions .btn {
border-radius: 999px;
padding: .84rem 1.25rem;
font-weight: 700;
white-space: nowrap
}
.tsms-actions .btn-outline-primary {
background: #fff
}
.tsms-hero-arrow {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 16px;
width: 56px;
height: 56px;
border-radius: 999px;
background: rgba(255, 255, 255, .92);
color: var(--taguig-blue);
border: 2px solid #d8e3ff;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 26px rgba(16, 16, 16, .08);
backdrop-filter: saturate(130%) blur(6px);
cursor: pointer;
z-index: 2;
transition: transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease);
animation: tsms-bounce 1.6s var(--motion-ease) infinite
}
.tsms-hero-arrow:hover {
transform: translateX(-50%) translateY(2px)
}
.tsms-hero-arrow:active {
background: var(--taguig-blue);
border-color: var(--taguig-yellow);
color: #fff
}
.tsms-hero-arrow i {
font-size: 18px
}
@keyframes tsms-bounce {
0%,
100% {
transform: translateX(-50%) translateY(0)
}
50% {
transform: translateX(-50%) translateY(6px)
}
}
@media (prefers-reduced-motion: reduce) {
.tsms-hero-arrow {
animation: none
}
}
.hero-wrap.section-block {
background: #fff;
padding-block: calc(var(--content-pad) + .35rem)
}
.hero-img {
max-width: 480px;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 14px;
border: 1px solid #e2e8f0;
box-shadow: var(--shadow-card)
}
.tiles {
display: grid;
gap: var(--gap-lg);
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
align-items: start
}
@media (min-width:576px) {
.tiles {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}
}
.cards-2 {
display: grid;
gap: var(--gap)
}
@media (min-width:992px) {
.cards-2 {
grid-template-columns: 1fr 1fr
}
}
.panel {
background: #fff;
border: 1px solid var(--panel-border);
border-radius: var(--panel-radius);
padding: var(--panel-pad);
box-shadow: var(--shadow-soft);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}
.tile {
display: flex;
flex-direction: column;
gap: .35rem
}
.tile-badge {
display: inline-block;
font-weight: 800;
text-transform: uppercase;
color: #fff;
letter-spacing: .02em;
border-radius: 999px;
padding: .35rem .7rem;
background: var(--taguig-blue);
font-size: .85rem
}
.amount-pill {
display: inline-block;
background: var(--taguig-red);
color: #fff;
font-weight: 800;
padding: .35rem .65rem;
border-radius: 999px;
letter-spacing: .02em;
font-size: .9rem
}
.table {
font-size: var(--table-font)
}
.table-sm>:not(caption)>*>* {
padding: .35rem .5rem
}
.brand-logo {
height: 36px;
width: auto
}
footer {
border-top: 4px solid var(--taguig-blue);
background: #f1f3f7
}
.peso-footer-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: .75rem 1rem;
}
.peso-footer-left {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: .15rem .68rem;
color: #283754;
letter-spacing: .005em;
}
.peso-footer-left strong {
color: #132d5e;
font-weight: 800;
}
.peso-footer-dot {
color: #b6c2d8;
font-weight: 700;
line-height: 1;
}
.peso-footer-social {
display: flex;
flex-wrap: wrap;
gap: .45rem;
justify-content: flex-end;
}
.peso-footer-pill {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
padding: 0;
border-radius: 999px;
border: 1px solid #c2d2f4;
background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
color: #132d5e;
text-decoration: none;
font-weight: 700;
line-height: 1;
box-shadow: 0 4px 10px rgba(26, 71, 152, .08);
transition: background-color var(--motion-fast) var(--motion-ease), border-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease);
}
.peso-footer-pill i {
font-size: 1.15rem;
}
.peso-footer-pill.is-facebook i {
color: #1877f2;
}
.peso-footer-pill.is-instagram i {
color: #e1306c;
}
.peso-footer-pill.is-x i {
color: #111827;
}
.peso-footer-pill.is-web i {
color: #1a4798;
}
.peso-footer-pill:hover {
background: #dfe9ff;
border-color: #a8bff0;
color: #0d2754;
transform: translateY(-1px);
}
@media (max-width: 992px) {
.peso-footer-row {
justify-content: center;
}
.peso-footer-left {
justify-content: center;
}
.peso-footer-social {
justify-content: center;
}
}
#toTop {
position: fixed;
right: 1rem;
bottom: calc(1rem + var(--fab-footer-offset, 0px));
z-index: 1030;
width: 56px;
height: 56px;
border-radius: 999px;
border: 0;
padding: 0;
background: transparent;
color: var(--taguig-blue);
display: none;
align-items: center;
justify-content: center;
--progress: 0deg;
transition: transform var(--motion-fast) var(--motion-ease)
}
#docQuick {
position: fixed;
right: 1rem;
bottom: calc(1rem + 56px + 14px + var(--fab-footer-offset, 0px));
z-index: 1030;
width: 56px;
height: 56px;
border-radius: 999px;
border: 0;
padding: 0;
background: var(--taguig-blue);
color: #fff;
display: none;
align-items: center;
justify-content: center;
box-shadow: 0 12px 24px rgba(26, 71, 152, .25);
transition: transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease)
}
#docQuick .docquick-icon {
position: relative;
width: 22px;
height: 22px;
display: inline-flex;
align-items: center;
justify-content: center
}
#docQuick .docquick-icon i:first-child {
font-size: 22px
}
#docQuick .docquick-icon i:last-child {
position: absolute;
right: -2px;
bottom: -2px;
font-size: 11px
}
#docQuick.show {
display: flex
}
#toTop::before,
#toTop::after {
content: "";
position: absolute;
border-radius: inherit;
pointer-events: none
}
#toTop::before {
inset: 0;
background: conic-gradient(var(--taguig-blue) var(--progress), #dbe3f4 0deg);
z-index: 0
}
#toTop::after {
inset: 6px;
background: #fff;
border: 1px solid #d8e3ff;
box-shadow: 0 12px 24px rgba(26, 71, 152, .18);
z-index: 1;
transition: box-shadow var(--motion-fast) var(--motion-ease)
}
#toTop i {
position: relative;
z-index: 2;
font-size: 18px;
color: var(--taguig-blue)
}
#toTop.show {
display: flex
}
@media (hover: hover) {
#toTop:hover {
transform: translateY(-2px)
}
#toTop:hover::after {
box-shadow: var(--shadow-float)
}
#docQuick:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-float)
}
}
:focus-visible {
outline: 3px solid var(--taguig-yellow);
outline-offset: 3px;
border-radius: .25rem
}
@media (prefers-reduced-motion: reduce) {
.motion-ready .js-reveal,
.motion-ready .js-reveal.is-revealed {
opacity: 1;
transform: none;
transition: none
}
}
:where(.req-wrap, .merit-wrap, .gallery-wrap) {
background: #fff;
border-radius: var(--panel-radius-lg);
overflow: clip;
box-shadow: var(--shadow-soft)
}
:where(.req-topbars, .merit-topbars, .gal-topbars) {
height: var(--poster-bar-h);
display: flex;
border-radius: var(--panel-radius-lg) var(--panel-radius-lg) 0 0;
overflow: hidden
}
.req-topbars .r {
background: var(--taguig-red);
flex: 2
}
.req-topbars .y {
background: var(--taguig-yellow);
flex: 1
}
.req-topbars .b {
background: var(--taguig-blue);
flex: 3
}
.merit-topbars .b {
background: var(--taguig-blue);
flex: 3
}
.merit-topbars .r {
background: var(--taguig-red);
flex: 1
}
.merit-topbars .y {
background: var(--taguig-yellow);
flex: .8
}
.gal-topbars .r {
background: var(--taguig-red);
flex: 1
}
.gal-topbars .y {
background: var(--taguig-yellow);
flex: 1
}
.gal-topbars .b {
background: var(--taguig-blue);
flex: 2
}
:where(.req-body, .merit-body, .gal-body) {
padding: var(--poster-pad);
border-radius: 0 0 var(--panel-radius-lg) var(--panel-radius-lg);
background: #fff;
display: grid;
gap: var(--content-gap)
}
.req-body {
border: 2px dashed #9fb7ea;
position: relative
}
.merit-body {
border: 1px solid #dbe7ff;
border-top: 0
}
.gal-body {
border: 1px solid #dbe7ff;
border-top: 0
}
.req-title,
.merit-title,
.gal-title {
text-align: center;
color: var(--taguig-blue);
font-weight: 800;
margin: .4rem 0 1rem
}
.req-title {
font-size: clamp(1.15rem, 1rem + .9vw, 1.45rem)
}
.merit-title {
font-size: clamp(1.25rem, 1.05rem + 1.1vw, 1.6rem)
}
.gal-title {
font-size: clamp(1.2rem, 1rem + .8vw, 1.45rem)
}
.req-callout {
background: #fef7e0;
border: 1px solid #f3d660;
border-radius: 12px;
padding: .75rem .9rem;
font-size: .95rem
}
.req-callout .badge-set {
display: inline-block;
font-weight: 900;
letter-spacing: .02em;
text-transform: uppercase;
color: #fff;
border-radius: 999px;
padding: .2rem .55rem;
margin-right: .4rem;
font-size: .75rem;
background: var(--taguig-red)
}
.req-callout .badge-set.set2 {
background: var(--taguig-blue)
}
.req-ribbon {
display: inline-block;
background: var(--taguig-red);
color: #fff;
font-weight: 800;
text-transform: uppercase;
padding: .45rem .7rem;
border-radius: 8px;
letter-spacing: .02em;
font-size: .82rem;
margin-bottom: .5rem
}
.req-box h3 {
margin: 0 0 .35rem;
color: #000;
font-weight: 800;
font-size: 1rem
}
.req-list {
list-style: none;
counter-reset: n;
padding-left: 0;
margin: 0
}
.req-list li {
counter-increment: n;
position: relative;
padding: .35rem 0 .35rem 2rem;
font-size: .97rem;
line-height: 1.5
}
.req-list li::before {
content: counter(n);
position: absolute;
left: 0;
top: .25rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
text-align: center;
border-radius: 50%;
background: var(--taguig-blue);
color: #fff;
font-weight: 800;
font-size: .78rem
}
.req-list.is-dense li {
padding-top: .28rem;
padding-bottom: .28rem;
line-height: 1.45;
}
@media (min-width:1200px) {
.req-list.is-dense {
column-count: 2;
column-gap: 1.2rem;
}
.req-list.is-dense li {
break-inside: avoid;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
padding-right: .45rem;
}
}
#requirements .req-stamp,
#taguigscholarship-requirements .req-stamp,
#tlc-requirements .req-stamp {
position: absolute;
top: 14px;
right: -56px;
width: 200px;
height: 36px;
background: var(--taguig-red);
color: #fff;
border: 0;
border-radius: 0;
box-shadow: 0 12px 24px rgba(237, 28, 36, .18);
display: flex;
align-items: center;
justify-content: center;
transform: rotate(45deg);
pointer-events: none;
z-index: 3
}
#requirements .req-stamp::before,
#requirements .req-stamp::after,
#taguigscholarship-requirements .req-stamp::before,
#taguigscholarship-requirements .req-stamp::after,
#tlc-requirements .req-stamp::before,
#tlc-requirements .req-stamp::after {
content: "";
position: absolute;
top: 0;
width: 0;
height: 0;
border-top: 18px solid transparent;
border-bottom: 18px solid transparent
}
#requirements .req-stamp::before,
#taguigscholarship-requirements .req-stamp::before,
#tlc-requirements .req-stamp::before {
left: -18px;
border-right: 18px solid var(--taguig-red)
}
#requirements .req-stamp::after,
#taguigscholarship-requirements .req-stamp::after,
#tlc-requirements .req-stamp::after {
right: -18px;
border-left: 18px solid var(--taguig-red)
}
#requirements .req-stamp i,
#taguigscholarship-requirements .req-stamp i,
#tlc-requirements .req-stamp i {
font-size: 16px;
color: #fff
}
.req-ids {
background: #f7faff;
border: 1px solid #dbe7ff;
padding: .75rem .9rem;
border-radius: 12px;
font-size: .9rem
}
.req-ids .dot {
opacity: .5;
margin: 0 .35rem
}
.req-footer-logos {
display: flex;
gap: .75rem;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-top: .6rem
}
.req-logo {
height: 36px;
width: auto;
filter: saturate(1.1)
}
.merit-bullets {
margin: 0 0 .75rem 0;
padding: 0;
list-style: none
}
.merit-bullets li {
position: relative;
padding: .45rem 0 .45rem 2.05rem;
line-height: 1.5
}
.merit-bullets li::before {
content: "\2713";
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: .50rem;
width: 1.4rem;
height: 1.4rem;
border-radius: 50%;
background: var(--taguig-red);
color: #fff;
font-weight: 900;
font-size: .9rem
}
.merit-note {
color: #b10e14;
font-weight: 800
}
.merit-hr {
height: 1px;
background: #e5edf9;
border: 0;
margin: 1rem 0 .9rem
}
.merit-subtitle {
text-align: center;
color: var(--taguig-blue);
font-weight: 800;
font-size: clamp(1.05rem, .95rem + .6vw, 1.25rem);
margin: 0 0 .35rem
}
.merit-steps {
margin: 0 0 .75rem 0;
padding-left: 1rem
}
.merit-steps li {
margin: .25rem 0;
line-height: 1.5
}
.sample-chip {
display: inline-block;
background: var(--taguig-red);
color: #fff;
font-weight: 800;
letter-spacing: .02em;
text-transform: uppercase;
border-radius: 8px;
padding: .3rem .55rem;
font-size: .78rem;
margin-bottom: .35rem
}
.merit-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
font-size: var(--table-font);
overflow: hidden;
border: 1px solid #e9eef8
}
.merit-table thead th {
background: var(--taguig-red);
color: #fff;
text-transform: uppercase;
letter-spacing: .02em;
font-weight: 800;
font-size: .85rem;
border: 0
}
.merit-table th,
.merit-table td {
padding: .5rem .6rem
}
.merit-table tbody td {
border-top: 1px solid #f0f3fa
}
.merit-table tbody tr:nth-child(even) {
background: #fbfcff
}
.merit-totals {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .65rem;
margin-top: .55rem
}
@media (max-width:420px) {
.merit-totals {
grid-template-columns: 1fr
}
}
.total-box {
background: var(--taguig-blue);
color: #fff;
border-radius: 10px;
padding: .5rem .65rem;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 800
}
.total-box .val {
font-size: 1rem
}
.swa-eq {
margin-top: .7rem;
background: #fff;
border: 2px solid #ffe4e4;
border-radius: 12px;
padding: .65rem .8rem;
display: flex;
flex-wrap: wrap;
gap: .4rem .55rem;
align-items: center;
justify-content: center
}
.swa-eq .label {
font-weight: 900;
color: #000
}
.swa-eq .key {
font-weight: 800;
color: #b10e14
}
.swa-pill {
display: inline-block;
background: var(--taguig-red);
color: #fff;
font-weight: 900;
border-radius: 10px;
padding: .25rem .55rem;
font-size: 1rem;
min-width: 58px;
text-align: center
}
.taguigscholarship-callout {
background: #f7f9fc;
border: 1px solid #e5edf9;
border-left: 6px solid var(--taguig-blue);
border-radius: 14px;
padding: .9rem 1rem
}
.taguigscholarship-panel {
background: #fff;
border: 1px solid #dfe6f6;
border-radius: 16px;
padding: 1rem
}
.taguigscholarship-panel-title {
border-left: 4px solid var(--taguig-blue);
padding-left: .65rem;
font-weight: 800;
margin-bottom: .5rem
}
.taguigscholarship-checklist {
list-style: none;
padding: 0;
margin: 0
}
.taguigscholarship-checklist li {
position: relative;
padding-left: 1.5rem;
margin: .35rem 0
}
.taguigscholarship-checklist li::before {
content: "\2713";
position: absolute;
left: 0;
top: 0;
color: var(--taguig-blue);
font-weight: 900
}
.taguigscholarship-bullets {
list-style: none;
padding-left: 0;
margin: 0
}
.taguigscholarship-bullets li {
position: relative;
padding-left: 1.25rem;
margin: .35rem 0
}
.taguigscholarship-bullets li::before {
content: "\2022";
position: absolute;
left: 0;
top: 0;
color: var(--taguig-blue);
font-weight: 900
}
.taguigscholarship-subtitle {
font-weight: 800;
margin-bottom: .4rem
}
.dl-grid {
display: grid;
gap: var(--gap-lg);
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}
@media (min-width:576px) {
.dl-grid {
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr))
}
}
.dl-card {
display: flex;
align-items: center;
gap: 1.25rem;
flex-wrap: nowrap
}
.dl-ico {
flex: 0 0 56px;
height: 56px;
width: 56px;
border-radius: 14px;
background: var(--bg-blue);
border: 1px solid #dbe7ff;
display: flex;
align-items: center;
justify-content: center;
color: var(--taguig-blue);
font-size: 24px
}
.dl-body {
flex: 1 1 auto;
min-width: 0
}
.dl-title {
margin: 0;
font-weight: 800;
color: #000;
font-size: 1rem
}
.dl-sub {
margin: 0;
color: #5b6575;
font-size: .9rem
}
.btn-download {
border-radius: 999px;
font-weight: 800;
white-space: nowrap;
flex: 0 0 auto;
margin-left: auto;
padding: .8rem 1.2rem
}
.howworks {
position: relative;
overflow: hidden;
background: #eef4ff;
isolation: isolate;
padding-block: var(--section-pad);
}
#journey .container {
position: relative;
z-index: 1;
}
.section-head.section-head-center {
text-align: center;
justify-items: center;
margin-bottom: clamp(.75rem, 1.4vw, 1.2rem);
}
.journey-eyebrow {
display: inline-block;
font-size: .9rem;
text-transform: uppercase;
letter-spacing: .06em;
font-weight: 800;
color: #3c5b96;
}
.journey-subtitle {
margin: .15rem 0 0;
max-width: 68ch;
color: #61708d;
font-weight: 600;
font-size: clamp(.97rem, .94rem + .2vw, 1.03rem);
line-height: 1.5;
}
.journey-divider {
width: 100%;
margin: .25rem 0 .45rem;
}
.journey-toolbar {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
gap: .3rem;
z-index: 5;
pointer-events: none;
}
.journey-toolbar.is-hidden {
visibility: hidden;
pointer-events: none;
}
.journey-nav-btn {
width: 42px;
height: 42px;
border-radius: var(--radius-pill);
border: 1px solid #ccdaf9;
background: #fff;
color: #1a4798;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: .95rem;
transition: background-color var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease), border-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease);
box-shadow: 0 8px 20px rgba(26, 71, 152, .16);
pointer-events: auto;
}
.journey-nav-btn:hover:not(:disabled),
.journey-nav-btn:active:not(:disabled) {
background: #1a4798;
border-color: #1a4798;
color: #fff;
transform: translateY(-1px);
}
.journey-nav-btn:disabled {
opacity: .4;
cursor: not-allowed;
}
.journey-track-wrap {
position: relative;
padding-inline: clamp(1.8rem, 2.8vw, 2.6rem);
}
.journey-track {
display: flex;
gap: clamp(.8rem, 1vw, 1.2rem);
align-items: flex-start;
overflow-x: auto;
overflow-y: hidden;
padding: .15rem 0 .45rem;
scroll-snap-type: x mandatory;
scroll-padding-inline: clamp(1.8rem, 2.8vw, 2.6rem);
scrollbar-width: none;
-ms-overflow-style: none;
}
.journey-track::-webkit-scrollbar {
width: 0;
height: 0;
display: none;
}
.journey-item {
text-align: center;
display: grid;
justify-items: center;
align-content: start;
gap: .6rem;
padding: .75rem .65rem .85rem;
flex: 0 0 min(84vw, 360px);
scroll-snap-align: start;
border: 1px solid var(--panel-border);
border-radius: var(--panel-radius);
background: #fff;
box-shadow: var(--shadow-soft);
min-height: clamp(238px, 24vw, 290px);
transition: transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease), border-color var(--motion-fast) var(--motion-ease);
}
.journey-item:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-card);
border-color: #b8cdf4;
}
.journey-illustration-wrap {
width: min(100%, clamp(170px, 18vw, 230px));
aspect-ratio: 1 / 1;
display: grid;
place-items: center;
}
.journey-illustration {
width: 100%;
height: 100%;
object-fit: contain;
filter: drop-shadow(0 10px 20px rgba(26, 71, 152, .14));
}
.journey-icon {
width: clamp(94px, 9vw, 122px);
height: clamp(94px, 9vw, 122px);
border-radius: 26px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #1a4798;
font-size: clamp(1.9rem, 1.4rem + 1vw, 2.35rem);
border: 1px solid #cbdbfb;
background: radial-gradient(circle at 30% 25%, #ffffff 0%, #edf4ff 58%, #e2ecff 100%);
box-shadow: 0 12px 22px rgba(33, 63, 126, .14);
transition: transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease);
}
.journey-item:hover .journey-icon {
transform: translateY(-2px);
box-shadow: 0 16px 26px rgba(33, 63, 126, .21);
}
.journey-meta {
display: inline-flex;
align-items: center;
gap: .56rem;
}
.journey-step-index {
width: 2.1rem;
height: 2.1rem;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 1rem;
line-height: 1;
color: #26ad67;
background: #dff8e9;
box-shadow: inset 0 0 0 1px #c0ebd5;
}
.journey-title {
margin: 0;
font-size: clamp(1.1rem, .99rem + .52vw, 1.35rem);
color: #0d2a5f;
letter-spacing: .005em;
line-height: 1.24;
text-wrap: balance;
}
.journey-copy {
margin-top: .05rem;
max-width: 30ch;
color: #6c7a94;
font-size: .95rem;
line-height: var(--copy-leading);
font-weight: 600;
text-wrap: pretty;
}
.journey-rules {
margin-top: .55rem;
border-radius: 14px;
border: 1px dashed #b6c8ed;
background: #f5f9ff;
padding: .8rem .95rem;
}
.journey-rules strong {
color: #0d2a5f;
display: inline-block;
margin-bottom: .35rem;
}
.journey-rules ul {
margin: 0;
padding-left: 1.1rem;
color: #53647e;
}
.journey-rules li {
margin: .24rem 0;
}
@media (min-width:992px) {
.journey-item {
flex-basis: calc((100% - 2rem) / 3);
min-width: calc((100% - 2rem) / 3);
}
}
@media (max-width: 767.98px) {
.journey-track-wrap {
padding-inline: 0;
}
.journey-toolbar {
position: static;
transform: none;
justify-content: center;
gap: .5rem;
margin-bottom: .55rem;
pointer-events: auto;
}
.journey-nav-btn {
width: 42px;
height: 42px;
}
.journey-item {
min-height: 248px;
}
}
.gallery-grid {
display: grid;
gap: .8rem;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
}
@media (min-width:576px) {
.gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr))
}
}
.gallery-item {
position: relative;
border-radius: 12px;
overflow: hidden;
cursor: zoom-in;
padding: 0;
background: #f8fbff
}
.gallery-thumb {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
display: block;
transition: transform .3s ease;
background: #e7eefc
}
.gallery-cap {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
color: #fff;
padding: .45rem .6rem;
font-size: .85rem;
transform: translateY(0);
transition: opacity .2s ease;
opacity: .92
}
.gallery-item:hover .gallery-cap,
.gallery-item:focus-within .gallery-cap {
opacity: 1
}
.gallery-item:focus-visible {
outline: 3px solid var(--taguig-yellow);
outline-offset: 2px
}
@media (hover: hover) {
.panel:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-card);
border-color: rgba(26, 71, 152, .2)
}
.gallery-item:hover .gallery-thumb {
transform: scale(1.03)
}
}
.lightbox-img {
max-width: 100%;
max-height: calc(100vh - 180px);
border-radius: 12px
}
.lb-controls {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
pointer-events: none
}
.lb-btn {
pointer-events: auto;
border: 0;
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(0, 0, 0, .5);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center
}
.lb-btn:hover {
background: rgba(0, 0, 0, .65)
}
.lb-meta {
font-weight: 700
}
@media (max-width: 991.98px) {
:root {
--nav-h: 60px
}
.tsms-topbar {
display: flex
}
.tsms-timewrap {
display: none
}
body {
padding-top: var(--nav-h)
}
.section-block {
scroll-margin-top: var(--nav-h)
}
}
@media (max-width: 575.98px) {
:root {
--nav-h: 56px;
--section-pad: 1.85rem;
--content-pad: 1.85rem;
--content-gap: .75rem;
--reading-width: 58ch;
--gap: .85rem;
--gap-lg: 1rem
}
#toTop {
bottom: calc(4.8rem + var(--fab-footer-offset, 0px));
}
#docQuick {
bottom: calc(4.8rem + 56px + 12px + var(--fab-footer-offset, 0px));
}
.tsms-actions {
flex-direction: column;
align-items: stretch
}
.tsms-actions .btn {
width: 100%
}
.tsms-search.open .form-control {
width: min(220px, 72vw)
}
}
@media (max-width:420px) {
.tsms-logo {
width: 36px;
height: 36px
}
.tsms-brandsub {
display: none
}
.tsms-right {
gap: .5rem
}
.tsms-hero-arrow {
width: 48px;
height: 48px
}
}
@media (max-width:360px) {
.tsms-logo {
width: 32px;
height: 32px
}
.tsms-brandtitle {
font-size: 1rem
}
.tsms-time {
padding: .35rem .6rem
}
.tsms-time-label {
display: none
}
}
@media (max-width:767.98px) {
.dl-card {
flex-wrap: wrap;
align-items: flex-start
}
.dl-body {
order: 2;
width: 100%
}
.btn-download {
order: 3;
width: 100%;
margin-left: 0;
margin-top: .5rem;
display: inline-flex;
align-items: center;
justify-content: center
}
}
@media (max-width:575.98px) {
#requirements .req-stamp,
#taguigscholarship-requirements .req-stamp,
#tlc-requirements .req-stamp {
right: -48px;
width: 170px
}
}
@media (max-width:380px) {
#requirements .req-stamp,
#taguigscholarship-requirements .req-stamp,
#tlc-requirements .req-stamp {
right: -44px;
width: 150px
}
}