:root{--navy:#001f4d;--navy2:#001a43;--red:#df0000;--red2:#b80000;--text:#14213d;--muted:#5d687b;--line:#e4e8ef;--soft:#f5f7fa;--white:#fff;--shadow:0 16px 40px rgba(0,31,77,.10);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.section{padding:88px 0}.eyebrow{margin:0 0 8px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.section-title{margin:0;color:var(--navy);font-size:clamp(30px,4vw,44px);line-height:1.15;letter-spacing:-.025em}.section-copy{max-width:760px;color:var(--muted);line-height:1.9;margin:15px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:12px;font-weight:700;border:1px solid transparent;transition:.18s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:#fff;color:var(--navy)}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:var(--red)}.btn-outline{border-color:var(--navy);color:var(--navy);background:#fff}.btn-outline:hover{background:var(--navy);color:#fff}.btn-light{border-color:rgba(255,255,255,.30);color:#fff;background:rgba(255,255,255,.08)}.btn-light:hover{background:#fff;color:var(--navy)}
.header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(0,31,77,.97);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 3px 18px rgba(0,0,0,.08)}.navwrap{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:#fff}.brand-logo{width:210px;height:58px;border-radius:10px;background:#fff;padding:3px 6px;object-fit:contain;box-shadow:0 2px 10px rgba(0,0,0,.08)}.brand-copy{line-height:1}.brand-name{font-size:18px;font-weight:800;letter-spacing:-.02em}.brand-name b{color:#ff4545}.brand-sub{display:block;margin-top:6px;font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.65)}.desktop-nav{display:flex;gap:24px;align-items:center}.desktop-nav a{font-size:14px;font-weight:600;color:rgba(255,255,255,.87)}.desktop-nav a:hover{color:#fff}.mobile-toggle{display:none;width:42px;height:42px;border:0;background:rgba(255,255,255,.09);color:#fff;border-radius:10px;font-size:24px}.mobile-menu{display:none;background:#fff;border-top:1px solid var(--line);box-shadow:var(--shadow)}.mobile-menu.open{display:block}.mobile-menu .container{padding:14px 0 20px}.mobile-menu a{display:block;color:var(--navy);font-weight:700;padding:11px 4px}.mobile-menu .btn{margin-top:8px;color:#fff}
.hero{min-height:84vh;display:flex;align-items:center;position:relative;padding:122px 0 64px;background-image:linear-gradient(90deg,rgba(0,26,67,.93) 0%,rgba(0,31,77,.77) 48%,rgba(0,31,77,.30) 100%),url('../images/office/ytaph-mandaue-office.jpg');background-size:cover;background-position:center}.hero-inner{position:relative;z-index:1;max-width:840px}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);padding:8px 14px;border-radius:999px;color:#fff;font-size:13px;font-weight:700}.hero h1{color:#fff;font-size:clamp(40px,5.2vw,62px);line-height:1.06;letter-spacing:-.035em;margin:20px 0 18px;max-width:840px;text-wrap:balance}.hero h1 span{color:#ff6868}.hero p{max-width:700px;color:rgba(255,255,255,.88);font-size:clamp(16px,2vw,20px);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;max-width:780px}.proof{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.15);background:rgba(0,31,77,.42);border-radius:12px;color:#fff;font-size:13px;font-weight:700;backdrop-filter:blur(6px)}.check{color:#ff7878;font-weight:900}
.trust-strip{border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.trust-item{background:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:center;gap:13px}.icon-chip{flex:0 0 auto;width:42px;height:42px;border-radius:999px;background:#eef2f7;color:var(--navy);display:grid;place-items:center;font-weight:800}.line-icon{flex:0 0 auto;width:44px;height:44px;border-radius:13px;background:#eef2f7;color:var(--navy);display:grid;place-items:center}.line-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item strong{display:block;color:var(--navy);font-size:14px}.trust-item small{color:var(--muted)}
.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(0,31,77,.06);transition:.22s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.package-card{border-top:4px solid var(--red);display:flex;flex-direction:column}.poster-wrap{position:relative;background:#fff;overflow:hidden}.poster-wrap img{width:100%;height:auto}.badge{position:absolute;top:14px;right:14px;background:var(--red);color:#fff;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.15)}.card-body{padding:22px}.card-body h3{margin:0;color:var(--navy);font-size:21px}.price{margin:9px 0 7px;color:var(--red);font-size:20px;font-weight:800}.note{font-size:12px;color:var(--muted);line-height:1.7}.features{list-style:none;padding:0;margin:16px 0 0}.features li{position:relative;padding-left:24px;margin:8px 0;color:var(--muted);font-size:13px;line-height:1.6}.features li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:900}.card-actions{padding:18px 22px 22px;border-top:1px solid var(--line);display:grid;gap:10px;margin-top:auto}.card-actions .btn{width:100%}.rate-note{max-width:900px;margin:22px auto 0;text-align:center;color:var(--muted);font-size:11px;line-height:1.8}
.credibility{background:var(--navy);color:#fff;padding:72px 0}.cred-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.credibility .eyebrow{color:rgba(255,255,255,.65)}.credibility h2{font-size:clamp(32px,3.6vw,44px);line-height:1.16;margin:0;max-width:520px}.credibility .lead{color:rgba(255,255,255,.72);line-height:1.9}.cred-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.cred-card{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.065);padding:25px;border-radius:16px;min-height:190px}.cred-card .icon-chip,.cred-card .line-icon{background:rgba(255,255,255,.10);color:#ff7777}.cred-card h3{margin:16px 0 6px;font-size:17px}.cred-card p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.8}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.office-card{border:1px solid var(--line);border-radius:26px;background:#f7f8fa;overflow:hidden;box-shadow:0 8px 28px rgba(0,31,77,.06)}.office-photo{position:relative}.office-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.photo-caption{position:absolute;left:16px;bottom:16px;background:rgba(0,31,77,.92);color:#fff;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:700}.office-content{padding:30px}.office-content h2{margin:0;color:var(--navy);font-size:clamp(28px,3vw,38px);line-height:1.22}.office-box{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.office-box strong{color:var(--navy)}.office-box p{color:var(--muted);font-size:13px}.link-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:10px}.link-row a{color:var(--navy);font-size:13px;font-weight:700}.about-copy p{color:var(--muted);line-height:1.9}.about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.services{background:var(--soft)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.service-card{padding:24px;display:flex;flex-direction:column}.service-card .mini-icon{width:48px;height:48px;border-radius:13px;background:#eef2f7;color:var(--navy);display:grid;place-items:center}.service-card .mini-icon .line-icon{width:auto;height:auto;border-radius:0;background:transparent;color:inherit}.service-card .mini-icon .line-icon svg{width:23px;height:23px}.service-card h3{color:var(--navy);font-size:19px;margin:17px 0 7px}.service-card p{color:var(--muted);font-size:13px;line-height:1.8;margin:0}.service-card .features{flex:1}.service-card .btn{margin-top:18px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}.step{border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px;box-shadow:0 8px 22px rgba(0,31,77,.04)}.step-top{display:flex;align-items:center;justify-content:space-between}.step-num{font-size:28px;font-weight:900;color:rgba(0,31,77,.10)}.step h3{color:var(--navy);font-size:17px;margin:18px 0 7px}.step p{color:var(--muted);font-size:13px;line-height:1.8;margin:0}.policy{background:#f0f4f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:48px 0}.policy-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:34px;align-items:center}.policy h2{margin:0;color:var(--navy);font-size:28px;line-height:1.3}.policy-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.policy-item{background:#fff;border:1px solid rgba(0,31,77,.1);border-radius:13px;padding:15px;color:var(--muted);font-size:13px;line-height:1.7}.policy-item b{color:var(--navy)}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}.faq-box{border:1px solid var(--line);border-radius:17px;padding:3px 20px}.faq-box details{border-bottom:1px solid var(--line)}.faq-box details:last-child{border-bottom:0}.faq-box summary{cursor:pointer;list-style:none;padding:19px 0;color:var(--navy);font-weight:700}.faq-box summary::-webkit-details-marker{display:none}.faq-box summary:after{content:'+';float:right;font-size:20px}.faq-box details[open] summary:after{content:'−'}.faq-box p{color:var(--muted);font-size:13px;line-height:1.9;padding:0 0 17px;margin:0}.privacy{background:var(--soft);padding:42px 0}.privacy-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.privacy-box h2{margin:0;color:var(--navy);font-size:18px}.privacy-box p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.9}.cta{background:var(--navy);color:#fff;padding:70px 0;text-align:center}.cta .eyebrow{color:rgba(255,255,255,.62)}.cta h2{font-size:clamp(32px,4vw,48px);line-height:1.18;margin:0}.cta p{max-width:700px;margin:16px auto 0;color:rgba(255,255,255,.7);line-height:1.9}.cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}.contact-mini{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:26px;color:rgba(255,255,255,.68);font-size:13px}
.footer{background:var(--navy2);color:#fff;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:40px}.footer h3{margin:0 0 16px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.52)}.footer p,.footer a{color:rgba(255,255,255,.72);font-size:13px;line-height:1.85}.footer-links a{display:block;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.52);font-size:11px}
@media(max-width:1000px){.desktop-nav,.header-cta{display:none}.mobile-toggle{display:block}.packages-grid{grid-template-columns:repeat(2,1fr)}.cred-grid,.about-grid,.faq-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.policy-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:78vh}}
@media(max-width:700px){.container{width:min(100% - 26px,1180px)}.section{padding:66px 0}.navwrap{height:68px}.brand-logo{width:174px;height:48px}.brand-name{font-size:15px}.hero{padding-top:108px;min-height:88vh;background-position:62% center;background-image:linear-gradient(0deg,rgba(0,31,77,.96),rgba(0,31,77,.66)),url('../images/office/ytaph-mandaue-office.jpg')}.hero-proof,.trust-grid,.packages-grid,.cred-cards,.services-grid,.steps-grid,.policy-list,.footer-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{padding:15px 16px;justify-content:flex-start}.hero-actions,.about-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.about-actions .btn{width:100%}.photo-caption{left:10px;right:10px;text-align:center}.office-content{padding:22px}.footer-bottom{flex-direction:column}.contact-mini{flex-direction:column;gap:8px}.packages-grid{gap:20px}.faq-box{padding:2px 16px}}

:focus-visible{outline:3px solid rgba(223,0,0,.35);outline-offset:3px}section[id]{scroll-margin-top:88px}


/* Travel Guides */
.guides-preview{background:#fff}.guides-heading-row{display:flex;align-items:end;justify-content:space-between;gap:28px}.guides-heading-row>div{max-width:820px}.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.guide-card{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;padding:26px;box-shadow:0 8px 24px rgba(0,31,77,.05);display:flex;flex-direction:column;min-height:280px;transition:.2s ease}.guide-card:before{content:'';position:absolute;inset:0 auto 0 0;width:4px;background:var(--red);border-radius:18px 0 0 18px}.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.guide-card-kicker{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.guide-card h3{margin:10px 0 10px;color:var(--navy);font-size:21px;line-height:1.35}.guide-card h3 a:hover{color:var(--red)}.guide-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.85}.guide-card-meta{margin-top:auto;padding-top:20px;color:#7b8597;font-size:11px}.text-link{display:inline-block;margin-top:10px;color:var(--navy);font-size:13px;font-weight:800}.text-link:hover{color:var(--red)}
.guide-page{padding-top:80px}.guide-hero{background:linear-gradient(135deg,var(--navy2),var(--navy));color:#fff;padding:78px 0 66px}.guide-breadcrumb{font-size:12px;color:rgba(255,255,255,.64);margin-bottom:20px}.guide-breadcrumb a:hover{color:#fff}.guide-hero .eyebrow{color:#ff7a7a}.guide-hero h1{max-width:900px;margin:0;font-size:clamp(38px,5vw,60px);line-height:1.08;letter-spacing:-.035em}.guide-hero .lead{max-width:800px;margin:20px 0 0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.8}.guide-meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:25px;color:rgba(255,255,255,.62);font-size:12px}.guide-index-hero{padding-bottom:48px}.guide-index-hero h1{max-width:760px}.guide-index-section{padding:70px 0 90px;background:#f7f9fc}.guide-index-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;margin-bottom:26px}.guide-index-intro p{margin:0;color:var(--muted);line-height:1.9}
.article-wrap{padding:64px 0 88px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:56px;align-items:start}.article-body{max-width:790px}.article-body h2{color:var(--navy);font-size:30px;line-height:1.25;margin:46px 0 14px}.article-body h3{color:var(--navy);font-size:21px;line-height:1.35;margin:30px 0 10px}.article-body p{color:#43506a;font-size:16px;line-height:1.9;margin:0 0 20px}.article-body ul,.article-body ol{color:#43506a;line-height:1.85;padding-left:24px;margin:0 0 24px}.article-body li{margin:8px 0}.article-body strong{color:var(--navy)}.article-summary{border:1px solid #d9e2ef;border-left:4px solid var(--red);background:#f8fafc;border-radius:14px;padding:22px 24px;margin-bottom:34px}.article-summary h2{font-size:18px;margin:0 0 10px}.article-summary p{font-size:14px;margin:0;color:var(--muted)}.tip-box{background:#f1f5f9;border-radius:14px;padding:22px 24px;margin:28px 0}.tip-box h3{margin:0 0 7px;font-size:17px}.tip-box p{font-size:14px;margin:0}.article-cta{border-radius:18px;background:var(--navy);color:#fff;padding:28px;margin:44px 0}.article-cta h2{color:#fff;font-size:24px;margin:0 0 8px}.article-cta p{color:rgba(255,255,255,.72);font-size:14px;margin:0 0 18px}.article-sidebar{position:sticky;top:105px}.side-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px;margin-bottom:18px;box-shadow:0 7px 20px rgba(0,31,77,.04)}.side-card h3{margin:0 0 10px;color:var(--navy);font-size:16px}.side-card p,.side-card li{font-size:12px;color:var(--muted);line-height:1.75}.side-card ul{list-style:none;padding:0;margin:0}.side-card li{border-top:1px solid var(--line);padding:10px 0}.side-card li:first-child{border-top:0;padding-top:0}.side-card a{font-weight:700;color:var(--navy)}.side-card a:hover{color:var(--red)}.side-card .btn{width:100%;margin-top:8px}.related-guides{background:var(--soft);padding:66px 0}.related-guides h2{margin:0;color:var(--navy);font-size:30px}.article-disclaimer{color:#7b8597!important;font-size:12px!important;border-top:1px solid var(--line);padding-top:20px;margin-top:38px!important}
@media(max-width:1000px){.guides-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.guide-index-intro{grid-template-columns:1fr}}
@media(max-width:700px){.guides-heading-row{align-items:stretch;flex-direction:column}.guides-heading-row .btn{width:100%}.guides-grid{grid-template-columns:1fr}.guide-card{min-height:auto}.guide-page{padding-top:68px}.guide-hero{padding:52px 0 46px}.guide-hero .lead{font-size:16px}.article-wrap{padding:46px 0 66px}.article-body h2{font-size:26px}.article-body p{font-size:15px}.related-guides{padding:50px 0}}



/* Editorial Travel Guides v3 */
.guide-card{padding:0;min-height:0;overflow:hidden}.guide-card:before{z-index:2}.guide-card-image{display:block;aspect-ratio:16/8.2;overflow:hidden;background:#e9eef5}.guide-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.guide-card:hover .guide-card-image img{transform:scale(1.025)}.guide-card-kicker,.guide-card h3,.guide-card p,.guide-card-meta,.guide-card>.text-link{margin-left:22px;margin-right:22px}.guide-card-kicker{margin-top:19px}.guide-card h3{font-size:19px;margin-top:8px;margin-bottom:8px}.guide-card h3 a,.guide-card h3 a:visited{color:var(--navy)}.guide-card h3 a:hover{color:var(--red)}.guide-card p{font-size:12.5px;line-height:1.72}.guide-card-meta{padding-top:15px;margin-top:auto}.guide-card>.text-link{margin-top:8px;margin-bottom:20px}.guides-grid{align-items:stretch}.guides-grid-home .guide-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.guide-featured-wrap{margin-top:34px}.guide-featured{margin:0;border-radius:22px;overflow:hidden;background:#eef2f7;box-shadow:0 16px 42px rgba(0,31,77,.12);border:1px solid rgba(0,31,77,.08)}.guide-featured img{width:100%;height:clamp(280px,42vw,520px);object-fit:cover}.guide-featured figcaption{padding:12px 18px;background:#fff;color:#69758a;font-size:11px;line-height:1.6}.article-wrap{padding-top:46px}.article-toc{border:1px solid #d9e2ef;border-radius:16px;background:#fff;padding:22px 24px;margin:26px 0 38px;box-shadow:0 6px 20px rgba(0,31,77,.035)}.article-toc-title{color:var(--navy);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.article-toc ol{margin:0;padding-left:20px;columns:2;column-gap:38px}.article-toc li{break-inside:avoid;margin:6px 0;color:#7b8597;font-size:12px;line-height:1.55}.article-toc a{color:var(--navy);font-weight:700}.article-toc a:hover{color:var(--red)}.article-body>h2[id]{scroll-margin-top:110px}.tour-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),#0a376d);padding:30px 32px}.tour-cta:after{content:'';position:absolute;width:190px;height:190px;border-radius:50%;right:-70px;top:-80px;background:rgba(255,255,255,.05)}.tour-cta-kicker{position:relative;z-index:1;color:#ff8b8b;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.tour-cta h2,.tour-cta p,.tour-cta-actions{position:relative;z-index:1}.tour-cta-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.tour-cta-actions .btn-light:hover{background:#fff;color:var(--navy)}
.related-guides .guide-card-image{aspect-ratio:16/7.6}.related-guides .guide-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:700px){.guide-card-image{aspect-ratio:16/8.6}.guide-card-kicker,.guide-card h3,.guide-card p,.guide-card-meta,.guide-card>.text-link{margin-left:18px;margin-right:18px}.guide-featured-wrap{margin-top:20px}.guide-featured{border-radius:16px}.guide-featured img{height:230px}.guide-featured figcaption{font-size:10px}.article-toc ol{columns:1}.article-toc{padding:19px 20px;margin-bottom:30px}.tour-cta{padding:24px}.tour-cta-actions{flex-direction:column}.tour-cta-actions .btn{width:100%}}
