.study-philippines-page {
    --dpp-ink: #102640;
    --dpp-muted: #58697b;
    --dpp-green: #24cf8b;
    --dpp-green-dark: #087c59;
    --dpp-mint: #e9fbf4;
    --dpp-blue: #2c70bd;
    --dpp-sky: #edf6ff;
    --dpp-warm: #fff4e6;
    --dpp-coral: #d96348;
    --dpp-line: #d8e4ed;
    --dpp-white: #fff;
    color: var(--dpp-ink);
    background: var(--dpp-white);
    font-family: inherit;
    overflow: clip;
}

body.tands-study-philippines-view main.inner-page {
    max-width: none;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.study-philippines-page *,
.study-philippines-page *::before,
.study-philippines-page *::after {
    box-sizing: border-box;
}

.study-philippines-page button { font: inherit; }
.study-philippines-page a,
.study-philippines-page button { -webkit-tap-highlight-color: transparent; }
.study-philippines-page :focus-visible { outline: 3px solid #f2b84a; outline-offset: 3px; }
.study-philippines-page a[aria-disabled="true"] { cursor: default; }

.dpp-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.dpp-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    align-items: end;
    isolation: isolate;
    background: #0d263f;
}

.dpp-hero__image,
.dpp-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dpp-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.dpp-hero__veil {
    z-index: -1;
    background: rgba(7, 27, 45, .82);
}

.dpp-hero__content {
    padding-block: 116px 72px;
    color: var(--dpp-white);
}

.dpp-eyebrow,
.dpp-kicker {
    margin: 0 0 14px;
    color: var(--dpp-green);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
}

.dpp-hero h1 {
    max-width: 900px;
    margin: 0;
    color: var(--dpp-white);
    font-size: 62px;
    line-height: 1.18;
    letter-spacing: 0;
}

.dpp-hero__lead {
    max-width: 870px;
    margin: 24px 0 0;
    color: #f3f7fa;
    font-size: 20px;
    line-height: 1.9;
}

.dpp-hero__support {
    max-width: 820px;
    margin: 10px 0 0;
    color: #cfdae3;
    font-size: 16px;
    line-height: 1.85;
}

.dpp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.dpp-actions--center { justify-content: center; }

.dpp-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 23px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.dpp-button:hover { transform: translateY(-2px); }
.dpp-button--primary { color: #063226 !important; background: var(--dpp-green); }
.dpp-button--primary:hover { background: #4bdda6; }
.dpp-button--ghost { color: var(--dpp-white) !important; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.dpp-button--ghost:hover { background: rgba(255,255,255,.16); }
.dpp-button--dark { color: var(--dpp-white) !important; background: var(--dpp-ink); }
.dpp-button--dark:hover { background: #183858; }

.dpp-snapshot {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--dpp-line);
    background: var(--dpp-white);
}

.dpp-snapshot__grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.dpp-snapshot article {
    min-height: 116px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 22px 24px;
    border-inline-start: 1px solid var(--dpp-line);
}

.dpp-snapshot article:first-child { border-inline-start: 0; }
.dpp-snapshot span {
    min-width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: var(--dpp-green-dark);
    background: var(--dpp-mint);
    font-size: 12px;
    font-weight: 900;
}

.dpp-snapshot p { margin: 0; color: var(--dpp-muted); font-size: 14px; line-height: 1.68; }
.dpp-main { background: var(--dpp-white); }
.dpp-section { padding-block: 88px; }

.dpp-section__header { max-width: 790px; margin-bottom: 38px; }
.dpp-section__header--wide { max-width: 900px; }
.dpp-section__header h2,
.dpp-section__split-head h2,
.dpp-fit-copy h2,
.dpp-case-content h2,
.dpp-life-copy h2,
.dpp-balance-layout h2,
.dpp-warning-heading h2,
.dpp-final-cta h2 {
    margin: 0;
    color: var(--dpp-ink);
    font-size: 43px;
    line-height: 1.28;
    letter-spacing: 0;
}

.dpp-section__header > p:last-child,
.dpp-section__split-head > p,
.dpp-fit-copy > p,
.dpp-life-copy > p,
.dpp-warning-heading > p:last-child {
    color: var(--dpp-muted);
    font-size: 17px;
    line-height: 1.9;
}

.dpp-section__split-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 58px;
    align-items: end;
    margin-bottom: 38px;
}

.dpp-section__split-head > p { margin: 0; }
.dpp-section__header--light h2 { color: var(--dpp-white); }
.dpp-section__header--light > p:last-child { color: #cbd9e4; }
.dpp-text-link { color: var(--dpp-green-dark); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.dpp-text-link--light { color: var(--dpp-green); }
.dpp-text-link::after { content: " ←"; }

.dpp-section--answer { background: var(--dpp-white); }
.dpp-answer-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.2fr); gap: 76px; align-items: start; }
.dpp-answer-layout .dpp-section__header { margin: 0; }
.dpp-answer-copy { padding-inline-start: 30px; border-inline-start: 4px solid var(--dpp-green); }
.dpp-answer-copy p { margin: 0 0 16px; color: var(--dpp-muted); font-size: 16px; line-height: 1.95; }
.dpp-answer-copy .dpp-lead { color: var(--dpp-ink); font-size: 19px; font-weight: 700; }

.dpp-section--decision { scroll-margin-top: 100px; background: #f5f9fc; }
.dpp-decision-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--dpp-line); border-radius: 7px; overflow: hidden; list-style: none; background: var(--dpp-white); }
.dpp-decision-list li { min-height: 240px; display: flex; flex-direction: column; padding: 21px 18px; border-inline-start: 1px solid var(--dpp-line); }
.dpp-decision-list li:first-child { border-inline-start: 0; }
.dpp-decision-list li > span { color: var(--dpp-green-dark); font-size: 12px; font-weight: 900; }
.dpp-decision-list li > div { margin-top: auto; }
.dpp-decision-list h3 { margin: 0 0 9px; color: var(--dpp-ink); font-size: 18px; letter-spacing: 0; }
.dpp-decision-list p { margin: 0; color: var(--dpp-muted); font-size: 13px; line-height: 1.7; }

.dpp-section--why { background: var(--dpp-white); }
.dpp-reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px; background: var(--dpp-line); }
.dpp-reason-grid article { min-height: 305px; display: flex; flex-direction: column; padding: 28px 24px; background: var(--dpp-white); }
.dpp-reason-grid article > span { align-self: flex-start; padding: 5px 9px; border-radius: 4px; color: var(--dpp-green-dark); background: var(--dpp-mint); font-size: 11px; font-weight: 900; }
.dpp-reason-grid h3 { margin: 24px 0 10px; color: var(--dpp-ink); font-size: 20px; line-height: 1.5; letter-spacing: 0; }
.dpp-reason-grid p { margin: 0 0 20px; color: var(--dpp-muted); font-size: 14px; line-height: 1.8; }
.dpp-reason-grid a { margin-top: auto; color: var(--dpp-green-dark); font-size: 13px; font-weight: 900; }

.dpp-section--fit { background: var(--dpp-mint); }
.dpp-fit-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 72px; align-items: center; }
.dpp-fit-copy ul { margin: 25px 0; padding: 0; list-style: none; }
.dpp-fit-copy li { position: relative; padding: 8px 26px 8px 0; color: var(--dpp-ink); }
.dpp-fit-copy li::before { content: ""; position: absolute; right: 0; top: 17px; width: 9px; height: 9px; border-radius: 50%; background: var(--dpp-green); }
.dpp-fit-check { padding: 28px; border: 1px solid #b8decf; border-radius: 7px; background: rgba(255,255,255,.78); }
.dpp-fit-check > p { margin: 0 0 18px; color: var(--dpp-green-dark); font-weight: 900; }
.dpp-fit-check ol { margin: 0; padding: 0; list-style: none; }
.dpp-fit-check li { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid #cce6dc; color: var(--dpp-ink); line-height: 1.65; }
.dpp-fit-check li span { color: var(--dpp-green-dark); font-size: 11px; font-weight: 900; }

.dpp-section--cities { color: var(--dpp-white); background: var(--dpp-ink); }
.dpp-city-compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dpp-city { min-height: 445px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: #163451; }
.dpp-city--cebu { border-top: 4px solid var(--dpp-blue); }
.dpp-city--baguio { border-top: 4px solid var(--dpp-green); }
.dpp-city__label { margin: 0; color: var(--dpp-green); font-size: 12px; font-weight: 900; }
.dpp-city h3 { margin: 18px 0 10px; color: var(--dpp-white); font-size: 29px; letter-spacing: 0; }
.dpp-city > p:not(.dpp-city__label) { color: #cedbe5; line-height: 1.85; }
.dpp-city ul { margin: 16px 0 24px; padding: 0; list-style: none; }
.dpp-city li { position: relative; padding: 8px 24px 8px 0; color: #e1e9ef; line-height: 1.72; }
.dpp-city li::before { content: ""; position: absolute; right: 0; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--dpp-green); }
.dpp-city a { margin-top: auto; color: var(--dpp-green); font-weight: 900; }
.dpp-city-note { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.14); background: #0c2136; }
.dpp-city-note strong { color: var(--dpp-green); }
.dpp-city-note p { margin: 0; color: #cedbe5; font-size: 14px; line-height: 1.75; }
.dpp-city-note a { color: var(--dpp-white); font-weight: 900; }

.dpp-section--programs { background: var(--dpp-white); }
.dpp-program-lines { border-top: 1px solid var(--dpp-line); }
.dpp-program-lines article { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 108px; border-bottom: 1px solid var(--dpp-line); }
.dpp-program-lines article > span { color: var(--dpp-green-dark); font-size: 12px; font-weight: 900; }
.dpp-program-lines h3 { margin: 0 0 6px; color: var(--dpp-ink); font-size: 20px; letter-spacing: 0; }
.dpp-program-lines p { margin: 0; color: var(--dpp-muted); font-size: 14px; line-height: 1.7; }
.dpp-program-lines a { color: var(--dpp-green-dark); font-size: 14px; font-weight: 900; }
.dpp-centered-action { display: flex; justify-content: center; margin-top: 30px; }

.dpp-section--case { color: var(--dpp-white); background: #0c2238; }
.dpp-case-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 58px; align-items: start; }
.dpp-case-mark { position: sticky; top: 120px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-top: 4px solid var(--dpp-green); border-radius: 7px; background: #15324e; }
.dpp-case-mark span { color: var(--dpp-green); font-size: 12px; font-weight: 900; }
.dpp-case-mark strong { margin-top: 22px; color: var(--dpp-white); font-size: 48px; line-height: 1; }
.dpp-case-mark small { margin-top: 9px; color: #cbd7e1; }
.dpp-case-content h2 { color: var(--dpp-white); }
.dpp-case-content > p:not(.dpp-kicker):not(.dpp-case-warning) { color: #cbd8e3; font-size: 17px; line-height: 1.9; }
.dpp-case-campuses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.dpp-case-campuses article { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: #14304b; }
.dpp-case-campuses span { color: var(--dpp-green); font-size: 11px; font-weight: 900; }
.dpp-case-campuses h3 { margin: 18px 0 9px; color: var(--dpp-white); font-size: 20px; letter-spacing: 0; }
.dpp-case-campuses p { margin: 0; color: #cad7e1; font-size: 14px; line-height: 1.8; }
.dpp-case-warning { margin: 20px 0; padding: 17px 19px; border-inline-start: 4px solid #f1a45f; color: #ffe9d6; background: #432c27; line-height: 1.75; }

.dpp-section--cost { background: #f5f9fc; }
.dpp-cost-bands { border: 1px solid var(--dpp-line); border-radius: 7px; overflow: hidden; background: var(--dpp-white); }
.dpp-cost-bands article { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 22px; align-items: start; padding: 27px; border-bottom: 1px solid var(--dpp-line); }
.dpp-cost-bands article:last-child { border-bottom: 0; }
.dpp-cost-bands article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 5px; color: var(--dpp-green-dark); background: var(--dpp-mint); font-size: 12px; font-weight: 900; }
.dpp-cost-bands h3 { margin: 0 0 8px; color: var(--dpp-ink); font-size: 21px; letter-spacing: 0; }
.dpp-cost-bands p { margin: 0; color: var(--dpp-muted); line-height: 1.8; }
.dpp-evidence-note { margin: 18px 0 0; padding: 16px 18px; border-inline-start: 4px solid var(--dpp-blue); color: #37536f; background: var(--dpp-sky); line-height: 1.75; }

.dpp-section--life { background: var(--dpp-white); }
.dpp-life-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.1fr); gap: 72px; align-items: start; }
.dpp-life-questions { margin: 0; padding: 0; border-top: 1px solid var(--dpp-line); list-style: none; }
.dpp-life-questions li { display: flex; gap: 18px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--dpp-line); color: var(--dpp-ink); font-weight: 700; }
.dpp-life-questions li span { color: var(--dpp-green-dark); font-size: 11px; font-weight: 900; }

.dpp-section--balance { background: var(--dpp-mint); }
.dpp-balance-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.15fr); gap: 78px; align-items: start; }
.dpp-balance-copy p { margin: 0 0 15px; color: var(--dpp-muted); font-size: 16px; line-height: 1.9; }

.dpp-section--steps { background: var(--dpp-white); }
.dpp-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 36px; border-top: 1px solid var(--dpp-line); list-style: none; }
.dpp-steps li { min-height: 145px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; align-items: center; border-bottom: 1px solid var(--dpp-line); }
.dpp-steps li > span { color: var(--dpp-green-dark); font-size: 12px; font-weight: 900; }
.dpp-steps h3 { margin: 0 0 8px; color: var(--dpp-ink); font-size: 20px; letter-spacing: 0; }
.dpp-steps p { margin: 0; color: var(--dpp-muted); font-size: 14px; line-height: 1.75; }

.dpp-section--warnings { background: var(--dpp-warm); }
.dpp-warning-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.15fr); gap: 68px; align-items: start; }
.dpp-warning-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; }
.dpp-warning-list li { position: relative; min-height: 72px; display: flex; align-items: center; padding: 16px 46px 16px 18px; border: 1px solid #efd3bb; border-radius: 6px; color: #704027; background: rgba(255,255,255,.72); line-height: 1.65; }
.dpp-warning-list li::before { content: "!"; position: absolute; right: 16px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: var(--dpp-white); background: var(--dpp-coral); font-size: 12px; font-weight: 900; }

.dpp-section--faq { background: var(--dpp-white); }
.dpp-faq-layout { display: grid; grid-template-columns: minmax(280px, .67fr) minmax(0, 1.2fr); gap: 68px; align-items: start; }
.dpp-faq-layout .dpp-section__header { position: sticky; top: 120px; }
.dpp-faq-list { border-top: 1px solid var(--dpp-line); }
.dpp-faq-list details { border-bottom: 1px solid var(--dpp-line); }
.dpp-faq-list summary { position: relative; padding: 22px 0 22px 42px; color: var(--dpp-ink); font-size: 17px; font-weight: 900; cursor: pointer; list-style: none; }
.dpp-faq-list summary::-webkit-details-marker { display: none; }
.dpp-faq-list summary::after { content: "+"; position: absolute; left: 6px; top: 17px; color: var(--dpp-green-dark); font-size: 27px; font-weight: 400; }
.dpp-faq-list details[open] summary::after { content: "−"; }
.dpp-faq-list details p { margin: 0; padding: 0 0 22px; color: var(--dpp-muted); line-height: 1.87; }

.dpp-final-cta { padding-block: 82px; color: var(--dpp-white); text-align: center; background: var(--dpp-green-dark); }
.dpp-final-cta h2 { max-width: 820px; margin-inline: auto; color: var(--dpp-white); }
.dpp-final-cta > .dpp-shell > p:not(.dpp-eyebrow) { max-width: 780px; margin: 18px auto 0; color: #d9f5eb; font-size: 17px; line-height: 1.88; }
.dpp-editorial-note { padding-block: 18px; border-top: 1px solid var(--dpp-line); background: #f7fafc; }
.dpp-editorial-note .dpp-shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; }
.dpp-editorial-note p { margin: 0; color: #68798b; font-size: 12px; }

@media (max-width: 1100px) {
    .dpp-decision-list { grid-template-columns: repeat(4, 1fr); }
    .dpp-decision-list li:nth-child(5) { border-inline-start: 0; border-top: 1px solid var(--dpp-line); }
    .dpp-decision-list li:nth-child(n+6) { border-top: 1px solid var(--dpp-line); }
    .dpp-reason-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
    .dpp-shell { width: min(100% - 28px, 1180px); }
    .dpp-hero { min-height: 700px; }
    .dpp-hero__veil { background: rgba(7, 27, 45, .86); }
    .dpp-hero__content { padding-block: 112px 48px; }
    .dpp-hero h1 { font-size: 40px; }
    .dpp-hero__lead { font-size: 17px; line-height: 1.86; }
    .dpp-actions { display: grid; grid-template-columns: 1fr; }
    .dpp-button { width: 100%; }
    .dpp-snapshot__grid { grid-template-columns: repeat(2, 1fr); }
    .dpp-snapshot article { min-height: 120px; padding: 16px; border-bottom: 1px solid var(--dpp-line); }
    .dpp-snapshot article:nth-child(odd) { border-inline-start: 0; }
    .dpp-section { padding-block: 62px; }
    .dpp-section__header h2,
    .dpp-section__split-head h2,
    .dpp-fit-copy h2,
    .dpp-case-content h2,
    .dpp-life-copy h2,
    .dpp-balance-layout h2,
    .dpp-warning-heading h2,
    .dpp-final-cta h2 { font-size: 32px; }
    .dpp-answer-layout,
    .dpp-section__split-head,
    .dpp-fit-layout,
    .dpp-city-compare,
    .dpp-case-layout,
    .dpp-life-layout,
    .dpp-balance-layout,
    .dpp-warning-layout,
    .dpp-faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .dpp-answer-copy { padding-inline-start: 0; padding-top: 22px; border-inline-start: 0; border-top: 4px solid var(--dpp-green); }
    .dpp-decision-list { grid-template-columns: repeat(2, 1fr); }
    .dpp-decision-list li { min-height: 190px; border-top: 1px solid var(--dpp-line); }
    .dpp-decision-list li:nth-child(1),
    .dpp-decision-list li:nth-child(2) { border-top: 0; }
    .dpp-decision-list li:nth-child(odd) { border-inline-start: 0; }
    .dpp-reason-grid,
    .dpp-case-campuses,
    .dpp-steps,
    .dpp-warning-list { grid-template-columns: 1fr; }
    .dpp-city { min-height: auto; }
    .dpp-city-note { grid-template-columns: 1fr; }
    .dpp-program-lines article { grid-template-columns: 38px minmax(0, 1fr); padding-block: 18px; }
    .dpp-program-lines article > a { grid-column: 2; }
    .dpp-case-mark,
    .dpp-faq-layout .dpp-section__header { position: static; }
    .dpp-case-mark { flex-direction: row; align-items: center; gap: 13px; }
    .dpp-case-mark strong { margin: 0; font-size: 31px; }
    .dpp-cost-bands article { grid-template-columns: 48px minmax(0, 1fr); padding: 22px 18px; }
    .dpp-steps { gap: 0; }
    .dpp-editorial-note .dpp-shell { flex-direction: column; }
}

@media (max-width: 430px) {
    .dpp-hero h1 { font-size: 36px; }
    .dpp-snapshot__grid,
    .dpp-decision-list { grid-template-columns: 1fr; }
    .dpp-snapshot article { border-inline-start: 0; }
    .dpp-decision-list li { min-height: 150px; border-inline-start: 0; border-top: 1px solid var(--dpp-line); }
    .dpp-decision-list li:nth-child(2) { border-top: 1px solid var(--dpp-line); }
    .dpp-reason-grid { grid-template-columns: 1fr; }
    .dpp-reason-grid article { min-height: 260px; }
}

/* Mactan destination page: content-led cards with no artificial empty height. */
body.page-id-812783 .dpp-answer-grid {
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(0, 1.25fr);
    gap: 72px;
    align-items: start;
}

body.page-id-812783 .dpp-reason-grid article {
    min-height: 245px;
}

body.page-id-812783 .dpp-city {
    min-height: 360px;
}

body.page-id-812783 .dpp-criteria-list {
    border-top: 1px solid var(--dpp-line);
}

body.page-id-812783 .dpp-criteria-list article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--dpp-line);
}

body.page-id-812783 .dpp-criteria-list article > span,
body.page-id-812783 .dpp-criteria-list article > strong {
    color: var(--dpp-green-dark);
    font-size: 11px;
    font-weight: 900;
}

body.page-id-812783 .dpp-criteria-list h3 {
    margin: 0 0 6px;
    color: var(--dpp-ink);
    font-size: 20px;
    letter-spacing: 0;
}

body.page-id-812783 .dpp-criteria-list p {
    margin: 0;
    color: var(--dpp-muted);
    line-height: 1.75;
}

body.page-id-812783 .dpp-section--dark {
    color: var(--dpp-white);
    background: var(--dpp-ink);
}

body.page-id-812783 .dpp-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.page-id-812783 .dpp-dark-grid article {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-top: 3px solid var(--dpp-green);
    border-radius: 7px;
    background: #163451;
}

body.page-id-812783 .dpp-dark-grid span {
    color: var(--dpp-green);
    font-size: 11px;
    font-weight: 900;
}

body.page-id-812783 .dpp-dark-grid h3 {
    margin: 17px 0 8px;
    color: var(--dpp-white);
    font-size: 20px;
    letter-spacing: 0;
}

body.page-id-812783 .dpp-dark-grid p {
    margin: 0;
    color: #cedbe5;
    line-height: 1.75;
}

body.page-id-812783 .dpp-section--mint {
    background: var(--dpp-mint);
}

body.page-id-812783 .dpp-balance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
    gap: 64px;
    align-items: center;
}

body.page-id-812783 .dpp-balance-grid h2 {
    color: var(--dpp-ink);
}

body.page-id-812783 .dpp-balance-grid > div > p:not(.dpp-kicker) {
    color: var(--dpp-muted);
    line-height: 1.85;
}

body.page-id-812783 .dpp-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

body.page-id-812783 .dpp-check-list li {
    position: relative;
    padding: 8px 24px 8px 0;
    color: var(--dpp-ink);
}

body.page-id-812783 .dpp-check-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dpp-green);
}

body.page-id-812783 .dpp-decision-card {
    padding: 28px;
    border: 1px solid #b8decf;
    border-top: 4px solid var(--dpp-green);
    border-radius: 7px;
    background: rgba(255, 255, 255, .82);
}

body.page-id-812783 .dpp-decision-card span {
    color: var(--dpp-green-dark);
    font-size: 11px;
    font-weight: 900;
}

body.page-id-812783 .dpp-decision-card strong {
    display: block;
    margin: 18px 0 10px;
    color: var(--dpp-ink);
    font-size: 24px;
    line-height: 1.45;
}

body.page-id-812783 .dpp-decision-card p {
    color: var(--dpp-muted);
    line-height: 1.8;
}

body.page-id-812783 .dpp-decision-card a {
    color: var(--dpp-green-dark);
    font-weight: 900;
}

body.page-id-812783 .dpp-step-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--dpp-line);
}

body.page-id-812783 .dpp-step-grid article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-content: start;
    gap: 8px 16px;
    padding: 28px 24px;
    border-bottom: 1px solid var(--dpp-line);
}

body.page-id-812783 .dpp-step-grid article:nth-child(odd) {
    border-inline-end: 1px solid var(--dpp-line);
}

body.page-id-812783 .dpp-step-grid span {
    grid-row: 1 / 4;
    color: var(--dpp-green-dark);
    font-size: 11px;
    font-weight: 900;
}

body.page-id-812783 .dpp-step-grid h3,
body.page-id-812783 .dpp-step-grid p,
body.page-id-812783 .dpp-step-grid a {
    grid-column: 2;
}

body.page-id-812783 .dpp-step-grid h3 {
    margin: 0;
    color: var(--dpp-ink);
    font-size: 20px;
    letter-spacing: 0;
}

body.page-id-812783 .dpp-step-grid p {
    margin: 0;
    color: var(--dpp-muted);
    line-height: 1.75;
}

body.page-id-812783 .dpp-step-grid a {
    color: var(--dpp-green-dark);
    font-weight: 900;
}

body.page-id-812783 .dpp-section--boundary {
    background: #f4f8fb;
}

body.page-id-812783 .dpp-boundary-grid {
    display: grid;
    grid-template-columns: minmax(280px, .65fr) minmax(0, 1.25fr);
    gap: 64px;
    align-items: start;
}

body.page-id-812783 .dpp-boundary-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.page-id-812783 .dpp-boundary-cards article {
    padding: 26px;
    border: 1px solid var(--dpp-line);
    border-top: 4px solid var(--dpp-green);
    border-radius: 7px;
    background: var(--dpp-white);
}

body.page-id-812783 .dpp-boundary-cards span {
    color: var(--dpp-green-dark);
    font-size: 11px;
    font-weight: 900;
}

body.page-id-812783 .dpp-boundary-cards h3 {
    margin: 18px 0 8px;
    color: var(--dpp-ink);
    font-size: 22px;
    letter-spacing: 0;
}

body.page-id-812783 .dpp-boundary-cards p {
    color: var(--dpp-muted);
    line-height: 1.75;
}

body.page-id-812783 .dpp-boundary-cards a {
    color: var(--dpp-green-dark);
    font-weight: 900;
}

@media (max-width: 800px) {
    body.page-id-812783 .dpp-answer-grid,
    body.page-id-812783 .dpp-balance-grid,
    body.page-id-812783 .dpp-boundary-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.page-id-812783 .dpp-reason-grid article,
    body.page-id-812783 .dpp-city {
        min-height: auto;
    }

    body.page-id-812783 .dpp-dark-grid,
    body.page-id-812783 .dpp-step-grid,
    body.page-id-812783 .dpp-boundary-cards {
        grid-template-columns: 1fr;
    }

    body.page-id-812783 .dpp-step-grid article:nth-child(odd) {
        border-inline-end: 0;
    }
}

@media (max-width: 430px) {
    body.page-id-812783 .dpp-criteria-list article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    body.page-id-812783 .dpp-criteria-list article > strong {
        grid-column: 2;
    }

    body.page-id-812783 .dpp-check-list {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .study-philippines-page *,
    .study-philippines-page *::before,
    .study-philippines-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
